Error-Cannot set DISPLAYED attribute of the current item DUMMY.VIEW
582033Jun 14 2007 — edited Jun 14 2007HI ALL,
Im my form, I have three BLOCKS
1) CTL(Manual Data Block)
2) DUMMY(Manual Data Block)
ITEMS 1) msg 2) <view> 3) <cancel> 4) <Exit>
3) Audit Trial Log(Database Data Block)
ITEMS All Database columns of a table Audit_Trial_Log
CANVASES 1) CANVAS3------Block CTL---window1
2) New_Entries---Blocks Dummy and Audit Trial Log--New_Entries
In CTL block I have button <VIEW>. On when-Button-Pressed trigger I am setting "VISIBLE' properties false for items of datablock AUDIT Trail LOG and also for item of datablock DUMMY excluding for <VIEW> and <Cancel> buttons.
when-Button-Pressed trigger of <View>, I have done reverse setting i.e. previously visible items to invisible and vice versa. Also I am executing query on Audit Trial Log block. But when I click <VIEW> I get the following error
FRM-41016: Cannot set DISPLAYED attribute of the current item DUMMY.VIEW Even execute query fails.
Please help me......