I wrote a short a program that export the output "delimited" to a file. Then an x-cel template is created to import the text to their respect field.
Can this process be done directly in the Progress program (8.2c) such as calling the X-cel template directly then 'populating' data to the their field? If so, what are the syntax? I remembered someone post a message about importing data from X-cel to the Progress Db:
Output from excel.csv.
repeat:
create filename
import
file.field1
fiile.field2.
end.
output close.
Appreciate any response.
Hue


Reply With Quote
Bookmarks