APPEND FROM .... SDF not work.
Logged In: YES user_id=983117 Originator: NO
COPY FIELDS TO command bug? (build 0.99.70)
xHarbour Compiler build 0.99.70 (SimpLex) Linux
This will not work...
zCopyFields := "ship_date,load_no" copy fields (zCopyFields) to junk.txt SDF
But this will... copy fields ship_date,load_no to junk.txt SDF
Log in to post a comment.
Logged In: YES
user_id=983117
Originator: NO
COPY FIELDS TO command bug? (build 0.99.70)
xHarbour Compiler build 0.99.70 (SimpLex) Linux
This will not work...
zCopyFields := "ship_date,load_no"
copy fields (zCopyFields) to junk.txt SDF
But this will...
copy fields ship_date,load_no to junk.txt SDF