Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with command line
Message
From
03/03/2012 14:40:57
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Problem with command line
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01537169
Message ID:
01537169
Views:
118
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
Next
Reply
Map
View

Click here to load this message in the networking platform