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 =)
I want my program to run on one specific unit. I have access to this unit and could just install the software every time I make an update but that would be too inconvenient do to its location. I want to avoid sending the install disk to the user because there is nothing to prevent the user...
I want to avoid having my program installed on other PCs. If I have the PC in advance, is there info I can get from that specific PC that my FP60 program can check for before it continues. This way the original install disk can stay with the PC.
Thanks in advance Russ A =)
Is there a simple way in FP60 to combine the fields from two tables? In other words I want to add new fields that exist in another database to my table with out using table designer. Just like appending records but instead appending fields.
Thanks in advance Russ A.
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.