rsw32.ocx problem in Access2000
Posted: Sun Jul 03, 2005 5:35 pm
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 references you expect are displayed,.. eg sortfields + all as per manual.__and if this is used the report is sorted in this order.__Ie in Vb6 all is ok.____BUT>>> In Access 2000__The ocx is added and referenced in the tools->references. __ie there is no "components"__The control is added on a form, and named Report1__In Access 2000 vbcode you enter Report1. ( a much abbreviated subset of items eg...BorderColour Height SetFocus. ie the normal properties of a form control.__ie sortfields is not one of the selections.__If you manually type in report1.sortfields(0) eg it does seem to know about it__ie, it changes the case to SortFields(0)__but when the report is printed, there is no errors but ignores the sortfields(0) command__ie The report is sorted in native report saved order., does not use sorffields(0)______Appreciate any ideas as to the problem.______