| Thread | Last Post | Replies |
|
| Spooling print jobs in VFP6 | 30 Sep 2005 14:43 GMT | 22 |
I'm wondering if anybody has any ideas on spooling print jobs in VFP6. I've been asked by a client to have print jobs stored some place, rather than printing them right away. Then when they're ready, they select an option that prints all their stored print jobs. If anybody can ...
|
| Summary Band - Fixed To Report Footer | 30 Sep 2005 11:49 GMT | 4 |
I want to create a report (an invoice to be more specific) where the totals only appear on the final page. That bit is fairly simple but I can't seem to get the totals to appear at a fixed position at the footer of the final page.
|
| Slow Report Designer | 29 Sep 2005 22:48 GMT | 2 |
I am using VFP 9.0 with VFP 6.0 installed on the same PC and am experiencing a 30-90 second delay when opening the report properties window in the report designer in VFP 9.0. Any ideas to speed this up would be appreciated.
|
| Can't find Data Grouping ellipsis according to VFP 9 Walkthrough | 27 Sep 2005 23:01 GMT | 1 |
The "Walkthrough: Creating Applications with Visual FoxPro" has the following : 4. In the Properties window, choose the cursor from the Properties Description drop-down list, and change the Order property to to_city to make
|
| VFP 9.0 Report Engine Rendering Distortions | 24 Sep 2005 22:46 GMT | 2 |
In using the new Report Engine in Visual Foxpro 9.0, I've noticed some rendering distortions when using REPORTBEHAVIOR 90 or a ReportListener Object To test the distortions, I built a dummy report. All I put on it were
|
| Printing batch reports from text file | 24 Sep 2005 21:16 GMT | 2 |
I'm trying to batch reports so they can be printed at a later time. I know how to send the report to a text file, but how do you later print these files that are stored in text format? Doug
|
| When detail overflows to new page question | 21 Sep 2005 15:32 GMT | 2 |
VFP8. Report with single grouping on recno('tablename'). Nothing in group header. 9 fields in detail band. Last two are memo with stretch and float applied. Several text fields in group footer. At the top of the detail band I have a field of text "Continued from
|
| no field selection in Visual FoxPro 9.0 report writer? | 17 Sep 2005 21:30 GMT | 3 |
Now when I double click on a field in a report the Field Properties box pops up then when I click on the button to the right of the Expression the Expression Builder pops up but there are no fields shown in the Fields box and the From Table is blank and disabled. There is a ...
|
| DBF File DELETED when PACK!? | 15 Sep 2005 16:23 GMT | 5 |
I found that VFP 6.0 would delete 'some' DBF files when PACK statement is executed. Then, "File does not exists" error occurs. However, this problem does not delete all my DBF files but just some of them. I still cannot find its pattern.
|
| Veiwing a readonly word document | 09 Sep 2005 21:50 GMT | 8 |
Using word automation: set OleObject ON lcWordDoc=sys(5)+sys(2003)+'\'+MyDoc.rtf oWord=createobject('Word.Application')
|
| Convert dbase for dos version 5 reports | 08 Sep 2005 23:08 GMT | 1 |
Thanks in advance for your help. I am using VFP 7.0. I need to convert some dbase for dos version 5 reports. They are not frm's. Does anyone know how to do this in VFP 7. Thanks
|
| Preview 2 reports in one preview window | 03 Sep 2005 23:24 GMT | 2 |
I am using VFP 9 and using Object report engine. Is there anyway to preview two reports in one preview window? Printing two reports into one print job is possible using NOPAGEEJECT for the first report but I cannot find any idea on Preview mode.
|