I use an ADO to connect to a table in an Access database.
To display the entire table I use a MSHFlexGrid component.
The problem is: number of records up to 2048 will be shown i MSHFlexGrid but when I have more records the exceeding records will be ignored (all records are in the physical...
When I run this button event:
Private Sub Command1_Click()
Dim x
x = MsgBox("test", vbYesNoCancel)
End Sub
I get messages in the message box in Danish instead of English (yes, no, cancel). The same with other MsgBox arguments (vbRetryCancel ...). My operating system is Windows XP...
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.