props.fmb -- Forms runtime property inspector.
474368Jan 26 2006 — edited Jan 27 2006Group,
I wanted to share a little utility I built. I call it the property inspector. I use it to help debug runtime issues where you wish to see runtime values of properties. I built it flexible enough to run against any form. All you have to do is reference or copy in an object group, add a call to launch the property inspector, generate your form and run. The property inspector allows you to view a whole list of properties at the application, form, block and item level. I built it in Forms 6i, tested client server. It will run 9i or 10g with small changes to the code. Properties have changed, so some lines in the code may have to be comment out to compile in 9i or 10g.
For more information and to download see:
http://www.tailboom.com/oracle.php
Note this is free, I am not trying to sell anything. That said, I am interested in any feedback you may have. Thanks to Steve C. for helping along the way.
Regards.
--pat