|
|
|
|
|
|
Re: various beginner forms questions [merged 3 by jd] [message #540555 is a reply to message #540514] |
Tue, 24 January 2012 08:12 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
abdulbilal wrote on Tue, 24 January 2012 05:03Hi, May i know the triggers in forms 6i, which is applicable to all items,blocks and form.
Thanks in advance..
I have looked at the history of your questions and every single one of them is a one off question that is easily answered in documentation. you give no feedback, nor do you make any attempt to find the answer yourself.
[Updated on: Tue, 24 January 2012 08:13] Report message to a moderator
|
|
|
|
Re: Block properties [message #540655 is a reply to message #540556] |
Wed, 25 January 2012 03:53 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/169590.jpg) |
Tomcrzy
Messages: 101 Registered: December 2011 Location: Chennai,India
|
Senior Member |
![romogenia@gmail.com](/forum/theme/orafaq/images/google.png)
|
|
Hi abdulbilal,
Quote:Can anybody tell me the purpose of block properties,
1.Query Array Size
2.Number of records Buffered
I think these query array size and number of records buffered will depends on your query
1.Query Array Size
-----------------
ARRAY SIZE is the number of records that get fetched each time forms goes to the database.
2.Number of records Buffered
---------------------------
The RECORDS BUFFERED specifies the minimum number of records that should be placed in memory when records are fetched from the database. Even if you specify a low value of 3,the minimum per form is slightly over 300.As more records are brought back from the database (eg records 303-306) they get moved between memory and the file buffer as the user scrolls down.
Thanks &Regards
Tom
[Updated on: Wed, 25 January 2012 03:54] Report message to a moderator
|
|
|
|