Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If Then & Do Case Syntax
Message
From
10/11/2004 11:29:31
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00960036
Message ID:
00960040
Views:
11
>Does VFP7.0 permit multiple conditions for the If/Then & DoCase conditions e.g.,
>if table1.field1 = 1 and table2.field3 = 4 and form1.bwlst1.value=3
> then execute
>endif
>
>OR
>
>do case
> case table1.field1 = 1 and table2.field3 = 4 and form1.bwlst1.value=3
> then execute
> case 2
>endcase
>
>I can't find any discussion of this in the VFP reference or Hentzen's book.

Yes.

Regards,
Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform