Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass a variable value from form to .prg file
Message
 
 
To
28/01/2002 09:59:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00598689
Message ID:
00612026
Views:
22
Because of you have this object already but you will attempt create it again.
Before use command ADDOBJECT() you must check this object before such as :
*****
IF TYPE('ThisForm.mylabel1') # 'O'
ThisForm.AddObject('mylabel1','Label')
ENDIF
ThisForm.myLabel1.Caption=myTable.myField
*****
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform