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:
01415090
Views:
38
This message has been marked as a message which has helped to the initial question of the thread.
I would assume that CursorSource must be a character type (C)

>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"
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform