Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Dev2000 - menus and procedures
As I recall, and assuming it's the same as Dev2000 1.5 on V7.3.2, you can't
directly call a procedure from your form but you can directly call a
user-named trigger of the form from the menu.
I suggest creating a small form level usernamed trigger which, in turn calls your procedure.
Youc an then call the trigger wusing the EXECUTE_TRIGGER builtin. Of course you may want to play wiht a few globals to cope with any parameter passing to you procedure though.
HTH
--
Alan D. Mills
knunes_at_spamless.sequenom.com wrote in message
<35c9e571.518861323_at_news2.cts.com>...
>I have been trying to call one of my form's procedures from a cutom
>menu.
>From what I have gathered so far, a direct call to a procedure in my
>forms is not possible from my custom menus.
>
>Is there some indirect way of calling my form's procedure from the
>menu?
>
>(I am using Dev2000 2.1 with Oracle8)
Received on Fri Aug 07 1998 - 07:52:38 CDT
![]() |
![]() |