Home » Developer & Programmer » Forms » selecting multiple values of dynamic data block items (Oracle forms 9i)
selecting multiple values of dynamic data block items [message #354872] Tue, 21 October 2008 13:48 Go to next message
manoveg
Messages: 4
Registered: October 2008
Junior Member
HI,
I am a beginner in oracle forms .

I have created a form containing a data block with two items. First item is a check box getting populated from a table and the other one is a combobox getting populated from static values already defined in the property pallete.
I have not fixed the number of data items displayed. There can be 5 or more data items displayed depending upon the number of rows in the table .

I have placed a update button on the form which should when pressed select values of each row containing both the data items and retain it in some variable like array or something so that I can do some operation based on that values.
I need values of all the rows in some array variable at a time.
I am not able to figure out how to go implement this .

Please help

[Updated on: Tue, 21 October 2008 13:50]

Report message to a moderator

Re: selecting multiple values of dynamic data block items [message #354928 is a reply to message #354872] Wed, 22 October 2008 00:19 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Why store them? Why loop through the entries?

Just accummulate the data in the 'post_query' query trigger and then 'add' or 'substract' the data when the 'check-box' is turned 'on' or 'off'?

David
Previous Topic: Trigger problems Forms 10g
Next Topic: Forms migration from 6i to 10g, adjusting fonts...
Goto Forum:
  


Current Time: Thu Feb 13 10:37:38 CST 2025