|
-
Jul 18th, 2000, 11:24 PM
#1
Thread Starter
New Member
I couldn't create a new field object and add it to RDC at runtime.
I tried to add Report Designer Control into my VB program and preview the report tables created at runtime.I used the code below:
dim X as fieldobject
......
set x=m_report.section1.addfieldobject(x,0,0)
......
but it didn't work.
Any suggestions,greatly appreciated.
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
|