rbuser
Comments
-
Sorry, it is Report Builder 6.03 that is being used.
Paul Broadfoot
--- posted by geoForum on http://delphi.newswhat.com
-
Hello,
the last address i have is: Ueberall@osd.de,
To Chris ueberall: my rap2text unit is from 2002, if there is a new one
available, i am also interested.
chris
www.eulanda.de
-
I tried that and it gives me access violations on AReport.Engine.Page. I
really could use some help. How would you implement drawing a line in RAP
code. I would be really gratefull for some sample code.
RAP code:
Procedure … -
Hi Nard,
This is as far as i got. Below you can find the source i used for extending
the RTTI and registering classes.
The TppDrawLine compiles without errors.
RAP-code
procedure ReportOnEndPage;
VarHi,
The scenario here is - we embed TppDesignerWindow in our main form, and
the menu of TppDesignerWindow is gone (we decided not to merge it with our
main form's menu). Now we need to COPY and PASTE in Calc tab. We use lo…setting the bands visible property before print should have the same effect.
Ed Dressel
Team DM
Hi Nico,
Could you please send me the syntax of what the RAP statement should look
like.
I don't want my users to always have to go into the RAP and change the text.
I would like for it to automatically update.
In article <43c3c798$1@dm500.>, Nico Cizik (Digital Metaphors) wrote:
After Deleting one everything is fine. But we have no Idea how this could be
happened and how we did this.
Thanks.
Gruß aus den Bergen
Thank you. That works great.
hi Nico
yes i have tryed the a few times, even enty ones but with same result.
BTW i'm useing quickreport on some of the other forms
brian
hmmm, i tryed to make another project and then load the report, without any
errors, so it seems like the error is in my main project
but after deleteing the report, on main project, adding a new emty1 i still
got the problem :-(
Hi Nico
I'm useing Delphi 7.1 Pro on Win XP(dk) rrReport 9.03 ent. tryout
got 3 DBtext + 2labels in detail notthing in fotter
EurekaLog 5.0.6
Application:
---------------------------------------------------…Hi Nico
I'm getting the error when i preview the report at runtime, when i move the
cursor to the icons on previewscreen.
I have ppreport, ppDBPipeline on my form.
and i don't get the error when i show th…Thanks for help Last step made it work. Nard once again helped me,
How about example on page 351 or developer guide, plus it is not font color
it is background we are tyring to change. Just as mentioned in example.
Hello,
did you tried out
DbText.Font.Color:=clRed...
chris
www.eulanda.com
thank-you very much, formating is working, but your compiler did not
complained. Anyway, it is working except for color change. The color change
is not taking effect.
Now the code look like this,
Procedure DetailBeforePrint;
Thanks for reply,
Okay whats wrong with this code
var
liLength:integer;
lsString:String;
begin
lsString:=DBPipeline1['ISBN'];
liLength:=Length(lsString);
{ for 12 digit UPC eg: 1 12345 12345 1}
if (…Thanks you very much Nico, that's perfect!
Rgds,
Dave
Nard Moseley (Digital Metaphors) ha scritto:
Thanks.
Previous content was
[CodeManager]
EditorTop=2256
Now it is
[CodeManager]
EditorTop=400
I don't know what happened to de…i Have put thus q in another maillist
this is the code, i use, BUT i get Access violation at address 00405444 in
module 'AGBooking.exe'. Write of address 0000032C.
ppReport1.AllowPrintToFile := True;
ppReport1.DeviceType := dtPDF;
ppReport1.…In article <43f203ce$1@dm500.>, Nard Moseley (Digital Metaphors) wrote:
JFTR: It wasn't RAP it has been my TDAtaSet (Apollo) which is truncated the
text to about 250 characters.
Thanks
Gruß aus den Bergen
Hi Nico,
I can't get it to work (result stays 0.00). when using a variable in the
mainreport.summary works ok.
The variable in the second subreport has 'calculate on' reportend and 'reset
on' reportend like in your example …Hi, Nico,
Definitely because if I change the report body it prompts to save.
Ken
Nico,
I had a search already there on a date field.set as between but with the
values blank. When I just went an and entered to values and came out it
didn't prompt.
Hope this helps.
Ken
Rich,
You could use the band's before print event rather than the variable's on
calc event IF the value was determined in the main report. The value could
then just be assigned using the on calc. Because your value is coming…Hi Bob,
Am I right in assuming that there is no way to perform the calculation and
then display the results in the same band. What I am trying to avoid is
doing the calculations twice. Once to determine if I need to display …Richard,
How about adding a group based off your customer number with the group
footer being what displays your customer information. This way, you can do
your calculations the detail band and then use the GroupFooterBeforePr…I'have tried using Tppvars for each group with the same results. I'm
resetting the global variables for each group in the onreset for each group
variable along with the value of that variable. If I take out the onreset I
get the …