ltannous
19th January 2005, 22:31
When I run the exchange scheme, the date is the numerical baan date. How can I get the actual date to export instead of the baan number( ex 730250)

just_fro
19th January 2005, 22:36
various ways of converting the date number into a readable date

define the exportfield as an alfanumeric field and add a condition.
add the datefield as parameter for the condition and create a script like

return(sprintf$("%D(%02d-%02m-%02y", ####.date)))


simple as that........

ltannous
19th January 2005, 23:53
That worked.