rbuser
Comments
-
AFAIR, DBMemos did not support printing to text files in 4.07.
Ed Dressel
Team DM
-
Thanks Jim.
I have the 7 upgrade - I was just a little nervous about using it mid
project.
Guess I will have to try it out.
G
-
Nothing is printed when I call Crosstab.clear.
Tried before and after printing, both give the same results.
-
Yes, I'm doing it that way. I realize now that I have to move everything
manually, even the stuff on the page style band.
Thanks,
Lars.
-
I was having subreports as the next thing to try, but now, when I abandon
the thought of using margins to change positions and moved everything
manually, it works.
Thanks,
Lars.
-
Have you considered putting your mailing label lines inside a region, then
moving the region within the detail band? Additionally, you could control
placement via the ColumnPosition property.
-
I want my report to have different margins depending on page number, odd
pages need to have a larger margin on left side and even pages the larger
margin on right side.
Tried PrintPosition but that's just effecting the top posit… -
Thanks for your response. I don't have enough time to do a test using
RB7, but I manage to solve the TppVariable problem by un-checked the Keep
Group Together for my Invoice# group. I could not use the Keep Group
Together in my I… -
OK... two more questions for you RB gurus, please.
a) In the example below, the PrinterSetup.Margin(s) are all set at 1/4 inch, which
is exactly representable in float, FWIW. Using the routine below, the printer tells
me that i… -
Ahhh yes... the famous gutter. I did it a bit differently. I've added a
snippet of code here to permit a program to get the unprintable area for the
selected printer... it is down and dirty and applies only to inches since that
is w… -
Using the Region does seem to work fine for my application.
Thank you for your help.
--Chris
-
I will try the region component and see how that works.
I did set the StretchWithParent to true for the shape. This does make it
correctly expand, but the problem is that I have a subreport below this
shape with it's drillDown … -
Thank you.
-Johnnie
-
Thanks very much. Works great.
Nick
-
Hello!
The only way I know is that you take a normal memo and fill it with
your static text and the value from the database.
Gruß aus den Bergen
Günter
-
Hi Petter
I made the same in my App.
The only (most safe) way is contolling (increasing) the invoice number
outside.
Whe I print out invoices for several customers
i prepare the variables (invoice number, form ...)
information i want to add is i am using delphi 5 and report builder
enterprise version 7.
OK, I've discovered what I was doing wrong. In my tests I was assigning
'Excel File' to ppReport.PrintDialog.DeviceType, rather than 'ExcelFile'.
This is what caused the AV.
Thanks Jim, all sorted now.
Dave.
I tried that but if I assign anything other than 'Printer' to DeviceType I
get an access violation (not in the assignment, it occurs later on).
Dave.
On Fri, 27 Sep 2002 10:12:58 -0500, support@digital-metaphors.com…Setting the TextFileName property seems to work OK but any setting of
DeviceType seems to be ignored, when the Print dialog comes up it always
has 'Text File' selected in the Type combo.
I took a look at ppPDlg.pas and it seem…Thanks Jim,
I can successfully read the DeviceType and TextFileName in the
OnPrintDialogClose handler but I'm not sure at what point I can set the
values for a new report.
I tried the OnPrintDialogCreate event but i…Ok, thanks Jim.
FYI the only reason I need to customize the preview dialog is because the
standard one does'nt cater for people who don't use a mouse. All I do is
add a menu so the various functions can be accessed using the k…Thanks Jim. I'll try all that out.
- Dan
I will track the loop and try to find the ReportBuilder bug.
Earlier this year I encountered this problem with the same app. After
jiggering a number of properties, the loop went away. It is now back --
even after upgrading to…The report is part of a very large application. It is not feasible to
extract the failing report.
What kind of events should occur to allow CheckDetailData in
procedure TppDataPipeline.DetailSkipBackward
to return TRUE…Hi
Thanks Jim. I figured it out just after I sended the message and everything
is working fine now.
Regards
Ruaan
Problem occurs when TppReport.SaveAsTemplate = True. If
TppReport.SaveAsTemplate = False(by default), all is right.
But I don't understand how it affects my reports and templates.
And additionally a litle suggest: ppPreview.pas …This particular report is developed using Delphi-4, does version 7 come for
Delphi-4?
Lars.
I'm running version 6.03. I assume then there's no bug fix in version 6 for
this?
The TExtraDevices has an output device designed especially for Dot Matrix
printers and is worth checking out.
Peter Grimshaw