Page 1 of 1

R&R ReportWorks: Display Version 11

Posted: Thu Jan 05, 2006 12:29 pm
by astonvic
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

=> R&R ReportWorks: Display Version 11

Posted: Fri Jan 06, 2006 4:54 pm
by kfleming
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

==> RW v11 Display Issue

Posted: Tue Jan 10, 2006 10:50 am
by astonvic
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

===> RE: RW v11 Display Issue

Posted: Fri Jan 13, 2006 12:32 pm
by astonvic
[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 __

====> RE: RW v11 Display Issue

Posted: Mon Jan 16, 2006 10:11 am
by astonvic
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?