
VB6 Data Report Designer?
How does this thing work?
I have (almost) successfully created a report using VB6 Data Designer. The
only problem is that I need an "operator" mode that allows only the last
record to be displayed, not all of them.
I will be happy at this point if I can just move to the last record when the
form loads.
MyRep.Show
MyDataEnv.rsParts.Movelast
MyRep.Refresh
No luck, the report stays on the opening record.
Inserting MyDataEnv.rsParts.Movelast into the MyRep.Activate also yields a
no go.
Anybody know how to do this?
Thanks!
-Rob