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

    Embedding BMP graphic in PCL

    I’m working on a project that requires printing a 1D barcode onto a PCL form. The tool I use to generate the 1D barcode creates a BMP image of the barcode. I need to programmatically embed the BMP image into the PCL form before sending the form to the printer. How is this done?
  2. ihatemash

    Highlighting parenthesis

    In Delphi2005, if you place your cursor on a parenthesis, the background color of the parenthesis and its matching parenthesis are changed. Does anyone have code to implement this in a TMemo? thanks
  3. ihatemash

    PCL to EMF converter

    I need to add the ability for my application to convert PCL files to EMF for print preview functionality and printing to non PCL printers. Does anyone know of a converter in the form of a Delphi component or DLL I can use other than PageTech?
  4. ihatemash

    PCL to EMF Converter

    I need to add the ability for my application to convert PCL files to EMF for print preview functionality and printing to non PCL printers. Does anyone know of a converter in the form of a Delphi component or DLL I can use other than PageTech?
  5. ihatemash

    Connection sharing

    I have setup a home network and have my server setup as the connection to the Net via dialup (yes its slow and it sux but that's all I have). My server is Windows XP Pro SP2. It is also the DHCP server. I can see this machine across the network so I know the network is ok. I also have it setup...
  6. ihatemash

    TRichEdit Printing

    Is there any way to make a tRichEdit print to file without the user being prompted for a filename? I need to load an RTF file into a tRichEdit and have the tRichEdit print the RTF file to file without having the user select a printer or filename. thanks, Scott
  7. ihatemash

    Page Setup

    I need to get access to the footer options in the Page Setup for IE. I need to programmatically remove the &U option before printing a web page. To view the options I'm referring to, just click on File | Page Setup... You should see the footer flags under the Headers and Footers section. My...
  8. ihatemash

    Printing in IE

    Printing using a call to TWebBrowser.execCommand('Print'...) command. This works fine but is there a way to turn off printing the URL at the bottom of the page? thanks
  9. ihatemash

    Crystal Reports using Queries in Delphi.

    I have designed a report viewer in Delphi. I have been looking at the Crystal 8.5 TCrpeDS component linked to a TQuery component. Is there any way to design a report that will display the result set of my Tquery? Regards, Scott
  10. ihatemash

    Delphi to SQL Server

    I currently have a Delphi 5 app that uses twwTable components to connect to paradox tables. I need to convert to SQL Server on Windows 2000 PRO using query components. What issues am I going to encounter in doing so? Are there any special server setting necessary? Any suggestions would be...
  11. ihatemash

    Error 31 while running on Win98

    I have a customer running Windows98 with IE 4.0. He has just installed my software. When he attempts to print any reports through the software, he receives "Error loading library: crpe32.dll. Windows error 31- a device attached to the system is not functioning". The user clicks...
  12. ihatemash

    Error 534 on Win98 w/ shared folder.

    I have integrated Crystal Reports 8.5 in a POS software package I developed. A while back, I received some customer support calls where the user was getting “Error 534 The database DLL is corrupt, missing or out of date”. However, this was not occurring with all of my customers, only a small...
  13. ihatemash

    Crystal Barcode Printing

    I have user requests to add the ability to print shelf labels for their stores. The labels must contain the product name, price, and barcode. How do I get Crystal Reports to print bar codes? -scott
  14. ihatemash

    Bar code printing.

    I have user requests to add the ability to print shelf labels for their stores. The labels must contain the product name, price, and Bar Code. How do I get Crystal Reports to print bar codes? -scott

Part and Inventory Search

Back
Top