Click to See Complete Forum and Search --> : VB6, CR8.5, rpt files, how do I reverse engineer it?


Guitarzan8
November 9th, 2007, 03:22 PM
I have inherited a huge vb project that I have to enhance. It generates a report from a VB6 form. The enhancement is as simple as the user wants to swap 2 text boxes. When i open the .rpt file, there are no fields or controls on it. Does that mean that the text boxes are being placed there from the code? or the database? What code snippet do I look for where the code "puts the text boxes on the report"?

jggtz
November 10th, 2007, 11:06 PM
Find the form & procedure that generate the report and post the code