PostOpen

In previous version the following code appeared after the document opened however in version 8 it happens before the actual form opens.

@If(@IsNewDoc; @Return(“”); @Success );

tmpAddress := @Prompt([Ok]; “Patient Address”; “Please check the patient’s address.”);

I also wrote it in LotusScript same results

Subject: I have the same problem

Did you solved it?

Subject: Here is a solution

Please try emebed a view in main form, then call script in the emebed view postopen event. And please mark sure the emebed view was at the top of the form.