Home RAP

ReportBuilderActions

edited April 2009 in RAP
Hi

When using RAP and creating a label with a event like this:

procedure Label2OnGetText(var Text: String);
begin
Text := TrimLeft(Rapport['roepnaam'] + ' ') +
TrimLeft(Rapport['voorvoegsels'] + ' ') + Rapport['achternaam'];
end;

It works fine the first time!

After redesigning the report, the result is empty!

The strange thing i see is that in the part of the designer wheer the data
is shown, i have more (after every opening of the designer more) actions

like:
Mod_ReportbuilderActions_
every tree item has a child called "Rapport" (dutch)
And when i click on these childs i see the fields

It looks like some connection is there between the code Rapport['roepnaam']
and the dataset created during runtime.
Rapport['roepnaam'] is empty when i use showmessage!

What is going on

Thanks for answering,

(using version 10.08)

Eric ten Westenend

Comments

  • edited April 2009
    I read this over a few times and do not understand what you are trying to
    say.

    RB 10.09 was the last produced release for RB 10.x. Please send your serial
    number and registration info to info@digital-metaphors.com and request
    download info. Try installing 10.09 and perform the same test.

    You can also try downloading a trial version of RB 11 and perform the same
    test.

    If the issue persists, please specify exact steps to reproduce or create a
    simple example project and send in zip format to
    support@digital-metaphors.com.

    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.