tracing of transactions in forms [message #132985] |
Wed, 17 August 2005 03:11 |
sarfraz_attari
Messages: 123 Registered: July 2005
|
Senior Member |
|
|
i have some problem in a form when i look into the source code everything is ok and this problem is coming rarely but i want to trace the steps performed by the forms is there any utility to trace all the steps happening in the form during runtime
thanks
sarfraz
|
|
|
Re: tracing of transactions in forms [message #133018 is a reply to message #132985] |
Wed, 17 August 2005 05:12 |
snigdha
Messages: 7 Registered: August 2005 Location: Bahrain
|
Junior Member |
|
|
Run the form in Debug Mode if you are using forms developer .Put toggle break in the initial code where the control goes first . When you run in debug mode click on Windows Debug Console/PL SQL Editor to see the runtime values and others .Press F8 in PL/SQL Editor mode to continue . You can trace where the problem is and fix it.
Hope it helps u
|
|
|