Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug with Help?
Message
De
17/12/2010 17:07:50
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Documentation de produit
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01493161
Message ID:
01493170
Vues:
66
>>Using VFP9 SP2 with latest hotfixes (v 7423), "stock" help file.
>>
>>In the Command Window:
>>
>>HELP SYS( 0 ) --> pulls up help as expected
>>HELP ID( ) --> "Missing operand" error. Expected it to pull up Help for the ID() function
>>
>>Is this one of the known problems with the "stock" help file? I believe there's an enhanced or fixed one somewhere - does it address this issue?
>
>There is a new Help file on CodePlex.
>
>The version I have has the same problem.

It looks like a bug with the VFP command parser:

"HELP ID nContextID" is a legitimate syntax for the HELP command.

It looks like the parser is reading "HELP ID" then after that it's looking for a numeric ID number, rather than checking for the possible presence of "()" that would indicate the ID() function. Basically, they named an internal function the same as a reserved word.

So, the CodePlex help file won't help this issue.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform