Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logical L
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01415063
Message ID:
01415090
Vues:
37
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform