| Thread | Last Post | Replies |
|
| VFP 9 Report Preview | 26 Aug 2005 16:21 GMT | 1 |
I am trying to move from VFP 8 to 9 with REPORTBEHAVIOR set to 90, but am having problems with the new report preview. All of my apps use TopLevel forms. What I want is to have the preview in its own window that is outside
|
| print preview toolbar | 24 Aug 2005 05:12 GMT | 1 |
Can anybody please tell me how to stop the Print Preview Toolbar from popping up everytime I preview or print a report using Version 9.0??? (Example please) I had it stopped in Version 7 by hiding the Print Preview Toolbar but it seems to ignore that code now.
|
| How to print a page after REPORT FORM ... PREVIEW | 22 Aug 2005 19:14 GMT | 1 |
Is it possible to select which pages to print after REPORT FORM ... PREVIEW Thanks in advance
|
| Printing on a dot matrix printer in vfp9 | 21 Aug 2005 00:01 GMT | 1 |
When I set report behavior 90, The fonts no longer print out correctly on a dot matrix printer. When I set report behavior 80 everything is fine. What Can I do to insure the fonts print out correctly? I tried saving the printer environment and it did not help. Sending output to ...
|
| changing a report in Visual FoxPro 9.0 | 18 Aug 2005 15:20 GMT | 1 |
When I try to direct a report to a different tray in the printer(HP8000) I open the Page Setup from the file menu, click on the Page Setup button on the Report Properties Menu and point this report to a different tray in the printer. (We did this under Version 7.0 with no ...
|
| PCL Printer Codes | 18 Aug 2005 15:13 GMT | 1 |
Can you embed PCL printer codes to directly control the printer in a VFP report?
|
| Bar Code 39 | 17 Aug 2005 12:44 GMT | 1 |
I use barcode 39 very well, However, it seems that cannot read "space" e.g 123(space)459 So, any character I need to replace and make the barcode reader can read it ???
|
| Problem with Page Header Band | 16 Aug 2005 14:46 GMT | 1 |
Why doesn't the page header band collapse when you check the "Remove line if blank" check box in the "Print When" screen and the line is blank? Rather than resize the page header band it leaves a big blank space where there's nothing printing even when I have the check box checked ...
|
| Page Header band problem | 13 Aug 2005 15:49 GMT | 1 |
I'm trying to create a report in VFP 6 and am having a problem. The problem is that page 1 of the report has different header fields than all the other pages. I put the header fields for page 1 on the Title band and the header fields for the other pages on the Page Header band. Page ...
|
| how to programmatically write in exel sheet using Vfp 9 | 12 Aug 2005 13:47 GMT | 1 |
i had design a report which can be also saved to exel using a button in vfp9 . ...................................... now it throws all data from table to exel but i am now unable to give the font and character type (i.e bold or italic ) can anyone tell this how could
|
| convert foxpro report (version 6) into word file | 11 Aug 2005 22:35 GMT | 2 |
How can I convert the foxpro report into MS word format, and the look is just like the one displaying inside the report preview? Thank you!
|
| how to make the report | 11 Aug 2005 02:32 GMT | 3 |
Given the following table: a_id a_title b_id b_title 001 a1 002 x1 001 a1 003 x2
|
| Report To HTML and email | 10 Aug 2005 18:52 GMT | 5 |
Thanks in advance for your help. I am using VFP 7.0. I need to send a report to html format programaticly from a button on a form. Then I need to launch email and attach it to the email and send from same button. How can I do this with just vfp 7.0 and the default email client.
|
| Telling a report where to print programmatically | 10 Aug 2005 18:25 GMT | 1 |
I use VFP7 and need to have a report that prints some text at a specified vertical position on the paper. This changes every time the report is printed. To get the idea, imagine you have handtyped a patient´s medical journal info and then want to add new text to the page from a ...
|
| Finding the FOR condition | 02 Aug 2005 18:38 GMT | 5 |
I have a report that opens a view (in the INIT event) based on a value in a filed of another table.... i.e. cCode = customer.code
|