Home » Developer & Programmer » Forms » bypass procedure used in programme units when the same procedure exists in pll (merged)
bypass procedure used in programme units when the same procedure exists in pll (merged) [message #324167] Sat, 31 May 2008 04:04 Go to next message
gururajster
Messages: 26
Registered: October 2006
Location: bangalorre
Junior Member

Hi everyone,

There are two procedure with the same name.One in programme units of forms and another in the database.

Two procedure with the same name is used in the forms.I want to tell the forms to take the procedure from the database instead of taking from forms. How can I tell the form compiler to take from the database instead of taking from forms.

Note:I dont want to change the name of the procedure.

Please help me out.
Your suggestion will be appreciated.

Thanks in advance,
Gururaj
Re: How to bypass the procedure written in programme units of forms [message #324172 is a reply to message #324167] Sat, 31 May 2008 04:12 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Precede procedure name with schema name.

For example, if procedure name is 'prc_test', then you'd use "prc_test" to run a procedure written in a form, or "scott.prc_test" to run a stored procedure from Scott's schema.

Also, would you, please, put your forms-related questions into the Forms forum? We can move a thread or two, but - if you keep misplacing all of your questions, it might become a problem.
bypass procedure used in programme units when the same procedure exists in pll [message #324189 is a reply to message #324167] Sat, 31 May 2008 06:46 Go to previous messageGo to next message
gururajster
Messages: 26
Registered: October 2006
Location: bangalorre
Junior Member

Hi all,

Can any one tell how to bypass the procedure used in program units when I have the same named procedure in pll.

for ex:

Procedure name in program units is p_1
Same named procedure p_1 exists in PLL.

In my programme I have to use p_1 which exists in PLL and bypass the p_1 used in program units.


Please help me out.Your suggestion would be highly appreciable.

Regards,
Gururaj
Re: How to bypass the procedure written in programme units of forms [message #324190 is a reply to message #324172] Sat, 31 May 2008 07:01 Go to previous message
gururajster
Messages: 26
Registered: October 2006
Location: bangalorre
Junior Member

Hi little foot,

Thanks for the answer.

Regards,
Guru
Previous Topic: how to disable and enable some items within MENU at runtime
Next Topic: Forms 4.5 alert message
Goto Forum:
  


Current Time: Sun Feb 09 23:14:13 CST 2025