Home » Developer & Programmer » Forms » calling a procedure from a particular library
calling a procedure from a particular library [message #196241] Wed, 04 October 2006 10:49 Go to next message
indraneelkumar
Messages: 24
Registered: September 2005
Location: bangalore
Junior Member

Hi
I have doubt regarding attached libraries.
I created two attached libraries LIB1,LIB2.

I created one procedure in LIB1 as below
     Proceudre SAMPLE_PROC is
      Begin
       message('LIB1');
      end;   

I created one procedure in LIB2 with same name as below
     Proceudre SAMPLE_PROC is
      Begin
       message('LIB2');
      end;   

I attached two libraries to my form
(First LIB1 and Second LIB2)

I want to call SAMPLE_PROC from LIB2 with out changing order of LIB1 and LIB2 in forms object navigator

Thanks in advance

[Updated on: Thu, 05 October 2006 20:59] by Moderator

Report message to a moderator

Re: calling a procedure from a particular library [message #196546 is a reply to message #196241] Thu, 05 October 2006 20:59 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Give the procedures a different name. Using the same name is a 'no-no'.

David
Previous Topic: application closes when exiting form
Next Topic: FRM 40507 Unable to fetch next query record
Goto Forum:
  


Current Time: Fri Sep 20 12:35:46 CDT 2024