Home » Developer & Programmer » Forms » Load data into text fields...
Load data into text fields... [message #80865] Mon, 09 December 2002 15:55 Go to next message
Entriste
Messages: 1
Registered: December 2002
Junior Member
Hi,

Here's my problem. I'm trying to create a form with a text field, a button, and then a block of text fields.

I want to be able to type an ID code in the first field, hit the button, and have all values from a given data block with an ID matching the entered field entered into the block of text fields.

Should be simple? However for the life of me I can't find a single worthwhile reference book/tutorial site on creating forms in Oracle. I'm working in 9i, but how to do this in 6i would be just as helpful.

Even more helpful would be if someone could point me to a reference (book, site, otherwise) that can provide help with forms for beginners.

Thanks
Re: Load data into text fields... [message #80902 is a reply to message #80865] Thu, 12 December 2002 13:23 Go to previous message
Archana
Messages: 18
Registered: January 2001
Junior Member
you can write trigger When-Button-pressed

select a,b,c into :x,:y,:z from table
where id=:id;

This should work. If you have any questions please let me know.
Previous Topic: record group
Next Topic: splash form(popup window)URGENT
Goto Forum:
  


Current Time: Mon May 20 06:45:29 CDT 2024