how do i loop through a tabular block [message #81421] |
Sun, 16 February 2003 07:21 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Deepak Kumar Sharma
Messages: 1 Registered: February 2003
|
Junior Member |
|
|
I am working on Oracle forms 6.
I have created a tabular block with 5 fields and I am
displaying 4 records. I want to loop through this
tabular block to find the sum of the data of one field ( for instance say, 3rd field ).
I have to get the sum when I press a button. How do I go about it.
|
|
|
Re: how do i loop through a tabular block [message #81427 is a reply to message #81421] |
Sun, 16 February 2003 23:30 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Lakshman. K
Messages: 16 Registered: January 2003
|
Junior Member |
|
|
Hi,
you Create one new field to display the sum. For this field you set the following properties
Calculation Mode - Summary
Summary Function -
Summarized Block -
Summarized Item -
Then the sum will be automatically calculated by the system. You need not to do any thing like looping etc..
Lakshman. K
|
|
|