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

    export memo field

    I need to export a database to a .csv file; it includes two memo fields. I've tried "copy to... deli", and "list" with a user function to add the quotes and commas, but carriage returns in the memo fields seem to cause problems... it wants to create a new record in the .csv file when a CR is...
  2. FB9

    PCL printer commands to a LJ4... issues!!

    I'm outputting sheet labels to an LJ4 printer, using the HP PCL escape sequences to control the printer. (Has to be accurate so the labels will come out right on the sheets). When I just used the page length and page margin commands (chr(27)+"&l60P" and chr(27)+"&l5E)", it doesn't work...
  3. FB9

    @ say commands to a file?

    I have a file which outputs a report to a printer using @ SAY commands. I want to send the output to a file, but set alternate doesn't work for that. Is there a way to redirect a print report using @ SAY to a file?
  4. FB9

    alternate has blank line??

    If I do "set alte to xxx", and "set alte on", type a line like "? test", then "close alte", and take a look at xxx.txt, there is a blank line at the top of the file. This is causing a problem in my application... I want the text to start on the first line. Any thoughts/solutions??? Thanks!
  5. FB9

    Help on batch processing?!

    I want to batch process a number of files as follows: I want to resize the photo, then do a “save for web” to a different folder with a different file name, then close the original without saving. I have set up the action to resize the file, save for web, and close the original without saving...

Part and Inventory Search

Back
Top