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 SkipVought 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. thoms314159

    Anyone know how to make static variables in JavaScript?

    global variable worked like a charm. thanks
  2. thoms314159

    Anyone know how to make static variables in JavaScript?

    As the subject says.... Thanks in advance. Jon
  3. thoms314159

    Convert an Integer to a String

    Thanks all.
  4. thoms314159

    Convert an Integer to a String

    I am looking for a way to convert an integer to a string (please note that I mean a variable of type "string", not a C style string). I can currently do it using a couple of ugly lines of codes, but I was wondering if anyone new of a function that would get the job done. If anyone...
  5. thoms314159

    Is the drive a CD or a DVD drive

    I am writing a program in which I would like to know whether a drive is a DVD or a CDROM drive. Anyone know how?
  6. thoms314159

    Network Printer Keeps Disconnecting

    I have a draftsman on my network who keeps losing connection to a network printer. The printer is set up as a local printer on another computer on the network. He can login to the domain fine and see everything like he should. At first, the connection to the printer is fine. After a while, he...
  7. thoms314159

    link to another database

    Can anybody tell me there is a way to open another distinct database from within a currently openned database. Say from a command button? Thanks.
  8. thoms314159

    Openning a database with a Command Button

    I want to open another distinct database with a command button from within my own database. I know I have to use somthing along the lines of DoCmd.RunCommand acOpenDatabase but I can't seem to get the code right for some reason or another. Can anyone help me out with this or give me the correct...
  9. thoms314159

    Recordset Initialization Help

    I can't figure out what's the matter with this piece of VBA code. Please help. Option Compare Database Option Explicit Private dbCurrent As Database Private qdfInputInf As QueryDef Private rsTemp As Recordset Function InflationCalculator(YearWanted As Integer, YearEntered As Integer) As Double...
  10. thoms314159

    alternating light and dark rows

    Thanks guys; much appreciated.
  11. thoms314159

    alternating light and dark rows

    I am making an Access database with a subform. Does anyone know how to modify the background in this subform so that each consecutive record displayed will appear with alternating light and dark backgrounds for ease of readibility?
  12. thoms314159

    VB strings

    Thanks. That did the trick, although I still much prefer C-style strings. No offence to the hardcore VB coders out there.
  13. thoms314159

    VB strings

    I need help! By training I'm a C++ programmer but I need to write a string parser in VBA for an access database. Anyway, I need be able to "walk along" the string and be able to treat it like an array and manipulate it. I know that there aren't any pointers in VB so I'm completely lost...

Part and Inventory Search

Back
Top