Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with command line
Message
De
03/03/2012 14:40:57
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Problem with command line
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01537169
Message ID:
01537169
Vues:
115
Dear all,
i have below command line in my form
     CrsSel01 = "_" + SUBSTR(SYS(2015), 4)
     .
     .
     .
     .
      replace TkCode WITH 1 IN EVALUATE("CrsSel"+PADL(ALLTRIM(STR(thisform.PageFrame1.ActivePage)),2,"0"))
it worked fine. but when i put some code in my form method ( thisform.z_CN() )
RETURN ("CrsSel"+PADL(ALLTRIM(STR(thisform.PageFrame1.ActivePage)),2,"0"))
and change command to
      replace TkCode WITH 1 IN EVALUATE(thisform.z_CN())
i get an error.
how i correct this command ?
thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform