This function will remove the style sheet from the window record.
success = RTI_Remove_Style_Sheet( windowID )
The function has the following parameters:
Parameter | Description | |
---|---|---|
windowID | A fully qualified repository id for a window |
Messages are displayed for success and failure throughout the execution of the function. The returned value from the function is 0.
In versions of OpenInsight prior to version 9.2, the Form Designer allowed for the attachment of a style sheet to a windows record. The style sheet caused errors when running the window.
Note: This function will remove the style sheet from the window record and recompile the window.
* Remove the style sheet from the CUST_ENTRY window in the EXAMPLES application var = RTI_Remove_Style_Sheet( "EXAMPLES*OIWIN**CUST_ENTRY" )