Hi,
i have this report that uses three different databases, two sql-server and one access.. everything works fine when you are logged on to the network as administrator.
but when you change user you can't open the reports. i have tried to set the user ID and password in code but it makes no...
Hi, I'm debugging this app in vb6.. you select a .jpg or .bmp and loads it into an image on the form. the image is not allowed to be larger than 750x450 (11250x6750 twips).
the problem is: image.width returns a larger value than the actual .jpg/.bmp size.
/icca
you can use something like this for the toolbar_buttonclick event.
Select Case (toolbar.Buttons.IndexOf(e.Button))
Case 0 'btn0
Dim frm As New form1
frm.MdiParent = Me
frm.Show()
Case 1 'btn1
Dim frm...
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.