rbuser
Comments
-
First, to answer Nard - yes using Alt-Tab does restore the windows properly.
Secondly, the response offered below refers to another question I had.
Namely, why do the Report Explorer and Report Designer show up as separate
entries on … -
Michael Gregg wrote:
This may help you:
First, one unit subclasses the report explorer form (remember to
register/unregister it).
type
TgtcRBReportExplorerForm = class(TppReportExplorerForm)Thanks for the info and sample programs. But, I'm basically an end-user in
this situation and don't have access to the Delphi code. I only have the
end-user interface (with RAP) available to me. Your example says that the
function …I mean with licence ...!
Nard,
1) Concurent users is how much users can connect at the same time to EUR
databasa
2) I do not know why they do not want to buy, but have some thoughts
that they want to buy ready made product...but OK...I'll try to …Hi!
If user buy RB EE edition then I think hs can use EUR solution with no
charge and any restrictions in his company....but he doesn't want to buy it
so I have to buy it and charge it with number of concurent users.
Am I allow…I realized after I sent the post that I hadn't checked the help file yet!
Thank you for the great support and hard work!!!
Branden Johnson - Integrity Software Design
That did it!!! - Setting UseTableOwnerName to false!
Is the UseTableOwnerName a new property in 7.04? What is it's purpose?
Just curious!
Thank You Nard,
Branden Johnson
I am using the DataDictionary and the UseTableOwnerName is set to True.
We are running Firebird 1.5 through the BDE.
Thank You Nard,
Branden Johnson
When I tried to recreate the dataview I got the metacache error after I had
selected the table and clicked next to select the fields.
I changed NOTHING when we upgraded. ALL of the TwwQuery components that are
connected to the various reportbuilder tables are working just fine. The
only thing I am wondering about is that the enduser reporting solution is
located o…Actually I can get into the query designer but only to look at the tables
and SQL tabs. If I click on any of the other tabs I get the previously
mentioned error. BUT, if I then click on the tables tab and then on one of
the others ag…I was doing some more testing and found that I can run reports that have no
autosearch criteria and I can preview most of the reports in design mode and
I can preview the individual queries but I CANNOT open the query designer, I
get …Hi Nico,
that was what i was looking for, now i dont have to make a funtion but can
call it in the calculations tab:result := Report.Template.description;
Thanx again
Hello Nico,
Made a TraSystemFunction with returns TppReportExplorer.CurrentItemName
works perfect.
Thanks for the advice.
Ruud
Nard,
Looks like the call to gMetaDataManager.Clear did the trick.
As an aside, I've been working with Delphi for over six years now, and
with Pascal in too many flavors since college. ReportBuilder is the
most enorm…Nard,
Tested with the built in wizard, it does produce the same result.
Table aliases are stored in a database table (and I've checked to make
sure the alias is correct in the table). In fact, I use a modified
versio…hi
we have been doing what you want since version 7. we are now using v9. you
dont have to change anything in the report templates to get them working on
different dbs, just create db connectison in code and change the desig…"Nard Moseley (Digital Metaphors)" a ?crit
"Nico Cizik (Digital Metaphors)" wrote ....
this method looks like this..:
procedure TppScreenDevice.AddWaterMark(aPage: TppPage);
so how do i get correct page? if more precicely all pagesin Permanent logo in the reports Comment by rbuser September 2004
Cool, that's exactly what I was hoping for.
So what if they put a white shape over where the watermark will be?
Jim
I am also interested in this ability. Does the AddWaterMark get printed
last, so that it cannot be overritten by a smart user?
Jim
"Nico Cizik (Digital Metaphors)" wrote ....
how to use thar PageStyle band? and i want that no end-user could disable
this logo. lets say if give them demo version, so on the corner of each
report i should see "Demo version bl…report.template.filename := 'report's path';
report.template.loadfromfile;
Bill
I should have said without setting the autosize property for each dbText
component in a report. Our customers always want the these components to be
autosized and when they go through the report wizard, they end up spending
setting th…ok for Memo i see Lines property...But i dont see "Caption" item
in popup menu for Label component...
thanks for your reply....
i follow the steps which you mention, but sorry to say problem is still
there....
Now?
hi,
actually i am new to report builder. can you help me to follow all the
steps which you told me step by step like how to check same datapipeline
connected
and how can i check that i am inside defined margins
thanks
…