Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I thought that procedures were supposed to wait.
Message
From
12/08/1999 11:27:56
Brent Knight
Progressive Impressions International
Bloomington, Illinois, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
I thought that procedures were supposed to wait.
Miscellaneous
Thread ID:
00253011
Message ID:
00253011
Views:
60
I am running a bunch of code under the click method, and from this method I am calling another form using a DO. In the help it is stated that when you run a DO control is passed to the new form and the calling form waits to complete itself until control is passed back. This is not happening for me.

Here is my code.

IF (lncount > 1)
thisform.hide
DO form frmlistl.scx WITH UPPER(lntemplast) thisform.show()
goto lnrecno
ENDIF

The program is going on to the lnreco and giving me a syntax error because it is a NULL value. Can anyone tell me what is going on here??? Any help would be apprecated.

Thanks
Brent Knight
Progressive Impressions International
Bloomington, IL

Wise men talk because they have something to say; fools, because they have to say something.
-Plato
Next
Reply
Map
View

Click here to load this message in the networking platform