Hello
Here is a simple example, I have used
/* This simple progam creates "model.csv" csv-file of the selected part of the table "model"
The model.csv is created to samba-shared directory. So you may open it directory with
excel from windows environment.
This example does not include header area to the csv -file.
if you want also the header to the csv -file, then you must leave off the
"no-box no-labels -expression.
*/
output to /sambashared-directory/mod
for each model where model.name = "mymodel" no-lock by model.number:
display model.number ";" model.name ";" model.phone ";" model.address ";" model.zip with no-box no-labels.
end.
output close.
Main Topics
Browse All Topics





by: cpkilekofpPosted on 2007-07-05 at 14:59:59ID: 19427782
I may be wrong, but I believe Progress data files ARE CSV.