What are the inner workings of the grid in forms?

Hi, I have some doubts, I want to know what are the inner workings of the grid in forms.

1. how forms followed the value change in the grid?

2. when we run the query that we will get the selected lines, then we changed some values in certain fields in the grid, how it follows the change in value? .how he knows the process is update or insert?

It is this that my concept, when we realized the request forms will be store values in the tables with rowid.i thought a lot more, but I can't any idea on it.any help me?

You just want to understand the functioning of the forms or you encounter some difficult techniques in certain areas?  If you have a hearing problem, please describe, and we can try to help.  If you try just to know how it all works, I would recommed referring to Forms Builder online help.

In help, search for information on GET_RECORD_PROPERTY.  This part of the documentation provides a pretty good explanation as to what is happening and how to determine the current state of a folder.

In short, when you make a change to a field that represents a recording of the db, a SELECT for UPDATE is issued.  This causes the recording to be blocked.  Actually change value, we monitor internally.  I won't go into the details on how we do here.

Tags: Oracle Development

Similar Questions

Maybe you are looking for