Home Server

Event error on RBServer

edited April 2004 in Server
Hello!

I have a report designer application in D5 and I use the
AutoSearchDialogCreate and OnAutoSearchDialogClose events on ppReport. I
created the Server application (like demo) and client (like demo too). When
I access reports created on ReportDesigner on D5, client applications raises
an exception of invalid property value of AutoSearchDialogCreate event. I
need these reports to works on D5 and over the net with Client-Server. How
to solve this error?

abra?os
Eli?ser
brasil

Comments

  • edited April 2004

    1. You are receiving the error, because the event-handler methods need to be
    published methods of the of the datamodule that contains the ReportVolume
    component.

    2. Keep in mind that for a Server application, the autosearch dialog it
    created and displayed on the client side. The ClientReport retrieves the
    autosearch fields from the server, displays the dialog and then sends the
    autosearchfield values to the server. Check out the autosearch related
    events for TrsClientReport.




    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com

    Best regards,

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