Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange Error
Message
 
 
To
30/10/2006 07:17:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01165449
Message ID:
01165463
Views:
12
Hi craig,

i test a "where sql " condition with ? in a program ( .prg )

bernhart



>The ? is a command.. Print.. in VFP and can't be used inside an ICASE.
>
>But, why use ICASE at all? You can get the same result with
>
>a = (VP_Id = 7)
>
>
>>Hi All,
>>
>>This code give me a error WHEN i save the code ( Compilation program )
>>
>>A = ICASE ( ?VP_Id  = 7  , .T. , .F. )
>>
>>
>>But this one give me nothing error...
>>
>>
>>A = ICASE ( 7  = 7  , .T. , .F. )
>>
>>
>>Why ?
>>
>>
>>bernhart
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform