savepoint_mode [message #426486] |
Thu, 15 October 2009 17:23 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
cool_coder
Messages: 17 Registered: September 2008
|
Junior Member |
|
|
Hi,
I am having difficulty in finding SAVEPOINT Mode property in the form.
I dont know waht level its defined,,is it at datablock level or form level or somewhere else?
I want to change that propery to NO so if you have ide abt it please reply.
Thanks in advance.
|
|
|
|
Re: savepoint_mode [message #426565 is a reply to message #426521] |
Fri, 16 October 2009 11:56 ![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) |
cool_coder
Messages: 17 Registered: September 2008
|
Junior Member |
|
|
Thanks for your reply.
I did looked into Forms Help and it does explain the details about the Savepoint.
However , my issue was where to code this and where should i lookinto it in order to change the property?
Thanks
PD
Description
Specifies whether Form Builder should issue savepoints during a session. This property is included primarily for applications that will run against non-ORACLE data sources. For applications that will run against ORACLE, use the default setting.
The following table describes the settings for this property:
Setting Description
Yes (the default) Specifies that Form Builder should issue a savepoint at form startup and at the start of each Post and Commit process.
No Specifies that Form Builder is to issue no savepoints, and that no rollbacks to savepoints are to be performed.
Applies to form module
Set Form Builder, programmatically
Refer to Built-in
n GET_FORM_PROPERTY
n SET_FORM_PROPERTY
Default
Yes
Required/Optional optional
|
|
|
Re: savepoint_mode [message #426602 is a reply to message #426486] |
Fri, 16 October 2009 18:37 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
You know what you want to set the property to. Form builder help tells you what built-in to use.
So what's the problem?
As for where to code it: WHEN-NEW-FORM-INSTANCE prehaps?
|
|
|