Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something dumb with my goto function
Message
From
04/07/2002 11:32:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Something dumb with my goto function
Miscellaneous
Thread ID:
00675365
Message ID:
00675365
Views:
46
Hi All,
I am now working late at night to meet my deadline, but i cannot get this piece of code working. It suppose to read in action and just go to that record~!!!!!

This code is located in a form, and when I pass the parameter in from another form, it doesnt work. and gives me error 10. sytax error.
can someone help me out?
************
parameter superid, act

thisform.alwaysontop = .t.

if empty(act)
act = 'leave'
endif


if act = 'search'

goto superid in case
endif


*************
Thanx!
Tom
Next
Reply
Map
View

Click here to load this message in the networking platform