Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameters() an Pcount functions
Message
De
15/10/2008 16:45:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Parameters() an Pcount functions
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01355239
Message ID:
01355239
Vues:
66
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform