rbuser
Comments
-
Hello,
looks as if that's what I wanted to know either...
I have a "column" in my report (i.e. caption in the groupheader + the
value-field on the detailband). I need to set both to visible for *all*
records of the … -
Hi,
Any news here?
Regards,
Jeroen.
-
Hi Nico,
I've created a simple example and will send it to you.
Marco.
-
Hi,
Thank you for your reply. Strange, have version 10.07. The rbent11.exe I
downloaded 5 days ago from the link in the registration mail says 10.07,
the release notes say version 10.07, but my bpl's are named
rbRC… -
We have a screen where you can pick which buildings to include in the
report, and select how to order the report, etc.
These different selections can be added to the report by the user.
So for example the order by has:
And it works, as always!
Thankx for the help!
Chantal
On Fri, 11 Apr 2008 07:10:33 -0600, "Nico Cizik \(Digital Metaphors\)"
We use TreeChart Pro v7.12.
I managed to make one that works, with another field, instead of
contract type per gender I did age group per gender, I builded the
dataset with de "wizard" instead of manually in the design window.I have controlled everything and I don't get it.
Can it be that the systeem gets a little confused because my 2 dataset
are based on the same tables/fields, with only different search
criteria's?
I've tried to give th…
Thanks
Just what I needed, works great.
Stuart
P.S. Although this issue was with 7.04 I am proud to be a registered
user of 10.07.
Hi,
Was interested in seeing how the below was done, I have downloaded and
extracted the zip file, what do I need to be able to open the files
contained within?
Stuart
"Paul McMonnies" wrote in message
Hello
I found it, if anyone else kan use this, you just have to use a Richt
text object instead of normal text field...
They are always sent to excel as text (with TExtraDevices export from
the report builder).
<…Thankx a lot,
Chantal
On Fri, 30 May 2008 08:45:06 -0600, "Nico Cizik \(Digital Metaphors\)"
Hi Nico,
Just to let you and others know:
I added a passthru and called it from ReportAfterOpenDataPipelines()
but this event seems to fire too late. Using the debugger I see the file is
already
created at that t…On a related note, I'm wondering if there's any sort of feedback why a
particular SearchCriteria wouldn't end up being used? I have my Report's
datapipeline set to a query I built with the query designer on the data tab.
I ended u…That worked wonderfully, thank you.
If I get the plugin working in all situations, I'll gladly submit it.
There's one case I've been dodging (a particular setup of using the Query
Wizard to do joins) that is giving an error, s…I extended DADE to create a plug-in for the Pervasive database engine.
Thank you. Is there an example of extending the TppDatabaseType? I'm using
a Pervasive database, and have had to extend DADE for it. But in trying a
few of the available database types, none seem to match up to what's needed
(th…That makes sense. Thank you for your help. I've changed my code to reflect
your suggested method of using the TdaSQLBuilder.
However, I've hit a new snag. I added the ShowMessage line to test what
might be causing the error…Sorry, Muck is the name of my company (Muck Inform?tica),
and the last name of the Owner, I think it?s a german surname.
But I will change.
I had post on the RAP, because this is occurs on the user designer in
RAP. But it…for j := i downto (i -14) do
lSQLBuilder.SearchCriteria.Remove(j-1);
This removes everything except the parenthesis.
-Rob
Nard Moseley (Digital Metaphors) wrote:
Well, I tried that and nothing seemed to happen...
Here is what I have:
The report itself is just 5 fields linked to GENLEDG, which is the
single query piepline. Fields are Acct, Sa…"Nico Cizik (Digital Metaphors)" wrote in
"Nico Cizik (Digital Metaphors)" wrote in
"Nico Cizik (Digital Metaphors)" wrote in
no problem...
I solved the problem.
In my RB release the method SetTabVisible isn't available (is not public)..
I used a command that I image is the same of that method :
ppDesigner1.Notebook.Pages[liPreviewTab]…thank you..
I used your suggestion...
but when the windows is openend, also if I checked durung debug, that the
value is false, I continue to see the tabpage visible however.
sorry for the mis-post; i'll post more detail in proper group.
sher
Then this would probalby not normally be posted under .RAP :-)
don't know how many records you have, or what events you have tied to the
tables (e.g. AfterScroll even may slow things down).
I don't have …Hi,
After testing some reports on the new version 10.09 from version 10.06 i
noticied some changes/problems in RAP (we code in RAP completely and pass
some parameters to our reports)
procedure GlobalOnCreate;…