| Thread | Last Post | Replies |
|
| Adding a Watermark to printed report | 30 Oct 2004 02:18 GMT | 1 |
Does anyone know an easy way to add a watermark (jpg or bmp, etc) to a report in VFP 8.0? I've tried several things, but nothing seems to be working. Thanks.
|
| printing a line vertically | 28 Oct 2004 15:33 GMT | 2 |
In FoxPro DOS I was able to print a line (Policy Number) vertically on the top right side of a page by sending printer commands to a Laser Printer to change the print to 270 degrees print direction using the ??? command. Is there anyway with the report writer to do this?
|
| number of weeks whitin a year | 27 Oct 2004 17:13 GMT | 4 |
Is there a function that returns the number of weeks in a year. Thanks in advance.
|
| Output reports supported include in XML, HTML | 26 Oct 2004 17:04 GMT | 2 |
What does this (Output Reports Supported include in XML, HTML etc.,) means? Does it mean can I use report form xxx to file myreportinhtml.html in VFP 9.0
|
| Bizarre Printing Problem | 26 Oct 2004 17:00 GMT | 6 |
Really strange problem. I've been trying to send preformatted files to WIndows printers with a VFP8 application. I use the filetostr to load the file to a variable and I use the handy ??? command to send it to the printer bypassing the printer driver. Works great unless...
|
| Problem with TYPE | 26 Oct 2004 10:31 GMT | 2 |
The following VFP8 code is to print a textfile... SetFile=S_BASE + "\test.txt" if file(SetFile) erase (SetFile)
|
| Difference between preview and report | 25 Oct 2004 17:29 GMT | 5 |
I have a report with a view init. In the preview I see the right data, after printing I see different data on my report. Any suggestions?
|
| Distinguish between report controls in different report bands | 25 Oct 2004 17:21 GMT | 3 |
This is regarding VFP reports (FRX & FRT files) Is there are a way to programatically determine to which report band the report controls belong? ie. given a report control, is there are way to findout in which report band
|
| How to customize the paper size (Length and Width) in Window XP? | 25 Oct 2004 08:55 GMT | 1 |
This is Sam. I'm running troubles of printing 100 labels(no any type of printer is suitable for this paper) in Windows XP. It is possible to customize the length and width in Windows 98 but not in Windows XP. Do I have to write a program to set its width and length?
|
| printing report from a txt file with page eject | 24 Oct 2004 21:11 GMT | 1 |
I have taken the output of a report to a txt file. Now I want to take a print out of that txt file on A4 size paper with pageeject after say every 55 lines. Pls let me know what command have to be used for this purpose. I am using Visual Foxpro 7.0. The report was created such ...
|
| How to get the total pages and the current page number? | 24 Oct 2004 20:22 GMT | 11 |
How to get the total pages and the current page number in a report ? Thank you very much ! Kent
|
| How to prevent eject page | 24 Oct 2004 20:18 GMT | 5 |
How can I prevent a page eject after finishing printing a report? I have to print on a preprinted form that is half letter size on a dot matrix printer. It prints ok but after finishing printing, fox sends an eject page that is annoying because I have to return manually the ...
|
| missing some text in a report | 24 Oct 2004 20:16 GMT | 2 |
I have a report that prints the contents of a table. Each line of a table is in a row. The problem is that text fields print only part of the text in the table some 10 character. I widened the frame of the component but it didn't help. What can I do? Thanks
|
| Type command | 24 Oct 2004 19:59 GMT | 4 |
The code TYPE (MyTextFile) TO PRINTER causes VFP to precede the print with a page containing the file path/name, and to follow the print with a blank page (formfeed). The preceding page can be avoided by a SET HEADINGS OFF but how can you
|
| how to use font in the report form vfp 6 | 23 Oct 2004 00:19 GMT | 1 |
I Want use a old database in foxpro 2.6 ms.dos but , the font in the database is farsi language (perstion) . i found a font (persion in windows xp ) when i use this font in the foxpro for win 2.6 it good work for browseing
|