Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append
Message
From
28/04/2008 07:13:04
 
 
To
28/04/2008 06:59:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Append
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01313438
Message ID:
01313446
Views:
6
thank you
i try it, no result no errors
	 DO CASE
CASE INLIST(Thisform.Optiongroup1.Value,1,2)
    REPLACE prior WITH 1 in (cAlias)
CASE INLIST(Thisform.Optiongroup1.Value,3,4)
    REPLACE prior WITH 2 in (cAlias)
ENDCASE
>Hi,
>
>in that case you should wrap the value-assign in a 'do case...endcase' clause.
>
>
>DO CASE
>CASE INLIST(Thisform.Optiongroup1.Value,1,2)
>    REPLACE prior WITH 1 (alias)
>CASE INLIST(Thisform.Optiongroup1.Value,3,4)
>    REPLACE prior WITH 2 (alis)
>ENDCASE
>
Previous
Reply
Map
View

Click here to load this message in the networking platform