Home RAP

Drag and Drop

edited February 2009 in RAP
Hello

ReportBuilder 11.02 Enterprise

A minor problem with the rap module. When you drag and drop from the code
tool box into a blank event the code that is generated is mixed up. This is
what you get:


Report.GetAutoSearchDescriptionLines(aLines)procedure ReportBeforePrint;
begin

end;


Rather than


procedure ReportBeforePrint;
begin
Report.GetAutoSearchDescriptionLines(aLines)
end;


Regards

Tim Murfitt

Comments

  • edited February 2009

    I researched this and it will be fixed for the next maintenance release. I
    notice the error only occurs when I drag-drop to an empty event-handler.

    In my testing if I create the event-handler first, the code is inserted
    where I drop it. (An event-handler can be created by either clicking in the
    code area with the mouse or by selecting the event node, pressing the right
    mouse button, and selecting New)

    Thanks for reporting this.

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

    Best regards,

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