Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UpdateNameList
Message
 
To
16/05/2001 10:02:32
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00507791
Message ID:
00508175
Views:
19
William,

Does it have a 255 character limit? Many properties do. You nay hve to break it into several commands. You might also try using variables or macros with strings shorter than 255 chararcters to link the strings.

HTH
Barbara


>To all the does the UpdateNameList, of cursorsetprop() have a maximum length?
>
> After I add about 8 field names with asocciated SQL table name, this propertie blows up.
>
>Here is a list of names that work:
>
>=cursorsetprop("UpdateNameList", [Dockey dbo."trandet"."dockey",;
>prodid dbo."trandet"."prodid",td_status dbo."trandet"."td_status",;
>prodid dbo."trandet"."prodid",prodtype dbo."trandet"."prodtype",;
>pending dbo."trandet"."pending",mbpend dbo."trandet"."mbpend",invitem dbo."trandet"."invitem"])
>
>When I add another field as the one below:
>
>dbbatchno dbo.trandet.dbbatchno
>
>The prpertie blows up.
>
>Any ideas?
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform