Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CASE Condition
Message
 
 
To
02/04/2003 08:30:47
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00772897
Message ID:
00772899
Views:
8
>In the debugger:
>
>RecNo('MyCursor') = 103
>RecCount('MyCursor') = 103
>RecNo('MyCursor') = RecCount('MyCursor') = .T.
>
>In the code:
>
>
>DO CASE
>     CASE RecNo('MyCursor') = RecCount('MyCursor')
>          * DO SOMETHING
>ENDCASE
>
>
>Except it does not execute "* DO SOMETHING"
>
>The condition is true, how could it not run the line?
>
Renoir,

How do you know it's not executed? Can you post actual code?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform