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