sahernandez
Programmer
Anybody know how can I do this,
I have a DataTeble("Table") and this table have
Field1 Field2 Field3
A B C
D E F
I want to transform this table to TXT , separate by comma or by TAB
A,B,C
D,E,F
OR
A B C
D E F
anybody know how can I do that, I have to save this into the client.
Thxs
Alexander
I have a DataTeble("Table") and this table have
Field1 Field2 Field3
A B C
D E F
I want to transform this table to TXT , separate by comma or by TAB
A,B,C
D,E,F
OR
A B C
D E F
anybody know how can I do that, I have to save this into the client.
Thxs
Alexander