Forms 4 & User Sessions
From: Michael Stowe <Michael.Stowe_at_f573.n115.z1.fidonet.org>
Date: Wed, 27 Apr 94 03:37:01 -0600
Message-ID: <3b828a9f_at_f573.n115.z1.fidonet.org>
Date: Wed, 27 Apr 94 03:37:01 -0600
Message-ID: <3b828a9f_at_f573.n115.z1.fidonet.org>
- Quoting Pberger_at_Nic.Hookup.Net to All dated 04-26-94 ***
> I would like to be able to alter a user session within Forms 4
> such that the user's session is optimized for maximum
> response (or feedback) from the database.
Well, at the block level, you can always specify an optimizer hint for each block, e.g. Set_Block_Property('BLOCK', OPTIMIZER_HINT, 'FIRST_ROWS'); and it is relatively easy to loop through all the blocks (without performing navigation) and set all the block properties in the form, if need be. Received on Wed Apr 27 1994 - 11:37:01 CEST