RB7 explorer form source
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
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
This discussion has been closed.
Comments
procedure trvFoldersClick(Sender: TObject);
has been changed into :
procedure trvFoldersChange(Sender: TObject; Node: TTreeNode);
hth,
Chris Ueberall;
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
can you tell me what demo project is using a custom explorer form, that
can't be compiled?
regards,
Chris Ueberall;
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
add in the implementation part the following :
uses
ppRptExpCommon;
(compiled fine after this change)
HTH,
Chris Ueberall;