Got it. It wasn't a CR thing at all. The converted database was a little bit screwed up (only one table). All reports that access this table came up with the error. Now everything is OK.
Thanks a lot, 'cause you put me in the right direction !
Tom
First: 'Unknown Function Name' (Headline: Database Error)
Then: ' Error detected by Database DLL'
I just figured out that some of the old Reports work just fine if I change the Database. Only a few come up with this errors .... ????
Thanks
Tom
OK, may be I'm a little bit to stupid for that:
If I create a new report I can connect to Access 2000, no problem. But if I try to change the Database for an existing report from the old db to the converted one I still get an error ... ??? Can someone please open my eyes ?
Thanks
Tom
Can I use CR 7 Reports with Access 2000 ? I get an incorrect table list if I connect to an Access 2000 DB. Is there anything I have to know ?
Thanks
Tom
But that does not update the Data Control ! Or at least I can't get it running ... The access with the Database Object works with 3.6, what do I have to change in the Control ?
Thanks
Tom
I have to update an old application which uses the Data Control to connect to an Access Database (98). Now it should connect to an Access 2000 DB, but it can't open it. Is there any way to make it work without replaceing all controls ? If I have to replace the contols which new ones should I use...
I'm working with Office 2000 (OLB 9.0). You should check the NameSpace properties in the object browser. I don't know if there is something different in olb 8.0, sorry.
Tom
You can find this in the General discussion-Forum :
cdlg.CancelError = True
On Error Resume Next
cdlg.ShowPrinter
If Err.Number = 32755 Then MsgBox ("Cancel")
Tom
I don't know how to disable, but to hide it. Set the Style property of the combo to 1 (simple combo). But the user can still see the other listitems by using the arrow keys.
Tom
It's me again, try this:
You can put the text in a cell directly:
MSFlexGrid1.TextMatrix(row, column) = newText
You don not need to set the col and row property.
Tom
I am not sure, but there should be a property of the FlexGrid like ScreenUpdate which you should set to false before you load the data and then set it back to true.
Hope that helps ...
Tom
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.