Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing Properties of controls 1

Status
Not open for further replies.

jimsterS

Programmer
Apr 24, 2001
71
US
Is there any program that will allow me to print all of the used properties of all the objects on a form.

Thanks
Jim Shepard
 
Open your form.
Go to File Save As Class.
Save it as a class - I use documentation as a file name.
Open the class browser.
View as Code.
Everything is there - all the used methods follow all the object creations similar to using procedures at the bottom of a prg file.
 
HI Racoon and Jimster,

To view the code behind the form,

Start the Class browser,
Click the open icon
Select the File type as form
Reach the form in the directory you want and open it
Click on view class code icon..

You dont need to save the form as class etc.

Hope this helps you :)

ramani :)
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top