hi ,
i am working with forms and reports [32 Bit] Version 6.0.8.26.0 (Production) ,
i have a form with 2 date parameters with format mask 'DD/MM/YYYY' ,
I send the params to the report which has 2 parameters with same names and same format masks .
this is the way i send the parameter
ADD_PARAMETER(PLID,'FROM_DATE',TEXT_PARAMETER,:B.FROM_DATE);
when i show the param form with
| ADD_PARAMETER(PLID,'PARAMFORM',TEXT_PARAMETER,'YES'); |
I see dates with another format , something like ' JAN-06-2016' .
Why the format changes ?
i am asking because i did not retrieve data at some point . -- i do not remember the criteria i used , but i can try again if you need that to answer my question .
thank you so much