Oracle - Help with a data block and their items.

 
Vista:

Help with a data block and their items.

Publicado por kevin (3 intervenciones) el 12/02/2007 19:39:14
Hi,

I need to enable or disable current record property and item property
as well,
set_item_property(item_id,enabled,propert_false) then it disable
entire column value which I don't want.

For instance an employee has taken current month salary then it salary
column should be disabled while the other employees' salary column
should remain enabled to feed the amount.

thanks

Kevin.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Help with a data block and their items.

Publicado por Hector (127 intervenciones) el 15/02/2007 03:31:49
Kevin

Try writing your enable/disable code in the pre-record and when-new-record-instance triggers. This shouldbe the solution you're searching for.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:Help with a data block and their items.

Publicado por kevin (3 intervenciones) el 04/10/2007 23:38:10
Yes it works, sorry for the lateness.... but i have been working in other stuff. see ya!
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar