Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG : SELECT unresolve direct double dot.
Message
From
02/05/2003 10:44:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
BUG : SELECT unresolve direct double dot.
Miscellaneous
Thread ID:
00784115
Message ID:
00784115
Views:
44
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
Next
Reply
Map
View

Click here to load this message in the networking platform