LOTUSSCRIPT/COM/OLE CLASSES


Examples: Reload method
1. This button sets items Qty_1 thru 30 to zero, then reloads the front-end document from the corresponding back-end document.
2. This code closes and opens a document in the front-end. Be aware that this activates the form events such as Queryclose, Queryopen, and Postopen. Also, uidoc.Refresh activates computed field and input validation formulas, so you should write the validation formulas to not return @Failure unless @IsDocBeingSaved or @IsDocBeingSent is true.
See Also