rbuser
Comments
-
Nard,
Thank you, it works great.
BTW here is the code final code:
unit RAPCustom;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, ra… -
I do really this way, only that when I make a master-detail it asks me the
username. I have used the example for the dbexpress
-
Thanks,
Works great.
"Tech-tips" is a gold mine as well.
/Ronny
-
THX!
-
Ok!
If I implement that in praxis using your mentioned events...would it be
compatible (with same table structure of course) when we would like to
implement such a report to work on Report server?
THX!
Benjamin
-
Hi!
There are several demos...so I have studied them and choose "1. AutoSearch
Field to SQL Params".
Is that OK or maybe some other DEMO is more suitable for my need.
However all that demos suppose that you have in ".exe" i… -
Problem solved by setting Informix's environment variable DBDATE to "MDY4"
Thanks everyone, best regards and best wishies this holidays
Eduardo Martinez
-
Thanks a lot for your help, I'll try the code you sent (I don't know a word
in German but it's ok may be you don't know too much of spanish either) but
I think I didn't explained my self very well
Let's say that I open the desig… -
> I have created an End-user interfase using ADO+Informix, but I found that
I
format
use
Maybe this code helps. It registers a special autosearch field which
automatically is displayed in teh end user dialog i… -
Nard,
Found it, thanks.
/Ronny
-
Thank you, all works fine (so far).
Peter
-
Thank you for the informations.
It is possible by using the "ListViewMouseDownEvent".
Now I have only one Problem to get the Position of right border of the last
Element on the band.
I hope you can give me another hint to s… -
Could you please give me som hints where (unit, component?) .. and how (?)
the modification should be done.
thanks
Peter
-
Thanks nico,
But is the same thing possible without using external code (using RAP
instead) ?
I've been trying to access a component of the main report from the
subreports to do the same trick without much success..… -
Fair enough.
/Ronny
-
Nard,
I understand, as we "almoast are there" is it possible to add it as an
user suggestion for future releases?
/Ronny
-
Nard,
Sorry, but it allmoast work.
Yes, It trigger the event but when the subeport is added to the header the
"RBDesigner" put the user back to the "Designer" tab, however I can see in
the "background" that the "Calculati… -
Nard,
That's work but I don't wnat the header/subreport visible when the template
is loaded. I don't want the end user to have access to them.
I want them on the report when the end-user print them (screen/printer)
… -
Nard,
I understand but as the subreports are created in code I don't think I can
see them by using the Tree tool.
Another one. I create the header subreports in my app. before the report is
printed and this works fi… -
Nard,
I got the subreport to be created and printed on the report.
But if the report already contain a subreport in the header my subreport
will be printed underneath the existing one.
How can I get my subreport to be at … -
Nard,
Obvious, I was looking in the tech-tips but seems to missed it.
Thanks.
/Ronny
-
Carlos... did you get this worked out? Looks like I'm having a similar
issue and wondering what you found.
b
-
Nard: Whe I installed the Report Builder I selected TeeChart 6 package. My
application and the Report Builder Demos compile without problems but when
you try to edit some Chart the problem appear.
-
Oh yeah, if it helps - I have some code in the Template.OnLoadStart and
Template.DoOnLoadEnd events.
Further testing showed that the slowdown on the second loading of
ReportExplorer occurs if the OnLoadStart event contains the followi… -
Deepest analyse showed that the main slowdown on your part occurs in the
following code (ppDBPipe unit):
function TppDBPipeline.TraverseBy(aIncrement: Integer): Integer;
begin
if (FDataLink.DataSet <> nil) then
No, that didn't help. I actually have both datasets (rbItem and rbFolders)
opened in the design time, so I don't need
to open them in the run time. Also creating another report explorer form
instance in the process and working with it…THX...my fault!
There are many articles about that subject so I was not thinking it was so
easy...
;-)
Happy and succesfull New Year!
Benjamin
I just thought this:
When I put some aditional menus and buttons on toolbar, I need to change
"TppReportExplorer.Initialize" function from "ppRptExp.pas".
But when I do that I need to recompile some other dependecies units...so
t…Does it mean that regardless in (let us say) initialization part, where I
declare that popupItem is diasabled, it is eneabled everytime refresh ... I
do not get it?
I thought that in OnCreate is enough..but wrong, then I tried in
Hi, Nico
Thank you for your answer.
why have I the possibility of Datasource Single record with Teechart 4.04
and no possibility with TeeChart 6.01
I need absolutly Single record for my application.
J-Pierre Du…