rbuser
Comments
-
Rolf,
one of the reasons i switched to RB (apart form the fact that QR _really_
isn't worth working with)
is just the fact that RB just renders the first page and does not hog up the
system with a memory file that keeps on growin… -
Hi,
Yes this works.
Is it also possible to get the same behaviour as in Quickreport?
(generate the first page, show the first page, generate the othe pages in
the background and making each
finished page availabl… -
Rolf,
click the last page button
and i guess that if you set your report to twopass it starts by itself
cu
marc
-
-
Hi ,
see Tech Tip 'Printing a Unique Caption for each copy' in 'Formats and
Devices (Report Output)'
regards,
Chris Ueberall;
-
Hi,
Thanks for your response.
However, this problem (difference between preview and printer) occurs too
when I don't have RichEdit.
Example :
I have a report where I have property columns to 2. My dataset is a sa… -
Thank you very much for your help Marc.
I think the Waler device can help me. I'll take a look at it.
-
Luis,
POS printers are not meant to make our lives easy
seriously, i wouldn't recommend using RB to render the ticket nor the detail
band
just use the windows ESC() function wich lets you print directly to the
printer bypas… -
"Alexander Kramnik (Digital Metaphors)" wrote
-
There are specific records that cause this problem consistently, and I have
poked and prodded and explored what the differences are between a record that
repeats itself and one that doesn't. I will keep at it, though. Thanks for the
Interesting suggestion, but you are right, it did not work.
This report is for one record only. There is one main table, and several other
tables linked through a mastersource. All sub tables are one-to-one, except
for one (Co…Is there a particular reason that I am not getting any replies to my
original message? Is the answer so obvious that I am being labeled an
idiot? This is a real problem that I am experiencing and I would really
appreciate anyone who…Thank you very much.
I will be trying the code out shortly.
After taking a quick look, isn't there a memory leak by not freeing each
object instance in the FCustomerTotals TList?
Kevin
"Alexander Kra…It still does not work with the patch, and actually it the files in the
patch seem to be the same as in rb 6.03
Tony Caduto
"Alexander Kramnik (Digital Metaphors)" wrote
Yes,
we are getting invalid variant conversion error with the IBX components.
Should not be any issues. I would recommend looking at IBO for native
connections to the DB from RB.
Are you having problems?
Ed Dressel
Team DM
Tony
it is a setting in the driver if i recall correctly (this is a barcode
printer right?)
never trust the output in RB cause the driver does its own thing with the
way it will be rendered
also be sure to have set the right…Hi Lauchlan,
you have do it on the dataset level, use event 'BeforePost' to set the
security level.
regards,
Chris Ueberall;
As usual with Zebra printer portrait orientation means printing in direction
as paper gets out of the printer. No matter what is actual size of label and
how does it looks. So it can look like a landscape but will be qualified as
port…Thanks. I was confused by what Orientation actually meant. Eventually I
figured that by just using Landscape, I got everything I wanted!! I fiddled
with the Seagull Driver and got exactly what I wanted. Only problem is, I
dont know ex…Hi!
Actually with Zebra printers some confusing can occur if you'll try to
understand what page orientation means. For example for some sizes of labels
Portrait and Landscape are swapped. If they are all your output will be
Thanks,
I managed it by using the TextFileDevice...
It works great
Regards,
Dominik B?hm
Hi Alexander, what a boud creating graphics.
Alexander,
I have the following code in place:
// ************************************
procedure TFrmMain.ppReport1PrintDialogCreate(Sender: TObject);
begin
ppReport1.PrintDialog.DisableAutoRange;
end;
> This will be a new feature in the server edition.
Cool!
Ed Dressel
Team DM
What is the latest version of RB that is available?
"Alexander Kramnik (Digital Metaphors)" wrote
Is 6.5 available? What's the charge for 6.03 users?
"Alexander Kramnik (Digital Metaphors)" wrote
With columnTraversal set to ctLeftToRight, it prints okay if there is a
single detail record. With 2 detail records, though, nothing is printed.
I have the subreport page setup at 5 columns, .5" each, first one at 0".
With the detail band's columnTraversal set to ctTopToBottom the report
prints fine, except I get
Detail1
Detail2
Detail3
Detail4
Detail5
instead of
Detail1 Detail2 Detail3 Detail4
…Excellent! Thank you very much, that worked. Strange how the obvious can be
so unobvious at times.
Now if I can just get a reply to my "a report doubling up" post....