Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug with Help?
Message
From
17/12/2010 17:07:50
Al Doman (Online)
M3 Enterprises Inc.
North Vancouver, British Columbia, Canada
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Product Documentation
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01493161
Message ID:
01493170
Views:
65
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform