Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG : SELECT unresolve direct double dot.
Message
 
 
To
02/05/2003 10:44:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00784115
Message ID:
00784597
Views:
14
Hi Fabio,

I see the same. Looks like VFP parser "chokes" on three (or more) part names. As a workaround, you can assign value of the property to the local variable and use that variable in the query.

>Hi
>
>VFP SELECT problems:
>
>SELECT ... objVar.Property .... OK
>
>SELECT ... m.objVar.Property .... OK
>( m. it is cut from the parser: variable prefix )
>
>SELECT ... objVar.objProp.Property .... BUG for double dot presence
>
>A workaround, but is more slowed:
>SELECT ... EVAL('objVar.objProp.Property') .... OK
>
>This problem present mainly with the collections:
> collection.Item(keyIndex).value
>
>Fabio
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform