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 -> Re: get the value from TextBox/ Textfield

Re: get the value from TextBox/ Textfield

From: Scott Mattes <Scott_at_TheMattesFamily.ws>
Date: Thu, 03 Oct 2002 13:18:16 GMT
Message-ID: <ssXm9.10276$m92.2609288@news1.news.adelphia.net>


This really should have been covered in the first week of class, or at least in the opening chapter/s of your text book.

if :block_name.field_name = 'some value' then
  .. do something ..
else
  .. do something else ..
end if;

"Asking" <siangfong_at_hotmail.com> wrote in message news:3d9c2218_1_at_news.tm.net.my...
> Hi, all
>
> I have an assignment to ask me to create a non database form and trigger
to
> validate 2 privilage access level.
>
> First one is with password protection, second is just normal user login.
>
> My question is how do I get the value from textfield/textbox??
>
> I've tried get_property_item and so on ...but it doesn't work,....may you
> show me the correct coding to get the text value as we did getText() in
> other programming??
>
> Thanks
> Lee
>
>
Received on Thu Oct 03 2002 - 08:18:16 CDT

Original text of this message

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