Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Uh Ohh.. Have I found another error?
Message
From
16/10/2001 11:42:13
 
 
To
16/10/2001 05:09:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00551426
Message ID:
00569066
Views:
32
Here is better code to replace the line with in Genmenu.prg. Replace this line in the AddSkipFor proc:
IF ATC(".F.",GETWORDNUM(m.skip,1)) # 0
With these lines:
lcWord1 = UPPER(GETWORDNUM(ALLTRIM(m.skip),1))
lcWord2 = UPPER(GETWORDNUM(ALLTRIM(m.skip),2))
IF lcWord1==".F." AND !EMPTY(lcWord2) AND !INLIST (lcWord2,"AND",".AND.","OR",".OR.")
Jim
Jim Saunders
Microsoft
This posting is provided “AS IS”, with no warranties, and confers no rights.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform