rbuser
Comments
-
If I print directly to the printer, the report prints fine. There are
options on the print preview a user can change which will affect the report
so not giving them a print preview is really not an option though. :-( For
instance, … -
What do you mean by fixed style subreports? I have a subreport in those
reports but the same one in reports that work fine. I did just notice
something odd though. The breakpoint that I placed in
ppGroupHeaderBand1BeforePrint gets … -
Hi Nico,
I have modified, your 'EditTemplatesAsText', I added a fonction Find 'IBX'
and Replace by 'FIB' and all is ok :-)
Thank you very much for your help.
Jean-Pierre
-
Nico Cizik (Digital Metaphors) wrote:
Ok Thanks I will try it and see.
--
-
Nico Cizik (Digital Metaphors) wrote:
Hello Nico, sorry for the delayed response.
I was able to fix issue #1.
I am using Delphi 2006 and RB Enterprise 10.04. I am using the
DBBarcode component with 3of9… -
This is a multi-part message in MIME format.
-
Hi,
I want to calculate the checksum for barcode 39, but I have a problem,
compiler send a error on instruction txt[i].
This is my code:
{ Calcul du checksum pour code 39 (modulo 43) }
procedure Ba… -
Hi Nico,
Sorry for my error, the problem is in my datafield. The propertie TrimChar
(remove space) was active.
Jean-Pierre
-
I forgot to mention that I am running this on Vista. I had to elevate
the permission to Administrator in order for the application to run,
but it would be better if I could set the .ini file to a user path. I think
this has something … -
Hi Nard,
I am using version 10.02.
Andy
-
Hi Nard,
Maybe I need to put it in the initalization section? How would I do this?
It seems to bomb before the FormCreate event fires.
Thanks again.
Andy
-
Hi Nard,
It is still giving me the same error. I tried putting the code in the
FormCreate
as well as in the .dpr but still complains that it is trying to write to the
Windows
folder. Any idea why?
Thanks i… -
Hi Nard,
Thanks for the speedy response.
Andy
-
Hi Nico,
Thanks for the quick answer. This would be a nice feature for the future but
won't cause me too many problems for the moment.
Regards,
Ian.
-
Hi Nico,
Could you supply me with a straight foreward example?
Regards,
Stef
-
Hi Nico
Thanks for the swift reply. Yes, I am using the Data Dictionary (and am
adding the table to the dictionary after it is created); remember it all
works fine as long as there is no space in the table name.
I hav… -
>Hi Toby,
Ok cool
Well this was weird.
I loaded the BuildTee project in RBuilder\TeeChart\TeeStd700 (presume
that's the right folder rather than either of the TeePro ones?) but it
wouldn't compile,… -
WOW! Thanks I would have never figured that out on my own.
10:21 AM >>>
Hi Craig,
Take a look at the following article. This can also be done using a
TppPageBreak component. We are considering adding this… -
the column need to display both fieldB value(e.g. hkh, hjj....) and field C
value (kjhkh, yyui....), the problem now is the page continue to print!! so
I wonder how to set the datapipeline of subreport!
-
If i include the following line
Report.PDFSettings.OptimizeImageExport := false;
everything works fine. But thats not a real solution to the problem, just a
workaround.
-
-
Does not run, i have created a RAP function, and try to use it in the
RAP event OnPrint, OnGetRichText, the function is executed but the text
is not aligned. In the application Richedit, the text is displayed
justified, but not in RB.… -
Nico Cizik (Digital Metaphors) wrote:
No, since it doesn't even get to 5 pages.
As described in my post.
Yes.
I'll endeavour to prepare a test case for you and send it to that email… -
I got it working 'already'.
One custom dialog will cover for all reports.
Nico, thank you very much for your help.
Regards,
Stef
-
Hi Nico,
Is it required to create my own print dialog for each report in my
application, or can one handle all reports?
Regards,
Stef
-
Thank you very much. I'll give it a try.
--
-
Nico Cizik (Digital Metaphors) wrote:
Can you show me were and how I can do this?
-
Hi Nard,
Thanks, that would be very useful and enable a better integrated look & feel
throughout.
Further on this subject. I know some of your dialogs are generated in code
(i.e. control positions, heights width… -
Solved this question as well
shane
-
Disregard the question:
100TTT
200TTT
300
100TTT
200TTT
300
100TTT
200TTT
300
etc
etc
However, I still need to get rid of 'TTT' label. I will be having DBText
labels…