kop_son
31st December 2008, 13:03
Dear friends

I have a table with empno, dept, deduction as index fields

and developed a maintainsession where i wants to allow user to keep the
dept field blank for employees on contract

How to do this

Pl. help

Regards
Kopson

Hitesh Shah
31st December 2008, 15:20
Write sample code like


field.dept:
before.input:
if emp_on_contract then | do real test to check if empno is on contract .
dept = ""
attr.input = false
endif

_Ralph_
2nd January 2009, 12:38
Check if the index fields are filled as mandatory.