Home End User

Problem With Reprt Explorer ItemsOptions & FolderOptions

edited October 2002 in End User
Hello All,

I am having the following problem after upgrading RB 6.03 to RB Enterprise 7
on Delphi-6

The following code worked fine in RB6.03

ppReportExplorer1.ItemOptions :=
[ioAllowDesign,ioAllowNew,ioAllowDelete,ioAllowRename,ioAllowMove];
ppReportExplorer1.FolderOptions := [foAllowNew,foAllowDelete,foAllowRename];

But now I am getting undeclared identifier for ioAllowDesign, ioAllowNew,
foAllowNew,

I have the unit "ppRptExp" in my Uses section so Where are the
TppItemOptions & TppFolderOptions declared?
How do I set the Items & Folder options of the Explorere?



Many Thanks

Shahine@Shahine.Freeserve.co.uk

Comments

  • edited October 2002
    Hi Shahine,

    add 'ppRptExpCommon' to the uses clause.

    HTH,
    Chris Ueberall;




    --
    regards,
    Chris Ueberall;
  • edited October 2002
    Thanks Chris

    Shahine

This discussion has been closed.