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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by davekirbawy

  1. davekirbawy

    A way to remove duplicates...maybe

    We used under 2.6 and under vfp8 select * unique from xxxx into dbf yyyy Dave Kirbawy
  2. davekirbawy

    vfp7run alternative in vfp 8

    I have a series of .fxp s that call each other and cannot assemble them into one executable. Under vfp7 I used vfp7run to execute the main program which in turn called the rest. How do I accomplish this under vfp 8. Dave Kirbawy
  3. davekirbawy

    cannot create file

    When I am developing a program and testing I obviously need to make program changes and recompile; however; I often get the message "Cannot create file" I have to exit foxpro and start again inorder to compile the file with the changes. What am I missing ? I have tried to release...
  4. davekirbawy

    Problem printing with continuous paper

    Version 3 of Visual Foxpro had a driver error for generic printers that would not allow it to print on continuous forms. I have seen the need to be very careful when setting up printer specs for dealing with continuous forms.
  5. davekirbawy

    ReFox decompiler

    I have been using REFOX for years and find it to be exceptional at decompiling. On occassion when the differences between two modules include a number of comments I often compile and decompile before doing a compare. Unless the original programmer compiled with switches to prevent decompiling...
  6. davekirbawy

    set device to prompt

    The following code set device to printer prompt() @ 1,1 say "Hello World" set device to screen set device to printer prompt() @ 1,1 sa "Good bye" set device to screen The second set device to printer did not provide a list of printers to select from; there must be a way...
  7. davekirbawy

    windows work differently in runtime

    When I use define window (in VFP7) which was included for backword compatibility I find it runs differently under runtime than under interactively. The runtime seems to create a "shorter window" Any thoughts

Part and Inventory Search

Back
Top