KB-22019: Displaying values added to Values tab, at runtime.
Question: How can I display, at runtime, the set of values added to the Formula’s Values tab? Solution: These values are saved on a table called tablenames_Values. To access these…
Question: How can I display, at runtime, the set of values added to the Formula’s Values tab? Solution: These values are saved on a table called tablenames_Values. To access these…
Question: How can I insert Units and Values into a Formula via E3Studio? When I click the + button, no dialog box pops up for inserting unit name or value.…
Question: How can I create new values in a Formula dynamically? Solution: Once your Formula has already been created and configured, you can create a button on screen and write…
Question: How can I create a values set at runtime? Solution: To do so, you must use scripts that execute the Formula‘s CreateValue and SetValueData methods. Example: Application.GetObject(“Formula1”).CreateValue(“NewValue”) Application.GetObject(“Formula1”).SetValueData “…
Question: In an E3 application, data can be successfully recorded in a Formula; however, when I try to load these values via LoadFormulaValues method, the following error message is displayed:…
Question: I have successfully recorded data in a Formula. However, when I try to load these values, I notice they have been rounded up (for example, value 16.7 becomes 17).…
Question: How can disable data typing direclty into a ComboBox? Solution: To do so, change the ComboBox’s Style property to 2 – fmStyleDropDownList.
OVERVIEW When you link an E2Button to a tag, this object’s status (pressed or not) is not updated according to tag value, even when correctly configured. E2Button will only work…
OVERVIEW When you link Accelerator property from any MSForms object to a screen, and then press the key configured on screen, nothing happens. SITUATION Elipse Software has confirmed that this…
Question: How can save (via E3) a movie with audio recorded by a webcam with a microphone? Solution: Install in your computer an ActiveX called VideoOCX, which supports a webcam…