|
Home > Archive > Oracle certifications > November 2001 > Question if Oracle Developer Forms
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Question if Oracle Developer Forms
|
|
| Bhamoo 2001-11-10, 7:55 pm |
| Hello,
Can anyone explain difference between Same Record and Change Record navigation style in a data block? I just don't see a difference when testing it out and find anything to explain in better detail.
thank you. | |
| laloca 2001-11-11, 11:13 am |
| Hi Bhamoo,
I found the following in detail on TechNet:
"Same Record: The default navigation style. A Next Item operation from the block's last navigable item moves the input focus to the first navigable item in the block, in that same record.
Change Record: A Next Item operation from the block's last navigable item moves the input focus to the first navigable item in the block, in the next record. If the current record is the last record in the block and there is no open query, Oracle Forms creates a new record. If there is an open query in the block (the block contains queried records), Oracle Forms retrieves additional records as needed. "
In other words:
With "same record" the input focus circles around from the last item to the first one in the same record, "change record" will jump to the next available record in the scope or will create a new one.
Hope this helps, | |
| Bhamoo 2001-11-11, 3:15 pm |
| Thanks laloca,
That is making a little more sense.  |
|
|
|
|