Hi guyz,
Anyone help me to solve this problem plz.
i have a table contain below fields
hijri_isu_date,hijri_exp_date,geo_isu_date,geo_exp_date,
i want to do this following when when ever i call this form is should set the nls_calender to arabic hijrah in pre_form trigger if im not wrong i can use the below code?
forms_ddl('alter session set nls_calendar=''Arabic Hijrah'''); 
anyone explain me please how can i do this convertion?
Regards