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 TouchToneTommy 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: *

  • Users: patlim88
  • Content: Threads
  • Order by date
  1. patlim88

    Web Health Console

    Has anyone had any success installing Websphere Heatlh Console into an existing Websphere apllication server.
  2. patlim88

    tivoli monitoring

    Does anyone have experience setting up monitors for Java stand alone applications.
  3. patlim88

    Showing A Distinct Number

    I have a combo box that displays everything in field 'BACKGROUPNUMBER'. For example if there is 100 groupnumbers of 20020620052401 and 100 groupnumbers of 20010511231408 when I click on the combo box I see all two hundred numbers. The folowing code illustrates this: procedure...
  4. patlim88

    Saving To A Database

    Hi: I'm trying to save a field to an Access database. I dropped a TQuery and TUpdateSQL with the appropriate SQL statements. The application will compile and run and when i click the save button the app acts like it works but when i check the database the record has not been modified (a...
  5. patlim88

    Filling a combo box with info from a database

    I'm trying to fill a TDBCombo box with information from a database. I have the appropriate SQL query and update in place but when I run the app I get a EDatabaseError with message 'CallBackQ: Field 'BackIndex' not found'. The code below is in place on form create and is the place that is...
  6. patlim88

    Time Picker

    Hi: I chose a DateTimePicker for the GUI I'm creating and was wondering if anyone knows how to make it display in 24 hour format instead of 12 hour format. I'm trying to let the user use a box that displays in 24 hour format so that they don't need to type in the time. Thanks. Patrick
  7. patlim88

    Saving Text To A Folder

    Hi: I have created a memo box with a save button on a form. Does anyone know how to set the path where the text file should be saved? Right now when you click 'Save' a pop up box comes up and the default folder is the project folder. I would like for the default to be D:\CallBack. I'm...
  8. patlim88

    How To Record Voice Segments???

    Hi: Does anyone know if Delphi 4 has the capability for a user to record a voice segment that will save the recording to a file. I'm hoping Delphi can do this as I wish to create a form where a user can press a button, record a message using a mirophone and the message recorded saves to a...

Part and Inventory Search

Back
Top