Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One or more IF statements?
Message
 
 
To
30/07/2008 13:13:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01335285
Message ID:
01335306
Views:
16
This message has been marked as the solution to the initial question of the thread.
I'm not sure that I'm following you, but will this work for you?
IF (lnButton = 5 AND (ISNULL(poGraph.cursor2) OR EMPTY(poGraph.cursor2) OR RECCOUNT(poGraph.cursor2) = 0))
> I don't know if I am explaining it correctly. I only want to go into the if part of the if - else statement, if the poGraph.cursor2 is not populated and the report is 5, or if the report is 5 and the record count for the cursor2 is zero. I don't want to go into the If part if the report is not 5, it should go to the else part for any report other then 5. The problem seems to be that it gets to the reccount(poGraph.cursor2) = 0 and errors, because poGraph.cursor2 is not a number.
>
>going to try some things.
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform