Progess - 4Gl programming

Sample program to export data of table in excel file
lets assume we have a table name ferrari having fields tyre , mirror , seats , number.

if you want to export the data of this table in excel write the following code

output to "Ferrari.xls" .
for each ferrari no-lock:
put unformatted
tyre "~011"
mirror "~011"
seats "~011"
number "~011"
skip.
end.
output close.

Comments

tradeimexinfo said…
Nice info, I am very thankful to you for sharing this important knowledge. This information is helpful for everyone. Read more info about Indian Customs Import Data So please always share this kind of information. Thanks.

Popular posts from this blog

Progress 4GL interview questions for QAD technology

QAD interview questions for SE and Eb2 version

Use of API in QAD EE