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
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...
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...
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...
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
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...
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 =)
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.