| Thread | Last Post | Replies |
|
| Any way to change VFP 8 reports background color? | 30 Jul 2005 06:51 GMT | 1 |
I couldn't find any way to change the background color of VFP 8's reports. It' always white, just can't figure out or find the info. Or VFP 8 just does not have the capability? Thanks.
|
| Don't really want the "report listener" | 27 Jul 2005 20:19 GMT | 2 |
In a previous post here, I mentioned a problem i had printing to the windows generic text/print driver. Nothing would print but big letters would be displayed on the screen. After much trial and error, i believe I have tracked down the problem VFP9
|
| Exeption code=C0000094 | 27 Jul 2005 19:03 GMT | 2 |
I am getting a C0000094 error when trying to print VFP9 report on HP 1300 USB printer with original drivers. Any suggestions? Thanks
|
| Use VFP report in VB | 26 Jul 2005 13:27 GMT | 5 |
Does anyone have success to use VFP report in vb/vb.net project? It seems we can create dll in VFP, but I never had success. Thanks for your comment in advance.
|
| Generic text Printer Drive not working in VFP9 | 26 Jul 2005 08:38 GMT | 5 |
I'm a reseller for an accounting package that previously was written in VFP 6. They recently upgraded to VFP9. There's a check layout used to print to an Okidata dot matrix printer, and the check seemed to print the best when we used the Generic/Text print driver that comes with ...
|
| Rich Text on a report | 25 Jul 2005 17:26 GMT | 5 |
I have a report with an activeX bound control to print a general field which contents a richtext.rtf . The report does not print the rich text "content" rather it prints an "rtf icon" with filename. I checked that I had already registered richtx32.ocx
|
| hide the Print Preview Toolbar | 25 Jul 2005 15:25 GMT | 2 |
Using Visual FoxPro Version 7 I was able to hide the Print Preview Toolbar with the following code in the startup program: REPORT FORM &zformsgn.blankrep.frx PREVIEW IN SCREEN NOWAIT HIDE WINDOWS "Print Preview"
|
| VFP9 Generic text printer driver prints to screen, not printer | 25 Jul 2005 14:50 GMT | 1 |
Following up on a previous question, I used your suggestions and modified the FRX object type record so my check layout would default to the default printer. I emptied Expr, tag and tag2. When I ran the check layout from VFP6 and selected the Generic Text printer
|
| VFP6 to VFP9 | 24 Jul 2005 12:07 GMT | 3 |
Does anyone have any advice on migrating some fairly mission critical applications from VFP 6 to either VFP 8 or 9? We are trying to decide if we should adopt this migration path or re-write completely in .NET.
|
| Producing PDF's From VFP | 21 Jul 2005 16:02 GMT | 3 |
I'm sure this is an age old question but I'd like to know the easiest way of producing PDF's (fairly inexpensively) from my VFP application (preferably without the use of printer drivers). I use VFP V8 but am looking at moving to V9 shortly where I thought there
|
| Receipt Printer Problem | 20 Jul 2005 18:39 GMT | 1 |
I am using Epson Partial Cut receipt printer for our POS system. my problem is that the printer will eject or automatically cut the paper when the lenght of the paper riches 11 inch from the start of printing. the result is ok if the customer will buy only a few items, but when ...
|
| report close after page change | 18 Jul 2005 16:39 GMT | 2 |
When I click page changing buttoms (next page, previous page, first , last) few times (sometimes even once) report close with no message returned... I'm using VFP 9.00.0000.2412
|
| Grouping in reports | 15 Jul 2005 18:47 GMT | 5 |
Can you group within a group in a report? If yes, how can you? Thanks
|
| How to set Page size programmatically at run time | 15 Jul 2005 16:02 GMT | 3 |
In our project we have developed a method to create frx file at run time using column details from a Grid. When total columns width is more than page width in default printer's default page than report writer automatically truncates remaining columns. Any work around to this? Is ...
|
| also about the field expression | 15 Jul 2005 12:37 GMT | 1 |
how can i write the expression if i want to put another string starting from next line? (like the user press "ENTER" key) thanks
|