Re: FORMS 5 Procedure Calls

From: <mlr2708_at_my-dejanews.com>
Date: Fri, 11 Sep 1998 18:55:46 GMT
Message-ID: <6tbrni$bfa$1_at_nnrp1.dejanews.com>


Hi,

I'm using Forms 4.5. I haven't seen 5.0, but here's what you do in 4.5:

Just create the trigger from the Object Navigator by double-clicking on the Triggers item at the place in the tree-structure where you want to create the trigger, i.e., under the Form, Block or Item. Then double-click on the WHEN-BUTTON-PRESSED choice from the popup list. This will open up the PL/SQL editor. Then just type in your SQL code as if you were at the SQL> prompt.

In article <6t8n97$t0u$1_at_nnrp1.dejanews.com>,   mdesouza_at_YAHOO.COM wrote:
> Hi
>
> In sql I call a procedure with the following code
>
> SQL>>variable x number
> exec loaddailypsisales(:x);
>
> In forms 5 I need to call this procedure using a button with a WHEN-BUTTON-
> PRESSED Trigger
>
> What code do I put in the trigger ?
>
> Any help appreciated
>
> Regards
>
> michael Dsouza
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Fri Sep 11 1998 - 20:55:46 CEST

Original text of this message