Problem With Reprt Explorer ItemsOptions & FolderOptions
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
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
This discussion has been closed.
Comments
add 'ppRptExpCommon' to the uses clause.
HTH,
Chris Ueberall;
--
regards,
Chris Ueberall;
Shahine