Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I find all functions inside DLL?
Message
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00383738
Message ID:
00384287
Views:
35
> BTW, pity, that there is no Print option. I had to Print Scrn, paste in Paint and print from there...
>
> Larry, may be you can also help me in the problem, I described. I have a Report, which has groups in it. Each new group is printed starting from a new page #1. I'd like to set it this way: if my group ends at odd page, I'd like to insert blank page, otherwise don't insert. Could you please suggest something here?
>

I'm not a big user of the report writer but this might help (don't know, haven't tested it). In the group footer add an expression. The expression shoud be

=chr(12)

Chr(12) is the ASCII character for a form feed. Modify the Print When expression to only print if Mod(_pageno,2) # 0 (odd pages).

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform