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:
01415086
Vues:
45
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"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform