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

    Strangest error

    I have an application that writes many different files and types across the network for many different departments. two of them have stopped writing and is issuing the error message of "Unable to output file". I have changed the directories and the drives and get the same messages. These should...
  2. Ferdalizer

    Problem with File Not Found Error

    Friends, I am writing a program that takes a standard Tab Delimited Data file and creates a table from the long header names. It creates a file called MakeDBF.prg, which I then "Do MakeDBF.prg". When I use Set Step On and debug the executable from the command window in VFP 9.0, all works fine...
  3. Ferdalizer

    De-duplicating records

    I have read many of the posts here regarding SQL select statements for de-duplication of tables and I wanted to get everyone's opinion of the method that I use. The table TMP, has the fields: name_first, Name_last, Address1, address2, city, state, zipcode All addresses in the table are...
  4. Ferdalizer

    Combo Box Control Source data veing erased

    Hi All! I have a combobox linked to a table of services and their respective codes. The rowsource is the service for the combobox. The controlsource is the service code. When the particular service is selected the service code is correctly assigned to the variable tmpservicecode but the data in...
  5. Ferdalizer

    XMLTOCURSOR()

    Hi all, Has anyone used this function? I have an invoice type file in XML and I want to be able to convert it to a table for USPS Presort processing, then create a report for printing the invoice. So far all it does is put all the data into a string and into one field called t112. Here is a...
  6. Ferdalizer

    Printing HTML Docs

    Greetings! I have an app that is processing and printing over 1100 html documents and I am using: DECLARE INTEGER ShellExecute IN shell32.dll ; INTEGER hndWin, STRING cAction, STRING cFileName, ; STRING cParams, STRING cDir, INTEGER nShowWin =ShellExecute(0,"PRINT","MyHTML.HTM","","",1)...

Part and Inventory Search

Back
Top