rbuser
Comments
-
That fixed it. Once again you all provide excellent support!
Thank you for all the help,
Branden Johnson
-
Thank you Nico for the quick reply. I was able to get the following code
working syntax error free, but the resulting WMF image file is just a blank
image 1209 pixels wide by 23 pixels tall. ppBarcode1 is a barcode component
that… -
Done. The email has the same subject line as this thread.
Chrhis
-
Nico,
I was able to build a toy application whose structure is similar to our
actual app. The AV error does not occur on every close, but it occurs
more than 50% of the time, which is about the frequency it is occurring
which version of TChart?
We are using version 7.07. I will try to make a toy project that shows
the AV.
Chris
Nico,
I will have to see what I can do. Any requirements for the example I
send? I sent a toy application with an install script last time I
reported a bug, and got my head bitten off by the support line.
Thanks,I'll try this.
Thanks a lot,
Laercio
Nard Moseley (Digital Metaphors) escreveu:
Hi,
I did the same test with a trial of RB 10.06 and the problem occurs like 7.04.
I need to change this setting at runtime many times as the app user exchange.
For instance, will be possible that each user connected to th…Something even stranger, it appears that the error only happens when I
run the app in delphi. If I take the exe and run it not in delphi, it
works without any error.
This is a multi-part message in MIME format.
Well, I have it narrowed down to ppTextsearchRichTextEngine ->
Erasehighlights. When I hover over CurrentPagesearch in the delphi, I
get an av on CurrentPagesearch and the currentpagesearch.pageno =
-2080374791.
I trie…I cannot seem to duplicate it in a small app. In my app, the only time i
can get it to come up is if I click on the find (to show it), then click
find. Then close the form.
Hi Nico,
For the moment we can't upgrade to the latest version, we will upgrade in a
few months time. Email has been sent to support@digital-metaphors.com with
the sample project attached which illustrates the problem
Hi Nico,
I'm able to recreate the AVS in a sample application using TClientDataSets,
if that's allright for you . We are using ReportBuild 10.06 and Delphi 2006.
Where do I send the sample application to?
Greetings,…THAT WORKS GREAT! Thank YoU!
Shane
Yes, I am using Lef to Right columns. Is there any other type of columns I
can try?
Shane
I use
ppDetailBand.Visible := not tblMainObverse.IsNull;
I do get spaces where the image was suppose to be
Thanks
Shane
Hi Ed, thanks for responding. I can't use SQL, because I am using a
TADOTable dataset with a filter.
Your suggestion above works except that now there is a space where the image
would have been. I would lik…> I am using ReportBuilder to Display a Photo Album of images ( 4 images
not null?
select ImageFieldName from TableName where not ImageFieldName is null
or, if this does not work for one reason or another, someth…Thx. Nico,
The RAP example is exactly what I needed. You just saved me tons of hours of
work
I…I have the old 7.04 (pro) version. My goal is to go to 10.xx; but first I
have to move a lot of old/wrong stuff. Loading into 10 may work, but does
not help me. I need the report back in 7.04. But I will try it and send you
the re…... or: What is the correct way to transform a report from ASCII to Binary?
Thanks for all responses.
And sorry for the time you wasted by examining my RTMs.
At least, my company bought Enterprise, and I recompiled it with debug options (previously I used trial, without sources).
The problem…Nico Cizik (Digital Metaphors) raxtija 2008.06.02. 19:10:
Hi Nico,
I hope you have not started with my RTM exploring.
The problem exists, but probably it is not RTM problem.
I can open these RTM in design …Thank you for the suggestion but I have actually figured out that my
problem had to do with the way I was writing my queries for the report. I
had a subreport that the master query was not being filtered enough and
was having to look…you could make it a 2 pass report so that the whole report is generated,
then movign between pages will be quite quick (though creating the initial
report will take a while).
Another option is to print the reoprt to the archiv…Thanks Nico, That code snippet was exactly what I needed. My report now
shows the data correctly.
It would be alot easier if I could find out how to populate the blank
dimension/cell values in the cross tab with 0
Nico,
Thanks for the help.
I used "report.autosearchfields[0].SearchExpression := TablePersistentFieldname.value;"
in the OnGetAutoSearchValues event, and all is working fine.
Thanks again,
John…