rbuser
Comments
-
Thank you for your response.
I have one dataset structured as follows:
RegionName, ProductName,Quantity, Cost
Example:
Region1,Product A, 10,$1.50
Region1,Product B, 12,$8.00
Region1,Product C, 5,$3.00
Region… -
All my data is within one single dataset.
-Halim
-
I have attached a copy of the report.
Thank you,
-Halim
-
-
> We have been using Vista here daily for over a year and have Delphi
That was not my question, but thanks anyway. FYI, no other libs I have
installed requires admin privileges to work (as well they shouldnt).
--
… -
> We do not currently have any experience with Windows Server 2008
The message I quoted is actually more than a year old... any timeline
for this next major release?
--
Eivind Bakkestuen
Nexus Database … -
Sorry, my mistake. Works very well, if set on the PreviewFormCreate

Thanks again.
… -
Thanks!
Unfortunately it doesn't work - on that stage is FPreview nil, so I get
access violation on row 299 (file ppPrvDlg.pas):
function TppPrintPreview.GetPreview: TppPreview;
begin
if UsingDefaultPreviewPlug… -
Nico Cizik (Digital Metaphors) wrote:
I have uninstalled everything, I recompiled teechart with Teerecompile,
and then recompiled reportbuilder with RBTeePackageBuilder and still get
the error.
I searched my computer for … -
Nard Moseley (Digital Metaphors) escreveu:
Thanks Nard, but my first problem is not in runtime, is in Designer
Time, because I need to edit some text, can I fiz these?
Best Regards,
--
T.·.F.·.A.·.
Fellipe… -
Dear Nico,
Thank you very much and I tested it.
If we repeat print report then it sample erase previous text file and
Create new text file.I'd like all prints add to previous text file.
May user change database and insert … -
Dear Nico,
I tested and below link has problem! and please send me to my email:
abbasi@sepehranformatic.com
http://www.digital-metaphors.… -
Dear Nico,
Sorry, We change my user name to my real full name Ali Abbasi.
Please help me.
Best regards,
Ali Abbasi
than
is
--- posted by geoForum on in Save fields of printed reports in a Text file Comment by rbuser June 2008 -
Hi Nico,
I guess the rules of posting in the newsgroups does not only apply to Ali
but all? I have seen several times you are asking the same for Ali, when
others freely posts and get replies without beeing told to post their … -
Fixed it. Removed reference to the group in the ShiftRelativeTo property
in the dbmemo and the dbmemo field no longer shows
-
Hi Ed,
See my subsequent post where I took off the shiftrelativeto field. It
was set to the region in which it lived. Just put it back in and the
problem reappeared..repeatable.
Tony
-
can you reproduce this in a small demo? I've never seen anything like
it--and I use regions & sub reports in this fasion quite a bit.
Ed Dressel
Team DM
-
Hi Nico,
Finally got around to trying it and it works fine. Thank you. I now have
another related problem relating to switching the display of the region
on and off.
In order not to display the region at all I set the vis… -
I should add I'm using 10.06
-
Seems to be solved now.
-
Ok Nico,
I will see what I can do about it. Thank you for the reply.
Mark
-
Hi Nico,
I agree, this can be confusing, but nevertheless I think, that it's in
general about the same topic.
Looking at it again I think, that I can work with that. I just would like to
know, if it's somehow possib… -
Hello,
I tried to use these events now and have some questions.
After the Report.OnCancel event the Report.AfterPrint event fires, which
seems to be not correct in the first moment (since I actually cancelled the
printing… -
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
Using D7 and RB 10.08
Before sending an example Ill see if i can sort it out as its a
detailed report.
My question is in regards to the hierarchial… -
Dear Nico,
I tested RB 10.09 and fixed transparent problem of Barcode and DBBarcode.
Also did not fix transparent problem of 2DBarcode and DB2DBarcode and
please change for next release of RB.
Thank you and best rega… -
Dear Nico,
Thank you very much for your help.
I copy ppBarCodDrwCmd.pas file into your \RBuilder\Lib and
\RBuilder\Source and rebuild compiled only \RBuilder\Source\
ppBarCodDrwCmd.pas and fixed transparent problem of Ba… -
Dear Nico,
Thank you very much for make it patch.
Also I sent a email to support@digital-metaphors.com.I hope you soon add
it patch internally in next release of RB.
Best Regards,
Ali Abbasi
<… -
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
IDE has raised an exception:
Access violation at address 20D279DB in module 'designide.bpl'.
Access violation at address 0B775A24 in module 'rbRCL10105.bpl'. ReadAFAIK anytime an exception is raised in a constructor (OnCreate) you will
most probably have a memory leak as it is not clear what resources were
created and can be destroyed.
Ed Dressel
Team DM
Dear Nico,
I wrote below codes and fixed my problem:
if (lObject is TppCustomBarCode ) then //uses ppBarCod
begin
TppCustomBarCode(lObject).AutoSize := False ;
TppCustomBarCode(lObject).AutoSiz…