Hi ALL!
I have an app with a table that have a record FECHAINGRESO as ULONG. In a procces i need verify that this FECHAINGRESO it's in a range F1 and F2 declared as DATE
I use:
INSTRING(FECHAINGRESO,FE1,FE2) but Don't work
INSTRING(format(FECHAINGRESO,@D6),FE1,FE2) ¿ Don't work too?
IF...