AppendDelimited
Posted: Fri Jan 12, 2018 9:39 am
Dear
I do not get the AppendDelimited to work.
In VO it was not a problem, any idea?
Thanks for the reply
Johan Kwaspen
Source:
oSvr_lgt := DbServer{workdir()+"lgt.dbf", false, false}
if oSvr_lgt:AppendDelimited(workdir()+"lgt.csv") = false
ErrorBox{nil, "ERROR AppendDelimited "+workdir()+"lgt.csv"}:Show();
endif
The CSV-file:
20024385,10.000
20024388,50.000
20024389,100.000
20024391,50.000
I do not get the AppendDelimited to work.
In VO it was not a problem, any idea?
Thanks for the reply
Johan Kwaspen
Source:
oSvr_lgt := DbServer{workdir()+"lgt.dbf", false, false}
if oSvr_lgt:AppendDelimited(workdir()+"lgt.csv") = false
ErrorBox{nil, "ERROR AppendDelimited "+workdir()+"lgt.csv"}:Show();
endif
The CSV-file:
20024385,10.000
20024388,50.000
20024389,100.000
20024391,50.000