I have a VFP application which has inserted in it the helpful routine below, provided in this Forum by craigsboyd (Craig Boyd, thanks again !)
I tested the same application in 6 computers (all running Windows 98SE and with Outlook Express 6 SP1, and with the same directory name) and got the...
My VFP application prints billing reports to be sent to customers. As I have a field in the application for the customer's e-mail, I would like the application to automatically send the billing reports directly to the customers e-mails. Is there a simple way to accomplish this in VFP 6 ?
Thanks...
I have just opened a new worksheet in Excel: as I type in any cell 10+20 it remains 10+20 in that cell (the result is the string "10+20").
I know that if I want the result I just insert the equal sign before the expression, like this: =10+20 and it results 30 in the cell, and it's ok.
But I've...
I still work with both FoxPro 2.0 (DOS) and Visual FoxPro 6.0. Is it interesting to use my old FoxPro 2.0 programs in FoxPro 2.6 ? (This is because I want to maintains some applications running in MS-DOS). Or is 2.0 and 2.6 versions almost the same ? Which are the major benefits if I use the 2.6...
Instead of putting an information in a cell of a XML data table, I want to put an a link to an e-mail, like this
PRODUCT.XML data:
<product>
<ProductName>Chocolate XYZ</productName>
<ProductMaker>Chocolatier</productMaker>
</product>
In the product maker item, I'd like to give acess to...
I put the SET DEVICE TO PRINTER PROMPT command in a program in order to choose the printer, number of copies, etc I want when printing a report. It works well if I choose these options but if I click on the CANCEL button, the printing occurs instead of cancelling the printing. I would like the...
I have a single Lotus worksheet with the following content:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
(each number in a cell: number 1 in the A column, number 2 in the B column, etc)
But when I go to print it uses 2 pages: one line in page 1 (for columns A to J, which prints numbers 1 to 10) and one...
I have converted an old FoxPro 2.0 program to Visual FoxPro 6.0. Now I want the program to show a picture (.BMP,GIF orJPG) in the screen as it executes. Is it possible to add a command or a group of commands to show a picture in screen (in a .PRG file), without having to use a FORM ?
Michel
Dear colleagues:
I want to send some data to the printer using the Landscape orientation. I use a program (with commands, not a Report form) to print the data.
Is there a direct command to change the printer orientation to Landscape, without opening any printer setup window on screen ? Also...
Dear colleagues:
Every time I go out from a Visual FoxPro program a blank page ejects from my printer. This doesn't happen until I finish executing the program. I print a lot of reports from the program and it does the job as I expect, without ejecting additional pages at the end of each report...
When I am inside the Visual FoxPro 6.0 I execute a program to print some lines and it prints in the font I expected to be printed, for example, Arial.
Then when I use the generated .EXE file, outside the VFP environment, the fonts are much different (it prints similar to Handwriting font)
I use...
Dear colleagues:
I need to know (always using commands in programs, like the example bellow):
1) How to say the printer (whatever it is, Epson dot matrix, HP Injket, HP Laser, etc) to print in NORMAL characters and in COMPACT characters.
2) Is it possible to give the operator, when he is...
I do not like to create the classic Visual FoxPro menu model in my applications. Instead I use the following FORM with Buttons as the main menu in applications:
|==============| |==============|
Record Exit
new...
To turn my FoxPro 2.0 (I have the LAN version for development of application) application in a multi-user application I just put the following commands in the main program:
SET EXCLUSIVE OFF
SET REPROCESS TO AUTOMATIC
Of course, if a routine opens a file to pack it, it is opened with the command...
Hi,
I've been happy developing application in FoxPro 2.0 for the last 10 years. I've acquired the Visual Studio 6.0, in order to use the Visual FoxPro 6.0.
I took an application developed in FoxPro 2.0 and opened it as a new VFP project. The application seems to work well inside the developing...
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.