" How to make a find in a datawindow on a column
of type(chap) datetime (date Oracle)?
When I use the find function(office) I receive an
error message " typical mist Expression match ".
The code is :
datetime dtt_debut
long nbrow7, rownumfind2
string ls_find
//
nbrow7=dw_7.rowcount()
//
dtt_debut=dw_7.getitemdatetime(3,"absag_datedebut")
//
ls_find="absag_datedebut="+string(dtt_debut)
rownumfind2=dw_7.find(ls_find,1,nbrow7)