KB-27314: Size limit for DocString property’s content.
Question: What is the size limit of the DocString property’s content? Solution: This limit is of 1GB of characters or the free memory’s size (if it is smaller than 1GB).
Question: What is the size limit of the DocString property’s content? Solution: This limit is of 1GB of characters or the free memory’s size (if it is smaller than 1GB).
Question: What is the Validate event’s purpose? How can I use it? Solution: You use this event to validate the input data, allowing you to cancel the operation if the…
Autor
Bruno Mussarra
Autor
Mateus Machado
Environment variables are operational system’s variables that contain information about the system, such as specific directories, the logged user’s name, and the current date. You can use these variables in…
Question: How can I load figures into the MSCOMCTL Library’s Treeview control? Solution: To do so, you must first insert onto screen the MSCOMCTL Library’s ImageList object to store the…
Question: Can I set the position of a MessageBox on screen (X and Y coordinates)? Solution: No, you can’t. The MessageBox is always displayed in the center of the screen. …
Question: How can I get the IP address of the computer via scripts? Solution: To do so, you can write a script similar to the one in the following example:…
Question:How can I configure a counter tag to add +1 to an internal tag, via scripts, every time it hits the Preset? Solution: To do so, create a script in…
Question: How can I set up a modal screen to be closed every time the user clicks a button? Solution: To do so, you must execute the Close(Code) method of…