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 sizbut 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: RussA
  • Order by date
  1. RussA

    Find and set the default path to a project

    Mike, Worked perfect, thanks very much! Russ A
  2. RussA

    Find and set the default path to a project

    If I have a FPW90 project on my USB flash drive and work on that project on different pc’s with different paths to that USB flash drive. Is there a simple command / code that will find and set the default path to that project? Thanks in advance. Russ A
  3. RussA

    Reports not printing from users default network printer

    “Save Printer Environment” is also unchecked in report properties.
  4. RussA

    Reports not printing from users default network printer

    Thanks for the response ramani, I forgot to mention I’m using FPW90 SP1.
  5. RussA

    Reports not printing from users default network printer

    Hi, I want my app to print to the users default network printer. It currently prints from my network printer. I have tried “Set printer to default” and “GETPRINTER()” without any luck. So far the only way I can change the printer is in report properties before I compile the EXE. Any...
  6. RussA

    Install all necessary files into one dir VFP6

    I was thinking about making a system folder in the main folder and setting the paths in all my apps to that folder.
  7. RussA

    Install all necessary files into one dir VFP6

    Is there a simple way to find what files I need to drop in with the app? Russ A
  8. RussA

    Install all necessary files into one dir VFP6

    Is there a way to install all the necessary files that make a FoxPro 6.0 app run into a single directory? My objective is to avoid all the red tape involved with installing an app on a locked down drive. All the PC’s involved have a directory that is allocated for all our apps, so creating new...
  9. RussA

    Copy file error

    Ed, thanks for the effort. Russ
  10. RussA

    Copy file error

    Thanks Griff that worked well. Russ
  11. RussA

    Copy file error

    I assume I’m getting this error message due to the special characters in the file name, is there a way around this in FP60 / Windows2000 without renaming the file? Thanks in advance Russ A record in the table has these values in the two fields. cDestNam = C:\FPW60\CDM02\FIRST AND SECOND...
  12. RussA

    view a .jpg via Internet Explorer

    My main motivation is to make myself a slide show viewer for my camera pictures and I just want to explore all the possibilities. Russ =)
  13. RussA

    view a .jpg via Internet Explorer

    Thanks for all the help. Just one more thing, is there also a simple way to fit an over sized picture into the window?
  14. RussA

    view a .jpg via Internet Explorer

    I’m looking for an easy way to view a .jpg via Internet Explorer using FoxPro 6.0. Thanks in advance.
  15. RussA

    Add 100 fields to an existing table

    I would like to add 100 fields to an existing table, what do I need to change to make this work? Thanks in advance Russ. For x = 1 to 100 field_name = "col" + str(x) Alter TABLE table_name ADD COLUMN field_name n(10,2) NULL Next x
  16. RussA

    Performance techniques?

    I'm using FP60. Thanks in advance Russ =)
  17. RussA

    Performance techniques?

    I’m working on a program that needs to be accessed from more than one location, but only one user at a time will be allowed access the program. For that reason I need to use the network which is dragging down the performance of my program. I’m doing my best to avoid using the network like...
  18. RussA

    Tables from an MS Access Database into FoxPro

    Thanks for the thread Baltman, that is just what I needed. Also thanks to all for the help. Russ A =)
  19. RussA

    Tables from an MS Access Database into FoxPro

    Is there an easy way to import tables from an MS Access Database into FoxPro using VFP6 code? I have no problem doing it manually but I would like to automate the process. Thanks, Russ A =)
  20. RussA

    I want to avoid having my program installed on other PCs

    Thanks to all for the great suggestions. I just simply want the program to run on one specific PC I don’t have any plans for distribution. I like the “MAC Address, Volume Serial Number of the C: Drive, and/or the CPU ID” idea. What is the syntax in FP6 for reading the MAC address, and the CPU...

Part and Inventory Search

Back
Top