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 bkrike 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. foxinphilly

    Executable calls Visual Foxpro msi file

    I'm trying to install a patch for an Excel add-in. The patch is an exe file. Whenever I run it the VFP install screen appears and it is looking for the msi file. How can I install the patch without calling visual foxpro functions.
  2. foxinphilly

    Report Calculations

    I am working in a report and grouping by date. This sounds really dumb but if I calculate a sum to a date, in this case two parameters: bundles and hours. I obviously obtain two totals. If I create two variables (bund_tot and hour_tot)to obtain the same totals, they match. In this case, 3...
  3. foxinphilly

    Run program on network drive

    I'm relatively new to Visual Foxpro having been coding FPW 2.6 for years. I created a program and can run the .exe file from the development folder as a standalone executable. When I copy the necessary files (.exe, .dbf's, .dll's) up to the network to run from a network drive the application...
  4. foxinphilly

    Visual Foxpro Window on Search screen

    I'm changing some Foxpro 2.6 apps to Visual Foxpro and, being relatively new to VF, to make it easier I am using form wizards. Anyhow, the main application appears fine on the screen but when a user clicks the "Search" icon the main Visual Foxpro window appears. How can I change the class...
  5. foxinphilly

    Report Prints to Wrong Printer

    When some users run a couple particular reports, they do not print to their default printer nor, when given the prompt to select a printer, print to that printer. They all print to the printer in my office. The reports do not have any environment saved nor are they specified to run on a...
  6. foxinphilly

    Error Changing Libraries

    My application (ver. 2.6a) requires particular libraries for use in different modules. Attempting clear a library with SET LIBRARY TO' or simply calling the new library 'SET LIBRARY TO FOXTOOLS' causes a windows error message to appear: An error has occurred in your application. If you chose...
  7. foxinphilly

    Missing Printers in Folder

    This is an intermittent problem. On occassion, users will print reports from a FPW 2.6a application and for some reason their windows printers will disappear. It is not confined to a particular report and all reports these users run are provided a 'PROMPT' command allowing them to select a...
  8. foxinphilly

    Character Spacing in a ListBox

    I am using a listbox created from an array. The array dimensioned as [x,8]. The listbox will display the fields in a columnar format where each field right or left aligns as necessary. I attempt to maintain consistent positioning between the fields using the space() feature but I still cannot...
  9. foxinphilly

    Computer Locks up attempting to print

    My application resides on an NT4 server. One of the applications is used exclusively by one workstation. The program calls for a local .dbf to: 1. zap all records 2. insert a record from memory variables 3. print a report from that local table (a single record) Every once in a while the...

Part and Inventory Search

Back
Top