rbuser
Comments
-
Do you have kbmMemTable?
-
Thank you. I will create a pass through function to do this.
-
Nico,
Does the Rap code support this type of commands:
TPPDrawtext(aDrawCommand)ReDrawPage := True;
What am I missing? Do I have the wrong concept completely? Thanks.
-
Nico,
I have the following code in my Rap even on the report builder CALC tab.
The showmessage displays the xxxxxx's but the field does not change?
RB 9.03 Delphi 7.
Procedure label1OnDrawCommandClick(ADrawComman… -
Hi Nico,
Yes that works nicely, but is there a way to do that entirely in RAP?
(Do I need to be in the RAP subgroup?)
-
Nico,
The new example works fine
2 more questions.
1. When I add buttons how to insert within the existing buttons
rather than just at the end. Right at the beginning would
be a satisfactory comp… -
Hi William
I have done that and I now get a range check error
Cheers
Paul
-
Hi, Paul
In order to make TExtraDevices exporting the grids, you have to turn on
the compile directive {$USEGRIDPACK} in one of unit of TExtraDevices.
William
-
I am getting a stream read error from the report server
-
Hi Nard
This is now working for the webtier and now I have another problem
I cant get the grid to export when saving to a PDF using TExtraDevices
Cheers
Paul
-
Hmm this looks complicated Nard! Especially as I didnt write the component
Hopefully William can help
What makes this more interesting is that Ismail does not appear to have
needed to put initilization sections into his … -
Grid Draw commands???
-
Hi Ismail
Can you provide me with example report with a grid that works?
I have added the RBTableGrid to my report server data module and I still get
the error.
Do I have to change anything on the webtier?
It is a brillant component and it works very well for me in Server.
I had to put RBTableGrid in the "uses" clause of the report server data
module to get it to work.
ie
Hi, Paul
Since I don't have server edition, so I can not commet it out, The first
thought came from my mind was that if the GridPack class has been registered
in the Report Server, so the Server knows the GridPack.
What do you mean William?
Just thinking, Have you register all GridPack class at report server?
William
Hi Nico
printstring is a Tedit
For til := 1 to StrToInt(printstring) do
begin
if (til > 1) and (udskrivtyp='ord') then
ppLabel5.Caption:=ppLabel5.Caption+'S KOPI ';
if (til > 1)…Thanks Nico,
I just sent the email.
Kevin
Any luck here Nico? My customer would like to start using the new printer
again.
Thanks,
Kevin
One last bit:
They were able to print fine to this sharp printer before RB 10.01.
Cheers,
Kevin
I thought that's how RB communicated to the printers.
I did check the transparency property and it is checked.
At this point my customer is "happier" and I need to move on (see the up
coming pdf issuein D6, RB 10.01 and Regions Comment by rbuser March 2006
Hi Nico,
Thanks for the idea of switching to a different printer.
It worked. They switched to an HP printer and all is well.
They have recently bought a document management system that uses the
following printer:
Sha…And something even weirder -
1) Not all users at this one site is experiencing this.
User 1 gets the boxes, user 2 does not.
2) They can preview an invoice and it looks fine but printing produces the
boxes.
Kevin…Hi Nico,
I am unable to reproduce what my customer is reporting.
I have set the Pen.Style to psClear on their end (I store the report def in
a db table) and have saved the report.
I'm at a bit of a loss here.
Kevin
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
I've added ppTypes to my uses clause and it's still the same.
Thanx Nico , Its work ,
Hi Nico ,
Thanx for your suggestions , its usefull but I think there is a problem like
that,
procedure TFormReport.MyTemplateOnLoadEndEvent(Sender: TObject);
begin
ShowMessage ('On Load End Executed') ;
RBRepo…Thnx its work,
But I must do this from source code, not in report design,
I Have got many report and I can't write this code all of them, I must catch
this even on RBRaporAfterPrint,
Can I prevent ignoring RBRaporAfterPrint eve…May be related to this:
I tested with 10.01 including patches from last friday.
* Use end-user application (I used IB Express)
* Open existing report with supreports
* The report outline of the report tree shows the r…