Search found 19 matches

by auspac
Wed Oct 31, 2007 4:43 pm
Forum: R&R ReportWorks Users
Topic: Access 2007
Replies: 2
Views: 1601

==> RE: Access 2007

Kathleen, Thanks for your quick reply..____I have tried the AlwaysRR=1 but it does not seem to fix the problem.____I have done a lot more testing using every different way but cannot overcome the problem.____This is what i am doing to test.____1. Create an Access 2007 database with 2 tables__Forego ...
by auspac
Tue Oct 30, 2007 7:33 pm
Forum: R&R ReportWorks Users
Topic: Access 2007
Replies: 2
Views: 1601

Access 2007

I am running Reportworks version 11.1.007____For the past 2 years we have been running our program using__Access 2000__Windows xp____All OK .........______We have recently updated to Access 2007, and are experiencing problems..______Access 2007 will run as an .mdb or can be converted to .accdb__We a...
by auspac
Thu Oct 18, 2007 7:55 pm
Forum: R&R ReportWorks Users
Topic: Access 2007 .accdb
Replies: 2
Views: 1661

==> RE: Access 2007 .accdb

Kathleen,____You are right... i had a brain lapse.....sorry to bother you..____Appreciate your quick reply____Regards Karen
by auspac
Wed Oct 17, 2007 7:21 pm
Forum: R&R ReportWorks Users
Topic: Access 2007 .accdb
Replies: 2
Views: 1661

Access 2007 .accdb

I have converted from Access 2000 to Access 2007____Access 2007 now has the extension .accdb not .mdb____When i use reportworks it only looks for .mdb____Is there an update so i can use the Access 2007 .accdb______Regards Karen
by auspac
Thu Jul 21, 2005 4:52 pm
Forum: R&R ReportWorks Users
Topic: Report1.filter Problem
Replies: 2
Views: 1552

==> RE: Report1.filter Problem

Kathleen,__Thanks for the help__Regards Karen
by auspac
Wed Jul 20, 2005 6:14 am
Forum: R&R ReportWorks Users
Topic: Report1.filter Problem
Replies: 2
Views: 1552

Report1.filter Problem

I am using Reports (Latest Version)and Visual Basic 6 and have a report printing ok.__BUT...__I am attemping to override the filter in the report created using..__Report1.filter = "Id <= 2" (id is an vb6 table autonumber field i have used to simplifythe question)____This command does not h...
by auspac
Mon Jul 04, 2005 5:28 pm
Forum: R&R ReportWorks Users
Topic: rsw32.ocx problem in Access2000
Replies: 1
Views: 1295

=> RE: rsw32.ocx problem

I have solved the problem of the sortfields(0) not working.__It was the order in which the report1. commands were entered.__I had the sortfields at the top. ie after __WDir = "c: rordersfor108.rsw"__ __Soon as i put the sortfields as per the sample below, it worked.____WDir = "c: rord...
by auspac
Sun Jul 03, 2005 5:35 pm
Forum: R&R ReportWorks Users
Topic: rsw32.ocx problem in Access2000
Replies: 1
Views: 1295

rsw32.ocx problem in Access2000

My question is re the properties of the R&R SQL Report Control __in a form in VB6 compared to Access2000____In VB6. as per r&r example supplied with r&r Report works__The rsw32.ocx is in components (not references)__Say the control is named Report1__In Vb code if you enter report1. (the ...
by auspac
Fri Jul 01, 2005 7:08 pm
Forum: R&R ReportWorks Users
Topic: Passing Parameters (runtime) RRV11
Replies: 2
Views: 1631

==> RE: Passing Parameters (runtime)

Kathleen,__Thanks for your help.____Regards Karen
by auspac
Thu Jun 30, 2005 5:32 pm
Forum: R&R ReportWorks Users
Topic: Passing Parameters (runtime) RRV11
Replies: 2
Views: 1631

Passing Parameters (runtime) RRV11

[updated:LAST EDITED ON Jun-30-05 AT 06:15 PM (EST)]I am using R&R Reportworks Version 11__I have the following code in Access 2000__--------__WR = "c: r" & WRepCat & "" & WReport & ".rsw"__Report1.ReportName = WR__Report1.Destination = PDest__R...