| Thread | Last Post | Replies |
|
| reversed "print when" in last page | 31 May 2004 09:44 GMT | 3 |
i'm getting this trouble both in VFP6 SP5 and VFP8 SP1, same behavior. My report has a Page Header, a group header which gets printed only in the first page
|
| URL2PDF() | 27 May 2004 03:51 GMT | 6 |
I need a way to save a PDF document that a URL opens up.
|
| paeg eject when program closes | 26 May 2004 15:19 GMT | 2 |
i'm having a small problem when printing in VFP 6.0: i print from within some code as follows: set device to printer prompt set print on
|
| PRINT WHEN | 26 May 2004 14:01 GMT | 3 |
Is there anyway to elect all of the controls on a report when in the designer and chenge the print when option? It is very time comsuming to HAVE to goto each individual control and select the option. ON forms you can chage porperties on MULTIPLE controls..... why not on
|
| Is there a way to specify distance between letters | 25 May 2004 15:25 GMT | 7 |
I wonder is there a way of specifying or setting the precise distance between letters in certain font used in report? -- Thanks
|
| Extra white space at the beginning of next page | 25 May 2004 03:16 GMT | 3 |
Hi there, I have a report written in VFP6.0, which has several memo fields in the detailed band separated by lines. When my report does not fit in one page and it overflows to the next page, there is a extra white space in the memo field that has overflows at the beginning of the ...
|
| Change Detail Heigh during report execution | 21 May 2004 21:03 GMT | 1 |
I want to know how to change the heigh of the detail band during report execution. The problem is that I have a picture object in the detail. When the picture is not present in the database field the heigh of the band is the same as is when the pisture is present. Is any way I ...
|
| how to print repoprt using dos font? | 21 May 2004 19:18 GMT | 1 |
Is it possible to use dos font with crossed zeros in the report exacly as it appears in the dos session window? On win 98 this font can be selected from any dos console window properties under the font tab with the following settings: Available types: Bitmap
|
| The best way to generate/save reports | 20 May 2004 22:33 GMT | 2 |
I am migrating an application from foxpro 2.6 to vfp7 and the old text reports will be transferred to new good looking reports. What is the best way to generate reports, thinking I want to save them after generation, not only preview them and print them. I know that Europa will ...
|
| HTTP Link to PDF | 20 May 2004 20:16 GMT | 4 |
I posted this in Forms thewn i thought this may be a better place for this... How do I go about taking a http link to a PDF file and make it save it to a file name automatically?
|
| Two report on the same print job | 20 May 2004 19:47 GMT | 4 |
How can I print two (or more) report on a single print job (DUPLEX printer) ?
|
| Thermal Printer Reports | 20 May 2004 09:09 GMT | 7 |
I am printing different sizes of reports from FoxPro application to a Thermal Printer which uses the GENERIC Text Driver, It printers different sizes of the reports fine from my host machine (where Visual FoxPro installed) but when I deliver the application (only
|
| Passing parameter to report | 19 May 2004 16:29 GMT | 1 |
Pls tell me can be pass parameter from vfp 8 to crystal report in this ways because when we run program system prompts error like "Unknow Name repbranchwise.ParameterFields.Item(1).AddCurrentValue("01010") ----do ---- repbranchwise.ParameterFields.Item(2) ...
|
| Print Preview ScrollBar | 18 May 2004 21:11 GMT | 1 |
My scrollbar's went away in my Print Preview window.... Does anyone know how to get them back? DEFINE WINDOW frmPreview ; AT 5,5 ;
|
| Unexpected results from PRTINFO() function | 18 May 2004 13:41 GMT | 2 |
I'm trying to set the defaultsource for my reports programmatically. For that I neede the information returned by the PRTINFO() function. The PRTINFO() function returns info for the default VFP printer or you can pass it a specific printer name as a second parameter.
|