Home » Developer & Programmer » Forms » How to ask execute records automatically?
How to ask execute records automatically? [message #180167] Fri, 30 June 2006 08:14 Go to next message
seyed_mohd
Messages: 1
Registered: June 2006
Junior Member
I have to do a form called "Add item"
If the quantity of the particular item is 7 , 7 records of that item will be automatically inserted in the database.
How do i do this ? Need help
Re: How to ask execute records automatically? [message #180195 is a reply to message #180167] Fri, 30 June 2006 11:03 Go to previous message
joy_division
Messages: 4963
Registered: February 2005
Location: East Coast USA
Senior Member
This is way too little information so don't be upset if this is nothing like you aksed for:

On a WHEN_BUTTON-PRESSED Trigger
for I in 1..:column_name loop
  insert into sometable (col1) values (:itemname);
end loop
Previous Topic: Restric form use
Next Topic: BLOB problem ora-22292 error
Goto Forum:
  


Current Time: Fri Sep 20 08:39:03 CDT 2024