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 Wanet Telecoms Ltd 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: crogec
  • Content: Threads
  • Order by date
  1. crogec

    Trouble using FILE()

    VFP5.0 I am trying to let the user select a file, using GETFILE, to copy to a floppy. I use PUTFILE() to allow the selection of the same OR different output filename. I am using low level file manipulation for the purpose of getting better control of the progress bar so the user doesn't sit...
  2. crogec

    Adding Formset Properties

    VFP5.0 I had a need to add a property to a form within a formset that already existed. I discovered I could add a property to the formset but not to any of the forms within the formset. Can any of you shed some light on why, and how would one work around this apparent restriction? In my case...
  3. crogec

    Using SELTEXT, LENGTH, START with Grids

    VFP50 I have a need (strong desire?) to be able to select and highlight portions of text found in grid cells based on a text input box as part of a table search. Is this a legal move? I so far have not been able to make it work. I can select the row and even the specific cell but it seems to...
  4. crogec

    Use of cabarc to backup/restore data files

    I found faq184-145 by ChrisRChamerlain and found it very informative. The compression portion of cabarc seems to be working just fine. However, I am having trouble with the extract side. I am using cabarc with VFP5.0 to compress all data tables as part of my user selected backup/restore...
  5. crogec

    Record loss wipes related data from another open table

    VFP5.0 XP I have several open tables involved in various parent/child relationships in a food service menu/inventory program. The user selects products from the inventory table, in a grid, which are stored in a temp table. When product selection is complete, the temp table is then appended to...

Part and Inventory Search

Back
Top