Brand New feature!!
In DataEase 7.2, you now have the ability to export data in .csv format via a .dbe export file. It is quicker and simpler than writing a lengthy export routine and you can also sort the data!
Here is an example syntax:
Define temp “expo” number .
Define temp “telle” number .
For Form1 ;
telle := telle + 1 .
list records
Field1 ;
Field2 ;
Field3 .
if telle = 1 then
Expo := DataExport (”File.DBE”) .
End
See our technical forum for more tips like this – http://www.dataease-services.com/forum/index.php


