I have a HTML Page with a Text field containing a date e.g.
30/05/2003.
This date field is to be used as a &DATEFROM variable. My problem is when it gets passed into Webfocus and is compared to the field of dates, the &DATEFROM field is recognised in A10 format or similar, however the date field is in the format HMDYY format.
Here is the code that I am using currenlty...
PRINT
ALLDATES
WHERE ( ALLDATES GE '&DATEFROM');
Cheers
Matthew Paba
30/05/2003.
This date field is to be used as a &DATEFROM variable. My problem is when it gets passed into Webfocus and is compared to the field of dates, the &DATEFROM field is recognised in A10 format or similar, however the date field is in the format HMDYY format.
Here is the code that I am using currenlty...
ALLDATES
WHERE ( ALLDATES GE '&DATEFROM');
Cheers
Matthew Paba