Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> refering form objects in Pl/SQL

refering form objects in Pl/SQL

From: saf <psarfarazNOpsSPAM_at_hotmail.com.invalid>
Date: Mon, 13 Mar 2000 08:25:40 -0800
Message-ID: <184874d0.6d5559f5@usw-ex0107-049.remarq.com>


hi,
me a novice..
i've got a form with a one text item(Balance:name'bal') and a button(Show balance).
When the button is pressed the text item should display the balnce of account_id 3....this is what i have done:

begin
select bal into 'bal' from accounts
where account_id = 3;
end;

when i compile it it gives e error saying: simple name required in this request.

ANyone please...anyone

Received on Mon Mar 13 2000 - 10:25:40 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US