Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters() an Pcount functions
Message
From
15/10/2008 16:45:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Parameters() an Pcount functions
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01355239
Message ID:
01355239
Views:
67
I'm having a problem with an application I've just created where no matter how many parameters I pass the exe or even if I don't pass one at all the Parameters() and PCOUNT() functions are returning a value of one. I've used this same section of code in dozens of applications and this is the first time I have ever encountered this problem Any help is greatly appreciated.
PARAMETERS sch_tsk

IF PARAMETERS() > 0
      M.TASK_CMD = sch_tsk
ENDIF

DO FORM ('FRMSCAN')
READ EVENTS
Next
Reply
Map
View

Click here to load this message in the networking platform