rbuser
Comments
-
Can't you reassign the ini path to where the application is located in the
oncreate event of the main form? The user should have write access there..
Designer1.inifilename := getfilepath(application.exename) + 'myDesign.ini';
<… -
I do not see this property on the component and it does not show up in a
search of the Rbuilder source code. We are running 5.53 of Rbuilder. Was
this added after this version?
Charles
-
In the Designer component in your end user application, you should be
able to change the IniStorageType property to Registry. You can then set
the IniStorageName property to signify the registry key where you want
these entries st… -
Demo is sent..please make a respond.
THX!
-
THX but with query that start with word "TRANSFORM" it doesn't work....or I
can not make it work. If you could make a small demo (with example from
Northwind dtabase taht come with office and some crosstab query that is used
there)....is sent...sorry
;-9
My company does develop Applications in Delphi. I am just not the
Developor. Sometimes I work with Report Builder in Support of our Users.
My choice of words i.e. "end user" were probably not appropriate.....sorry.
Hi!
This bring me somenice ideas for report. But I have a problem how to start
each detail record (grouped on master) from the first column. I have
attached RAFwhich is an example BAD behaviour ...
Is there any way to help me?
Hi Nico,
Thank you for your response. I'm an end user....not a real 'techie',
however with enough determination I usually figure things out.
I want the report to look like this:
Data Record 1 Data Record 2 …ok so you cant set it in the IDE, but can you set it in code?
which properties would I use? ppDPTeeChart1.Chart[0].DataSource or
ppDPTeeChart1.DataPipeline;
Now is clear....
THX!
Hi!
Is that the same for EURExplorer work? I.e. when .exe is fixed and on client
side user want to create one crosstab, is that possible to change?
If is, please how?
THX!
I know how to add add a series at run-time but my problem is that i want to
do this in the calc tab of the designer. (runtime). There i can't access
property's and method's of the chart component.
so my question is: How can i ma…Is Nard a female name?
Anyway I would like to kiss you, BeforePrint works fine!
After further testing...
Even in your IndexOfContents example, if you force the memo contents to
extend beyond the first page (I enlarged the font size) you will see
that the memo doesn't extend on the next pages..
For now we u…We made some testing and
the problem seems a matter of timing.
We set the TppMemo TOC contents in the AfterFirstPass event.
It seems it is too late.
If we change TppMemo contents by code in BeforeFirstPass then TppMemo
stre…Well I already set Stretched=True but
it seems that the TppMemo doesn't stretch over the first page
Well, sorry, let me be more precise....
The subreport in the group[0] footer band seem to work.....
But it doesn't trigger on the very very first group item
and it may be correct! (because the first group item doesn't have any <…I made several attempts but I still cannot achieve this..
Trying to explain
My structure is different from this example.
I have a unique report with 3 groups (0, 1, 2)
I need:
1) the header of group 0 always on a odd p…Sorry for continuing this thread, but I have still some problems...
Trying to add Odd(X) function to rap I see the tutorial and add the
following code (it is quite short so I write down here, hope you don't
mind).
It doesn't work. (unable to compile Odd program at runtime)
I don't see whe…Okay, got it working now.
However:
I find the options for the Crosstab somewhat limited.
I only can print one value ( in my example I would like to print and the
CustId and the CustName )
I would like to li…Btw. I think the problem is that I only can use
`1 to many` or `many to 1` joins.
Yes, but that would give me the totals of the two years. ( I might be
unclear about this )
But I want something in the style of
CustId. CustName Totals of year 1 Totals of year 2
Is this possibl…Guess I don't have any other choise than to dig into API documentation.
Thank you very much for your detailed answer.
MB.
P.S.:I was unable to use Report.OnPrintingComplete method. The RB just seems
to ignore the handler in…