Hi
Still not getting it, this is what I do to make it work (my work around)
** in Primefields
!I have the dob1 coming as as just numeric 14061989 for example this is 14/06/2016 if a string
!I then construct a date string as dd/mm/yyyy and deformat into a Clarion date and this works fine
LOC:Dob1 = Sub(q:central.cen_dob1,1,2) & '/' & Sub(q:central.cen_dob1,3,2) & '/' & Sub(q:central.cen_dob1,5,4)
cen:dob1 = DEFORMAT(LOC:Dob1,@D6) ! ******* THIS WORKSS 08/06/2016 - ED *******
! it seems to me that I need to get at the xml value string before it is assigned to the q:central so I can deformat it
! to a clarion date..tried the xfiles example - does not work for me..sent question to nettalk news group..08/06/2016 - Ed
Any help appreciated
Many thanks
Ed
Edwin Hannan
Windows 10 Pro
Clarion 10.0.12104
Nettalk 9.06, StringTheory 2.43, xFiles 2.80, jfiles 1.19, selfservice 3.45, winevent 3.99, GPF Reporter 2.33