rbuser
Comments
-
Sorry,
Report Builder, 10.2, Delphi 2005
Nexus 2.6
John
-
Hi,
Ok, the patch resolves this issue :-)
J-Pierre
-
Hi
Thanks I have built this in and have distributed it to one customer this
evening and will send out to others tommorrow.
Regards
PLJ
-
Hi,
I have a similar problem with RB11.02.
Try reinstall RB11.01
J-Pierre
"Philip L Jackson" a écrit dans le message de
-
Hi
Forgot to mention - whilst the users all did have Outlook open, the access
violations seemed to occur when their phone system rang and performed a
screen pop to show them who was calling.
We were in the middle of… -
> Use the Report.Template object (from Delphi code)
Now, after your tips - i took this way and it works fine.
First, i tried to LoadFromFile .rtm and SaveToBlob with a Firebird Manager.
For me it will not work. I will not try… -
>> I tried to copy the rtm-files direct into a blob.
But only when the ppReport-name by the created rtm-file is equal?
Isn't it?
Olaf
-
Thanks, your shown way works fine.
I tried to copy the rtm-files direct into a blob.
That will not work.
Olaf
-
Since DocumentName is not intended to be a path/filename, perhaps it would
be smarter to replace illegal filename characters with an underscore
character whenever it's used for path/filename purposes?
--
Steven S. Weston… -
Hi Niko,
I made the first part (Rebuild rbIBE107) and more of that, I transfered all
the created bpl and dcp from the "Delphi7\Projects\bpl" directory to the
"RBuilder\lib" directory and add manualy th rbIBE107.bpl package. It… -
Hi Niko,
I executed the cleanup procedure very carefully.
I relaunched RBENT7.exe.
The program copied a lot of files and then start to build TeeChart400.
I received only fatal error messages. None of the needed files were f… -
Nico,
Thank you!! I spent many hours trying to figure this out. Re-downloading
and installing 11.02 resolved the problem immediately.
Mike
-
BTW - the report works perfectly when I send it to the screen or printer.
Mike
-
const
// jeu de caratère pour code 39
CharSet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-._$/+%';
// Génére le checksum modulo 43 pour le code 39
function Generateur_cheksum(val: String) :String;
var
Hi Nad,
thanks for the help. Have you the code also in delphi?
thanks
Michael
--- posted by geoForum on http://delphi.newswhat.com<…"Nico Cizik (Digital Metaphors)" wrote in
"Paul Hughes" wrote in message
"Paul Hughes" wrote in message
Nico
I will try to recreate it in a simple example but I am not sure that I can.
Virtually identical code on another form did not exhibit this strange
behaviour. The only thing different between them was the amount of data. <…Nico,
It worked like a charm!
Thanks very much!
-Eric
--- posted by geoForum on http://delphi.newswhat.com
Nico
Ran this as you suggested RBTeePackageBuilder.exe. No problem
Then installed using 'repair' everything ok now
Ed
"Nard Moseley (Digital Metaphors)" wrote in
>Hi Tim,
spreadsheet
metaphors.com/rbWiki/Delphi_Code/Layouts/How_To...Create_a_Spread_Sheet_S
tyle_Report
particular
on
U-Z.
Thanks for the prompt reply, as always Nico.
--- posted…>I have a report that has 11 columns containing data per record in a
5
To add a bit of detail. I have records A to Z each of which have 11
columns of data.
Let's say my report allows 10 records per page.
<…Oh, it was a question without thinking before.
I canel the question.
Thanks, Olaf
Is there also a way for the blob storing way?
Thanks, Olaf
Nico
Thanks for the response. I have had a quick look at the zip file you sent
and run the application. I need to take a bit more time to work out how it
all works and how I can adapt it to what I do but it looks very
"Nard Moseley (Digital Metaphors)" wrote in
"Nard Moseley (Digital Metaphors)" wrote in
The fixed worked! Thank you very much Nard.
Justin