Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logical L
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01415063
Message ID:
01415086
Views:
44
Thank you Naomi

I tested "type" in form objects and worked

But it's not working in code below


****************************************
FOR myObj = 1 TO 3 DO

IF TYPE(("thisform.dataenvironment.cursor" + transform(myObj) + ".cursorsource")) = "L"

= MESSAGEBOX ("OK")

ENDIF

NEXT
******************************************************************


No OK message

***also tried IF TYPE ("thisform.dataenvironment.cursor" + transform(myObj) + ".cursorsource") = "L"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform