| Thread | Last Post | Replies |
|
| print report in last page | 31 Dec 2004 06:51 GMT | 4 |
in VFP6.0 if last page is only summary, the page header & page footer would not show. What method can also print the header when only summary in last page?
|
| Setting the page break | 28 Dec 2004 22:50 GMT | 1 |
I am working on an older application Foxpro 5.0 on win2k. We have recently changed printers and I am having problems getting a particular report to print correctly. I have changed the fields in the .frx table and set up a new report template for the printer. My problem is that the ...
|
| Reporting to and RTF or PDF format | 28 Dec 2004 20:51 GMT | 3 |
We are trying to figure out how to generate some foxpro reports from the Foxpro Report generator that will print them to file (either RTF or PDF) format then we'll email them automatically to our clients. Does anybody know how to generate and RTF file that is properly formatted ...
|
| Two-level database in report - possibilities? | 28 Dec 2004 14:41 GMT | 2 |
I have a database of "orders" that look like this: +------------------------------+
| | | Document Nr. ... Header | |
| Field's format is ignored. | 25 Dec 2004 16:34 GMT | 2 |
I have a table with a numeric field with several digits after comma. In the report, I'm trying to display it with *less* digits than it has, but even though I include "@####.##" or "@####" in the Format property of the field, the number is still displayed in full length.
|
| mouse must be used to print! Strange, strange... | 24 Dec 2004 17:37 GMT | 1 |
I have a VFP 6 payroll executable. It runs on an NT4SP6 server. Clients are NT4 workstations and XP professionals. One report, the check writer, when run from a client, will "hang" unless the mouse is moved. It seems to halt on each check aand there are typically 300+ of them ...
|
| VFP 8.0 Report | 22 Dec 2004 19:03 GMT | 1 |
I am using VFP 8.0 for my application. I need a workaround for one of the reports. Objective - to print a vertical line on the left side of the page in the report. My report is using 3 bands, Header band, Detail band and footer
|
| Message Printing... | 17 Dec 2004 14:23 GMT | 1 |
When the code Report Form MyForm.frx Noconsole to File MyFile is executed, a message window "Printing ..." is activated. How can I disable this window? Stasys
|
| Position of current row in the page? | 15 Dec 2004 10:25 GMT | 2 |
Is it possible to define a report variable with such value with VFP7 ? Thanks in advance.
|
| .BMP Picture in general field? | 15 Dec 2004 05:58 GMT | 1 |
I'm using a chart COM object to create a .BMP and then reading that image file into a general field in a VFP cursor. The cursor is then used in a VFP report. On one PC (WinNT) which has .BMP associated with MS Photo Editor 3.0 there are three problems:
|
| How to change report preview title bar text | 14 Dec 2004 18:51 GMT | 2 |
VFP8-In report preview I would like to chang the page number that is displayed in the title bar. Is there a system variable that stores this data? Thanks Brian Hiatt
|
| What size is a report control? | 13 Dec 2004 18:48 GMT | 2 |
I have a report containing a picture control bound to a general field in a cursor. The general field is filled at runtime by a graphing control which creates the .BMP. I need to find what size the picture on the report is in terms of pixels so that I can create the .BMP with the ...
|
| REPORT PRINTING | 13 Dec 2004 05:49 GMT | 4 |
Hi Friends Need some help with FoxPro report printing function. I created a form with option to print reports. On the form are the DateFrom field, DateTo field and options button for filtering.
|
| referencing different dbc in a report | 12 Dec 2004 17:08 GMT | 2 |
I am trying to allow users to selct remote databases for a program I wrote. Someone a while back had this code and it works great for forms, BUT it doesn't work for reports. Here is the code I am using. Does anyone know how to make this work for reports?
|
| Changing forecolor for negative values | 10 Dec 2004 15:03 GMT | 2 |
Using VFP8 reports Can the forecolor of a negative value be set to red for instance @ run time? Thank you
|