| Thread | Last Post | Replies |
|
| problem with send data to printer | 30 Oct 2007 17:51 GMT | 5 |
i want use program code for make my report not use form report writer.but i have problem. when use the command "set device to printer" & " set printer on " and send the data to printer , the printer windows get the soopl mode and
|
| Page footer band | 29 Oct 2007 13:40 GMT | 1 |
I'm creating a report that prints the first page normally with page header, details and page footer bands. I only want the footer to print on the first page. Every other page, the footer fields won't print. Since the page footer fields aren't printing, is there any way I can ...
|
| report field in sideways position | 22 Oct 2007 16:34 GMT | 4 |
I need to print a text field sideways (vertically). Does anybody have any idea? Thanks
|
| ??? command problem | 18 Oct 2007 12:22 GMT | 1 |
i am using vfp sp1. i attach my coding as below :- ----------------------------------start SET REPORTBEHAVIOR to 90 PRINTJOB
|
| How to print 'page X of Y' when the page resets to 1 | 05 Oct 2007 06:06 GMT | 1 |
My requirement is to print 'Page X of Y' in the page footer of a report. It can be done as follows in an field expression. TRANSFORM(_PageNo) + " of " + TRANSFORM(_PageTotal) But the problem is there is a grouping which begins each page with 1.
|
| How do I get percentage in group footer? | 03 Oct 2007 18:53 GMT | 1 |
Without storing sum in variable can I get percentage in group footer? State : NY Region 1 Total Referred: 100 (Expression : MyTable.RefferedField)
|
| FoxPro DOS and Windows Vista | 02 Oct 2007 08:22 GMT | 1 |
We don't have Vista here at the office yet, but one of my clients is trying to set up the same type of NET USE commands for their FoxDOS app that worked for them under XP, and telling me it appears to capture the printer to an LPT port just fine, but nothing ever prints. Anyone ...
|