Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

RB7 explorer form source

edited September 2002 in General
Hi there,

Im testing the demo version of RB7 Server Edition to determine the
following:

1) If an upgrade will allow us to stick to our current implementation.

2) Determine how to move to the Client / Server model.

Our current app makes use of a custom explorer form - it seems in RB7 this
form has changed somewhat and because there is no source in the demo, I am
unable to derive a new custom form.

Could a RB7 copy of ppExpFrm.pas be emailed to me so that I can derive a new
custom explorer form and continue with my evaluation?


Many thanks in advance.

Ben Van Rensburg

Comments

  • edited September 2002
    Hi Ben,

    procedure trvFoldersClick(Sender: TObject);

    has been changed into :

    procedure trvFoldersChange(Sender: TObject; Node: TTreeNode);

    hth,
    Chris Ueberall;

  • edited September 2002
    Hi Chris,

    Ive got bigger problems than that. . .

    All the ItemActions, ItemOptions are undeclared - even when i try and
    compile the demo app that ships with RB7 which uses custom explorer form.

    Cheers,
    Ben


  • edited September 2002
    Ben,

    can you tell me what demo project is using a custom explorer form, that
    can't be compiled?

    regards,
    Chris Ueberall;

  • edited September 2002
    Hi Chris,

    C:\Program Files\Borland\Delphi6\RBuilder\Tutorials\Complete\II.
    Applications\04. End-User with Custom Explorer

    Im not sure if its just because its a tutorial, but it looks complete to me
    and should compile.....

    Cheers,
    Ben


  • edited September 2002
    Ben,

    add in the implementation part the following :

    uses
    ppRptExpCommon;

    (compiled fine after this change)

    HTH,
    Chris Ueberall;

This discussion has been closed.