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. jkscript

    Age from DateofBirth query

    I have a table with a dateofbirth field. I have a query which has a calculated field "Age: Int(DateDiff("d", DOB, Date)/365.25)". This works fine. I then add criteria to limit the age to a specific range like "BETWEEN 21 AND 50". Strange thing is, it works fine...
  2. jkscript

    Maxmised window with status bar

    I am creating an SDI MFC application. In the CWinApp-> InitInstance() I use m_pMainWnd->ShowWindow(SW_SHOWMAXIMIZED); This however, obscures the status bar. The window needs to be resized to fit ontop of the start menu it seems.
  3. jkscript

    Office style docked help

    Hi all, How can I create a docked window displaying a help file like Office 2000 does? Cheers
  4. jkscript

    Input masks

    Hi All, Is it possible to make a string conform to as specific mask like ABC-1234? cheers
  5. jkscript

    Uppcase string

    Hi All, Is it possible to accept a string and make it uppercase before storing it in the database? Can this be done in the CREATE TABLE method? Cheers
  6. jkscript

    Date constraints

    I have a date field. and I want the data to be stored as DD/MON/YYYY how can I ensure this? Cheers
  7. jkscript

    Date constraints

    Hi all, I'm trying to setup a constrain in table so that a date field conforms to a specific mask. In ORACLE, it's something like CONSTRAINT constraint_name CHECK date_field LIKE TO_DATE("DD/MMM/YYYY") But I'm using MySQL? Anyone know how I can port this...
  8. jkscript

    16-bit SCSI on 8-bit port

    My computer has an 8-bit SCSI adapter on the motherboard and I have my HDD attached to it. I have just got a 16-bit SCSI HP tape streamer. How do I fit the tape streamer into my PC?
  9. jkscript

    16-bit SCSI to 8-bit port

    My computer has an 8-bit SCSI adapter on the motherboard and I have my HDD attached to it. I have just got a 16-bit SCSI HP tape streamer. How do I fit the tape streamer into my PC?

Part and Inventory Search

Back
Top