Here we are facing problem that we are not able to close the uidoc.What will be the possible reasons for this one? I have put comments and system is not coming to post save even .Work only upto Query save.
Any Luck.
Here we are facing problem that we are not able to close the uidoc.What will be the possible reasons for this one? I have put comments and system is not coming to post save even .Work only upto Query save.
Any Luck.
Subject: Uidoc Problem
Maybe you have in the QueryClose event of the Form or in a embedded Subform the following code:
continue = false
Subject: RE: Uidoc Problem
Oh Yes …I do not know ,how can I skip this one?Thanks a lot Bern.
Subject: RE: Uidoc Problem
Hi,
Just comment the line out with ’
in each event of a form or subform where has a parameter continue, you can set it to FALSE , then the event will not be executed. Default is allways TRUE.
regards bernhard