Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorSetProp
Message
From
21/12/2005 09:25:00
 
 
To
21/12/2005 09:14:52
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01079139
Message ID:
01079847
Views:
23
>There's still a limit imposed on the length of the string, for example:
>
>=CursorSetProp('UpdateNameList', lcFieldString, 'MyTable')
>
>If lcFieldString is greater than 255 characters then this command will not work correctly, i.e. the table fields will not update. If lcFieldString is less than 255 characters the table fields update correctly. In neither of these instances will VFP return an error.
>

this is a bug.

>If I use substitution to replace lcFieldString, i.e.:
>
>=CursorSetProp('UpdateNameList', &lcFieldString, lcParam1)
>
>VFP returns an error saying "Contains unrecognised keyword/phrase"
>
>Regards
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform