Page 1 of 1

call_form

Posted: Wed May 23, 2007 3:22 pm
by venkat_mel
hi,

i was trying to open a form using call_form('formname'). but it's not opening any new forms. i tried using new_form,open_form also.
i am working on windows xp,oracle forms 6i.can anyone tell me how to do it.

thanks,
venkat

Posted: Thu May 24, 2007 1:16 am
by ahmadbilal
Dear Venkat

Try This

call_form ('Form_name with path', no_hide,no_replace,no_query_only,SHARE_LIBRARY_DATA);

Posted: Fri May 25, 2007 6:51 am
by usman
Ya Bilal is right.If you have developed form on your own system then you have to give also path along with formname.Another solution you can also set path of the form in registry then you dont need to give path in call_form.

Posted: Fri May 25, 2007 7:10 am
by ahmadbilal
in case you follow usman suggested way to add path in registry form60_path you need to apply unique name to every form.