Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JonesMone

    Graph32.ocx doesnt work in Nt?

    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!)
  2. JonesMone

    VB4 ini file not working on WinXP

    I use (alas) lots of vb4 code, and the ini file functions are ok on all microsoft operation systems. if you havent found out your problem, im sure its permissions. the windows directory is not such a free for all with nt4, 2000 or xp. of course, badly written code may just look for C:\windows...
  3. JonesMone

    Convert 16-bit to 32 -bit VB application

    I have upgraded an application from vb3 to vb4 to vb6, and mostly i had no problem, i just dragged the project file onto the icon for the appropriate vb shortcut on my desktop. (double clicking on a project file is a world of pain if you have more than one version of vb installed.(thanks...
  4. JonesMone

    Programming style with open/close database

    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...
  5. JonesMone

    logged on user name in vb6?

    Thanks CClint, thats a bit tidier than the solution i had!
  6. JonesMone

    logged on user name in vb6?

    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)...
  7. JonesMone

    Does Access do subqueries in 'real' SQL?

    Thanks Robert maybe ive been making this too hard.
  8. JonesMone

    Does Access do subqueries in 'real' SQL?

    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...
  9. JonesMone

    Sub Queries in Access SQL?

    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...
  10. JonesMone

    Running Stored Procedures

    This is an uninformed reply, but without even looking it up, can't you set up a querydef object?

Part and Inventory Search

Back
Top