|
-
Jul 21st, 2003, 02:27 AM
#1
Thread Starter
Fanatic Member
referencing an object on a .rpt file
at first i had my crystal reports embedded within my program, but i have changed to using .rpt files.
however now i cannot say
myreport.thisPicture.loadpicture blah
how do you refernece objects on your reports now that the report object is generic since i am using .rpt files...?
-
Jul 21st, 2003, 02:31 AM
#2
Thread Starter
Fanatic Member
ah nm
CReport.Areas(1).Sections(1).ReportObjects("txtbayheader").SetText Header
that does it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|