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

  1. OnePunchMickey

    Excel 2003 returning RS from function.

    Gah! That was it. Switching between VFP, VBA and C# I get confused sometimes! Thanks MakteItSo. *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm
  2. OnePunchMickey

    Excel 2003 returning RS from function.

    ...GetCompanyList = oRS End Function </snip> When this is run/compiled I get: "Invalid use of object" on the GetCompanyList = oRS line. Help! *************************************** Need help running those old FoxPro apps on modern systems...
  3. OnePunchMickey

    PRINTING PROBLEM IN W2K, WXP

    If you're using HP PCL6 drivers try using a standard LaserJet 4 driver instead, or the PCL5 versions. *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm
  4. OnePunchMickey

    FoxPro Stack Fault

    Try putting: stacks = 10,256 in your CONFIG.SYS under 95/98 or CONFIG.NT under 2K/XP *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm
  5. OnePunchMickey

    Printing to USB Port from FP2.6 DOS

    ...is to share it from the server as so then you can NET USE an LPT port to say \\server\usbprinter and then print to the LPT port from your FPD app. *************************************** Need help running those old FoxPro apps on modern systems...
  6. OnePunchMickey

    How do you control the cursor position in an @EDIT?

    He means do a SHOW GETS. You can't do what you're trying to do without stuffing the keyboard buffer. *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm
  7. OnePunchMickey

    Foxpro 2.6 Dos Printing in WinNT

    Sorry that should have been: PC1 NET USE LPT1 \\PC2\PRINTER PC2 NET USE LPT1 \\PC1\PRINTER *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm
  8. OnePunchMickey

    Foxpro 2.6 Dos Printing in WinNT

    ...PC1 NET USE LPT1 \\PC2\PRINTER PC2 NET USE LPT2 \\PC1\PRINTER So if you print to LPT1 on either, the output will come out off the other PC. *************************************** Need help running those old FoxPro apps on modern systems...
  9. OnePunchMickey

    How do you control the cursor position in an @EDIT?

    Under FPW / FPD .... forget it. Sorry! *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm
  10. OnePunchMickey

    error: too many files open

    Under ME you need to edit SYSTEM.INI and change or add the PerVMFiles setting, 200 should do it. *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm
  11. OnePunchMickey

    Foxpro 2.6 Dos Printing in WinNT

    ...on some setups, doesn't on others. NET USE LPT3 \\server\sharedprinter Then SET PRINTER TO LPT1 in your app. Also, see sig below for more ! *************************************** Need help running those old FoxPro apps on modern systems...
  12. OnePunchMickey

    position is off the screen?

    ...Fonts too. If you're doing any @ ... SAY commands or the like make sure the co-ordinates you're specifying are inside the bounds of their window. *************************************** Need help running those old FoxPro apps on modern systems...
  13. OnePunchMickey

    Simple Listbox question

    ...set by the user selecting an item. In the Valid you can then GOTO that value in the temp cursor so you're then looking at what the user selected. *************************************** Need help running those old FoxPro apps on modern systems...
  14. OnePunchMickey

    set printer to \\machinename\printername - HELP!

    Looks OK, although you'll probably get a nasty command prompt window flashing onto the screen! *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm
  15. OnePunchMickey

    set printer to \\machinename\printername - HELP!

    ...in Windows and then just print to the relevant LPT in your app, i.e. SET PRINTER TO LPT2. You have up to 9 which should handle most requirements. *************************************** Need help running those old FoxPro apps on modern systems...
  16. OnePunchMickey

    FPD2.6 slow operation in XP DOS window

    ...systems. You can look at things like www.tamedos.com to alleviate that. Regarding the blinking ... try different fonts in the DOS box properties. *************************************** Need help running those old FoxPro apps on modern systems...
  17. OnePunchMickey

    printing in windows2000

    ...FPD and FPW can't use mor e than 16Mb memory though! Also, this article may be helpful: http://fox.wikis.com/wc.dll?Wiki~Fpd26OnWin2000~VFP *************************************** Need help running those old FoxPro apps on modern systems...
  18. OnePunchMickey

    foxpro 2.6 Windows

    No ... you can't cheat like that! :) You may need to look at how your data is organised. *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm
  19. OnePunchMickey

    foxpro 2.6 Windows

    ...date of birth (date) other details (memo) then you might use: create table mytable (name C(30), age N(3,0), salary N(12,2), dob D, other M) *************************************** Need help running those old FoxPro apps on modern systems...
  20. OnePunchMickey

    problem with fox2.6 for DOS and Win2000 Server

    ...I find the best solution is TameDOS from Tame Software. You can also alleviate it by setting CLOCK=OFF in CONFIG.FP. See link below also. *************************************** Need help running those old FoxPro apps on modern systems...

Part and Inventory Search

Back
Top