rbuser
Comments
-
Thank you for the suggestions I'll try the subreport solution first if it
doesn't work out the way we like, I'll check on your other suggestion.
-
Nico Cizik (Digital Metaphors) wrote:
Ok, I took a quick look at the code. That llooks like the SaveToSource
method has the stuff I need, however it looks like a bit of work to
implment. I was hoping for something like a… -
Nico Cizik (Digital Metaphors) wrote:
Ok, I will do that. Thanks. Is it a question of just settting the
Template properties of the report component again? does the
OnCustomSavedoc set those to nil?
--
Da… -
Nico Cizik (Digital Metaphors) wrote:
I save the templates to the database on the Designer.onclose event, I
check the dataset for changecount and this works perfectly, but when I
add the following code to the CustomS… -
Nico Cizik (Digital Metaphors) wrote:
Is there anyw ay to add excetion handling or test for assignment in the
RAP routine so that the user could delete a component referenced in a
RAP routine without causing a problem with… -
first of all, tks.
but, i need to change some events in some band.
sample: i need to put some information in beforeprint on detailband.
tks again.
Rafael Escher Guarasemini
Brazil
-
Thanks Nico
that works perfectly
Regards,
Gillian
-
> You can access the subreport TTabset object using the TppDesigner.TabSet
Thanks Nico,
I'll give that a go.
Ken
-
> Is there a way that the end user designer of a report to give a
They can add text to any control and then set visible to false.
Ken
-
Nard
if i get this again ill send you the template.
cheers
Ian
-
So ive found a way.
If the the dataview gets corrupt. I created a simple Delphi project and put
a ppReport on a form. Recreated the Dataview, so that it shows the correct
master detail. SAVE the data view (Export) then open … -
Hi, I do it. But, on the first page, the variable on screeen shows empty.
when I print on Printer, its show rigth..
I create a property on ppengine and change TppEngine.GetPageNo and work fine
Thanks
-
Hi,
this is my example code. Whats wrong ?
procedure TForm1.Button1Click(Sender: TObject);
begin
ppReport1.Template.DatabaseSettings.Name := 'rbTestes';
ppReport1.Template.DatabaseSettings.NameField := 'rb_Name… -
i defined my events in Delphi.
Can you put a example here ?
tks
Rafael Escher Guarasemini
Brazil
-
Hi John.
The part (set Transparent to False) should be set to the component to which
is attached the field.
i.e.: if Table['Field1'] = 'C' then DBText1.Transparent := False;
NOTE: This code should be used on th… -
Thanks Nico.
-
Nico,
It fires but the new Help menu (most likely the one merged on the Calc tab)
does not update properly. I have a feeling the OnTabChanged event fires
before the main menu is merged.
Thanks.
-
Nico,
I'm still having issues with this. I implemented what you wrote and it
doesn't see it. I believe there is a merge menu going on after the
OnTabChanged event fires which prevents me from accessing the correct menu
i… -
Thanks Nico for the response. There's a problem though. Our help files are
in chm format - if I set the HelpFile, nothing displays. Now that I think
about it, we ran into this issue when we switched to chm. To resolve the
issue, I … -
It appears that changing the iniStorageType on ppDesigner only works at
runtime. If I double click on the ppReport component and enter the designer
that way, I get an exception in Windows Vista about not being able to save
the RBu… -
Thanks, Nico, for the work around.
-
Great thanks !!
Now I can display a preview of my report when my mouse is over the report
name!
With congratulations.
--- posted by geoForum on http://delphi… -
>Have you considered printing an archive report and saving that in your
First, thanks for your answer.
I never heard about any archive viewer in report builder.
Do you talk about one seen before printing a report or is a module… -
Have you considered printing an archive report and saving that in your
database, then using the archive viewer to display it?
-
With version 622 ?
-
Dear Nico,
Not work the event (any)
Franco.
-
yes. seems it is in my custom connectivity stuff.
Thanks Nico
-
Nico,
Maybe I was not clear in my Post.
1) I goto a report and hit the data Tab.
2) I hit the "Calcs" button
3) I select a field which is of type DateTime
4) I then change the Function column to type expression
5)… -
This occurs at runtime (did not check design time). As for the version
number, this is based on the about box of report builder with own test
program of end-user report - so it is definitely 10.0. We are also using
Delphi 6. (Some of … -
Sorry I have post my question in the wrong section.
I have to post it in Delphi > Components.
Sorry again.
--- posted by geoForum on http://delphi.newswhat…