R&R ReportWorks: Display Version 11

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
astonvic
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

R&R ReportWorks: Display Version 11

Post by astonvic » Thu Jan 05, 2006 12:29 pm

Using RRWRun.exe from the shell command with maxwindowfocus in VB6 some reports display and other do not? Why? I have data and each reports runs in the designer. Also am using a control dbf.____Vic

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> R&R ReportWorks: Display Version 11

Post by kfleming » Fri Jan 06, 2006 4:54 pm

Could be many things. What happens if you execute RRWRUN.EXE from windows explorer and then select the report? Does it run? What values are you setting in your control file?____Kathleen__R&R Support

astonvic
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

==> RW v11 Display Issue

Post by astonvic » Tue Jan 10, 2006 10:50 am

I can run any report out to the screen on my development machine but not on some computers on our network. This leads me to beleive it is something with the individual computer. Maybe a registry entry or ini file left over from the R&R ReportWriter version 8 installation. What do you think? Vic

astonvic
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: RW v11 Display Issue

Post by astonvic » Fri Jan 13, 2006 12:32 pm

[updated:LAST EDITED ON Jan-13-06 AT 12:34 PM (EST)]? MDB.RRWRun_Path & "RRWRun.EXE " & MDB.OpenMDBPath & "RRWCMS.DBF " & Data1.Recordset("recordnumb") & " /H /B /WY /O" & MDB.ExePath & "RRWStats.DBF /R" & MDB.OpenMDBPath & " /D" & MDB.ExePath____C:PROGRA~1REPORT~1RRWRun.EXE \pcmicms95IW06RRWCMS.DBF 11 /H /B /WY /Oc:cms95RRWStats.DBF /R\pcmicms95IW06 /Dc:cms95 __ __Kathleen, If I select a .rrw report format file from the Windows Explorer I get the RRW.exe to execute. What should the association be? When I open the RRWRUN.exe and then pick a report the report may or may not come up in preview mode but the common dialog for picking the .RRW reports stays open which I have to say is unusual behavior. It should close after I pick a report file to preview in the runtime version (rrw viewer). And what is wrong with the above vb6 shell call, if anything. Do I need quotes around something? It is the same line I have always used (4+ years running) but sometimes a good report previews and sometimes not. Vic __

astonvic
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

====> RE: RW v11 Display Issue

Post by astonvic » Mon Jan 16, 2006 10:11 am

When I run this __?Shell("C:PROGRA~1REPORT~1RRWRun.EXE", vbMaximizedFocus)__in the intermediate window then pass this__\pcmiC$cms95IARPP06RRWCMS.DBF__as the library I get RR Error "Can not open library". Can this be explained?

Post Reply