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