I have a program which works fine (loads up info to MSFlexGrid), but when the program is used on another computer on the network it doesn't seem to load up. It says MSFlexGrid not accessable (or thereabout). Does anyone have any ideas on how to sort this? Do I need to make some software...
I have an MSHFlexGrid in my VB program and I would like to have a command to print it out but I'm stuck on how to do that! Is there a way of doing this directly from the program or could I export the grid to an Excel spreadsheet and print if from there? I want to able to do all this from my VB...
Is there any way of making the cells of your table so that when the mouse pointer is moved over them a string of text is visible (such as alt works for <img>)?
Pete
Finally got a connection string that SEEMS to connect in
set conn = Server.CreateObject("ADODB.connection")
conn.open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=\\hill\vb\emp.mdb; DefaultDir=\\hill\vb; uid=sa;pwd=;DriverID=25;FIL=MSAccess;"
set rsSet =...
Thank you! You've solved most of my problems and it's starting to look better, but when I load up the db.asp (the server side) it doesn't connect to the database it just says
'[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified'
so I then used microsft...
I've tried what you said (I think!) and it's not connecting to the database anymore. I'm pretty new to VBscript and haven't quite got the hang of it yet. Can you see if it is something to do with my code. Thanks for all your help.
Pete
<html>
<head>
<title>Planner</title>
<meta...
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.