Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ALLTRIM in a sql expression of cursoradapter
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
ALLTRIM in a sql expression of cursoradapter
Miscellaneous
Thread ID:
01457654
Message ID:
01457654
Views:
124
Hi all,

I think "ALLTRIM" in a sql expression ( SELECTCMD ) of cursoradapter is NOT supported.
it give a error in the CURSORfill method.

What can i do ?
 TEXT TO ocursorAdapter.SELECTCMD NOSHOW TEXTMERGE PRETEXT 15
SELECT HDBK, Hid , HDOCNO, HAMOUNT,  STR( HDOCDATE ) AS 'DATEDOC',CREATEDBY,
STR(Createdon) AS 'createdon' , hremint  FROM <<.TABLES>>
WHERE ALLTRIM( HDBK ) LIKE '<<Vp_in>>'
  ENDTEXT
Next
Reply
Map
View

Click here to load this message in the networking platform