Has anyone got a vb4-32 program using the vb graph component actually working?
I converted a vb4 16 bit app to vb 4 32 bit and now it errors when any graph operations carried out. strangely, i seem to be the only person in the world with this problem...
(apart from the users of the app!)
In my recent application i have a collection of routines that all open then close one of three databases.
eg
sub routine1
open database
open query
get Query into an Array
close query
close database
end sub
a reviewer of the code complained this was inefficient and bad style...
I used to pick up the user name from an environment variable in windows 95/98 but this doesnt work in win2000.
Do you know of an simple solution to finding out who is logged in to workstation?(i have some sort of solution involving reams of code calling the api, yuck)...
I have found using simple queries in Access, then using a final query to pull the data together the only way to solve some problems. But how can this be represented in SQL for outside access without using a stored query?
the SQL that Access shows wont work, because the named queries take...
I have found using simple queries in Access, then using a final query to pull the data together the only way to solve some problems. But how can this be represented in SQL for outside access?
the SQL Access shows wont work, because the simple queries take parameters themselves.
looks like a...
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.