Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with EVALUATE()
Message
De
26/02/2006 00:32:21
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Problem with EVALUATE()
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
01099237
Message ID:
01099237
Vues:
57
Hi all,
I have a problem with =EVALUATE()
I have a form with one grid in it.
I put below code in a method ( SetGridEnabled ) and run it where i want.
FOR nCounter = 1 TO 4
    = EVALUATE("thisform.grid1.column"+ALLTRIM(STR(nCounter))+".Enabled = .F.")
    = EVALUATE("thisform.grid1.column"+ALLTRIM(STR(nCounter))+".text1.Enabled = .F.")
ENDFOR
but it is not worked.
if i use this as below
thisform.grid1.column1.Enabled = .F.
* other column
it worked.
WHY?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform