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

    Help with VFP 7 form

    I have a very simple from with about 10 fields. The first field, in my tab order, is a text box text1 the second is a control that does a seek, on the click procedure, from the user input of text1. Without changing the tab order how can I move the cursor back to text1 after the seek?
  2. HAINC

    How can I copy a field to a text file and strip blank chars on

    I have a file with approx 80,000 records. I need to copy one field "date1" to a text file and strip blank chars at the line. I'm using Visual Foxpro 7. I tried to use trim with the copy to temp sdf command but it just gave me an error.
  3. HAINC

    Error storing text box data into a variable

    Yes I am new to Visual fox pro. I'm using VFP 7 I am trying to convert an old clipper program. I am having trouble with my form: Basically I have 2 buttons, first a text box for the user to enter a upc and the seccond is a command box with the following code: store...
  4. HAINC

    Create a new table with variable field names

    I am trying to create a temporary table in code so can easly append records to another table. My new table it.dbf has data1 and data2 as the field names I would like to have F1 and F2 as the field names. My code looks something like this: Store F1 to data1 store F2 to data2 CREATE TABLE c:\IT...

Part and Inventory Search

Back
Top