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 bkrike 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: dba2
  • Content: Threads
  • Order by date
  1. dba2

    How to read date and time

    Can anyone help please? I have a PostScript Interpreter running on a Sun Unix system and when I send a PostScript document to the Interpreter I want to be able to read the time and date. I have not been able to find any reference to PostScript Time or Date commands in the 'Red Book', are there...
  2. dba2

    How do I set Word OLE PrintOut properties

    Can anyone help please. I am using automation with Variants to interface with MS Word and I need to change the default PrintOut Property settings for 'PrintToFile' and 'OutputFileName'. If I call the PrintOut procedure with vMyDoc.OleProcedure("PrintOut") it obviously takes the default printer...
  3. dba2

    Can the Tab key be trapped in a TEdit event?

    I have created a form containing 4 TEdit boxes and have written code to validate the text entered. I want to be able to move back with Shift-Tab and forward with Tab between the edit boxes if validation is correct. I do not seem to be able to trap the Tab key through any of the TEdit events...
  4. dba2

    How can I intercept the Print Dialog

    I want to write some code that 'forces' a user, when selecting Print in any MS Office App., to enter a reference number. Subsequently when they click the 'OK' button in the PrinterDialog I need to append the reference number to the filename before forwarding the job to the printer. I believe...
  5. dba2

    How can I repeatedly check size of file being created by another progr

    I have written a program which includes the use of a progress bar representing the growing size of a file created by another program (which I have not written) called via CreateProcess(). Within my program I have created a loop that exists for the duration of the CreateProcess thread in which I...
  6. dba2

    I/O error 21

    I am using C++Builder 4 under W2K and have written a program which uses TDriveComboBox. If I try to access a CD drive with no CD present I get an 'I/O error 21' dialog popping up but cannot find a way to trap the message to change it to a more meaningful one. Can anyone help please?

Part and Inventory Search

Back
Top