Hi
Everyone I have another basic question to ask about 'Normal Mode' and 'Enter query' mode. I have read about 'Normal mode' is that we can perform DML statement like Insert, Delete and Update and Commit when form is in normal mode. we can fetch all the reords from the table at once. and in the case of 'Enter Query mode' we can't do any DML task on the screen. We have to write related query. we also have to give 'Where' condtion for fetching data on the screen.
So what i so far understood is 'Normal mode' means a datablock created that's why we can easily do any DML task on the screen and when it is not datablock then it is in 'Enter_query mode.
I am really confused please help
Thanks