Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Uh Ohh.. Have I found another error?
Message
From
17/10/2001 04:09:05
 
 
To
16/10/2001 11:42:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00551426
Message ID:
00569428
Views:
26
Thanks Jim

>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
Will Jones
Previous
Reply
Map
View

Click here to load this message in the networking platform