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

  1. eboughey1008

    SCAN ISSUE EXPORTING QTY ON UNIQUE LIST#S

    I'm trying to export each unique list in a table and have them export separately with the correct qty of records displayed in the filename. I have a field called list_no to scan into a temp table for the count qty... It's not exporting properly though. One file looks okay and the other...
  2. eboughey1008

    Import columns from one table into another table with dissimilar field layout

    I have a permanent template with zero records. Every time I get a new file from my client I push the csv file to sql and my end game is to import that file into my permanent template then export back to csv format in the same field layout all the time. In Foxpro I just type 'Append From...
  3. eboughey1008

    Use DOS Move for Multiple files from directory to directory in Foxpro program

    This is simplistic and wrong but I'm trying to move the files instead of copying them if possible. I'm doing it all by hand right now. **** SIMPLE BEGINNING ***** @ 11,5 say 'Enter Job Number for Return NCOA file: ' get CLIST_NO READ CLEAR SET SAFETY OFF SET TALK OFF lcprefix =...
  4. eboughey1008

    delete contents of field for certain criteria

    I can delete the contents of the zip field if with a !isdigt() command but I need a little more now. I need to keep canadian records which have an alpha numeric zip so I can't make my zip field numeric. I need a command that allows me to delete the contents if there is a character in the field...
  5. eboughey1008

    VBA program shows all data on Internet PDF but not on local Acrobat Reader

    I have Acrobat 2020 full version because I create a lot of forms and edit PDF all the time. Someone wrote a program for me that looks at my spreadsheet then updates the info back to a master PDF then creates an interactive PDF file for each record. When I open the PDF files locally only a...
  6. eboughey1008

    Update .bat file with variable info from Foxpro program

    I want the job number which is a variable to update in the .bat file but I've not been able to do it. I tried to strtofile() but it takes it literally and puts alltrim(listno) instead of the job number. Can I run some type of 'update' command for a text file? I can't find what I'm looking for...
  7. eboughey1008

    VFP and fillable PDF form data

    I don't see anything but has anyone been able to crack this? My client has a fillable PDF form. I wanted to duplicate his setup and export all the fields through a program to a pdf file but he doesn't like that at all. The PDF becomes read only and they can no longer edit the PDF if they...
  8. eboughey1008

    If statement to stop & create a file any of the records have the word 'DUPE' in the field

    I really just want my program to stop, send me a message, create a file of the duplicate records for my client and then close out of the program if the word Dupes is in my status field. Otherwise I want it to finish the process. It's been years since I programmed so I am pretty rusty...
  9. eboughey1008

    Importing CSV files into different DBF templates based on filename

    I created several different templates for my data files when I import from csv to my dbf and the program should know which template to use for importing by my naming conventions. For instance, one csv file has Name, address, address2, city, state, zip (Car dealer PC list stru1.csv). The second...

Part and Inventory Search

Back
Top