blah Guest
|
Posted: Wed Feb 28, 2007 7:56 am Post subject: Brand New and slightly stumped |
|
|
I have 2 ADOTables, 2 Datasources, a RvProject, RvSystem, 2
RvDatasetConnections on an Intraweb form. I have created a report with
"MainPage" being the name. When the user selects a record from the form and
chooses print, here is the code that is executed. I am apparently missing
something as the report shows up blank (doesnt even show my static text).
RvSystem1.DoNativeOutput := True;
RvProject1.SelectReport('MainPage',False);
RvSystem1.RenderObject := nil;
RvProject1.Open;
RvProject1.Execute;
Any help would be greatly appreciated!
Thank you,
Robert |
|