Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two CursorAdapters don't have two cursors opened
Message
From
13/03/2007 15:26:23
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01203001
Message ID:
01203139
Views:
12
>I assign all properties by code. And it gives an error always when the string is larger than 255
>Hernan

Perhaps you need a different way to build the string.

E.g. you can use textmerge and then substitute CRLF with space, as Mark does.


Nope. I use textmerge for building UpdateNameList and UpdatableFieldList and it gives an error too,

And if I make the string like this

cSelectCmd = "SELECT Expresos.expresoid, Expresos.expreso, Expresos.nombre, "+;
"Expresos.direccion, Expresos.localidad, Expresos.provincia, "+;
"Expresos.tele1, Expresos.tele2, Expresos.usuario, Expresos.dt "+;
"FROM expresos "+;
"WHERE DELETED() = .F."

it gives an error too. ;-(
Hernan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform