This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Just starting db testing for upgrade to 8.5.1 from 7.0.2.
I have forms called from the uiworkspace.dialogbox method that fail to execute any Lotusscript code. I created a new simple db as a test with one form that has an action button that calls another form via:
Call workspace.DialogBox("Testdialog")
I have msgbox statements all over the Testdialog form - in Onload, Onunload, PostOpen, QuerySave, QueryClose, and on the Exiting Event of one of the fields. None of these message boxes are executed.