Aug 2, 2000 #1 tyedyejenn Programmer Joined Jun 14, 2000 Messages 35 Location US I need to run a report from within my VB6 program. Can anyone help me wiht a code snipet of how this is done?<br>Thanks in advance<br>Jenn
I need to run a report from within my VB6 program. Can anyone help me wiht a code snipet of how this is done?<br>Thanks in advance<br>Jenn
Aug 4, 2000 #2 Snaggs Programmer Joined Jan 11, 2000 Messages 393 Location US strInstallPath = GetInstallPath(strInstallPath)<br> <br> 'crMain.Connect = strConnect<br> crMain.DataFiles(0) = strInstallPath & "\" & strLOCALTABLENAME & ".MDB"<br> crMain.ReportFileName = strReportName<br> crMain.WindowState = crptMaximized<br> crMain.WindowTitle = strTitleBar<br> crMain.Destination = crptToWindow<br> <br> 'Display the report.<br> crMain.Action = 1<br> <p>Steve<br><a href=mailto:tribesaddict@swbell.net>tribesaddict@swbell.net</a><br><a href= > </a><br> Upvote 0 Downvote
strInstallPath = GetInstallPath(strInstallPath)<br> <br> 'crMain.Connect = strConnect<br> crMain.DataFiles(0) = strInstallPath & "\" & strLOCALTABLENAME & ".MDB"<br> crMain.ReportFileName = strReportName<br> crMain.WindowState = crptMaximized<br> crMain.WindowTitle = strTitleBar<br> crMain.Destination = crptToWindow<br> <br> 'Display the report.<br> crMain.Action = 1<br> <p>Steve<br><a href=mailto:tribesaddict@swbell.net>tribesaddict@swbell.net</a><br><a href= > </a><br>
Aug 4, 2000 1 #3 dellyjm Programmer Joined Apr 13, 2000 Messages 168 Location JM I found all the information I needed on the site below<br><br><A HREF="http://www.kather.net" TARGET="_new">http://www.kather.net</A> . Trust me, this site is alllll that. Upvote 0 Downvote
I found all the information I needed on the site below<br><br><A HREF="http://www.kather.net" TARGET="_new">http://www.kather.net</A> . Trust me, this site is alllll that.