add_list_element Problem
544191May 8 2008 — edited May 9 2008I made simple form for Departments table in hr schema .... and when I made the department_name column as a poplist it doesn't work correctly , even after I add this trigger "WHEN-NEW-ITEM-INSTANCE" on the item ( department_name ) :-
add_list_element('DEPARTMENT_NAME',1,:DEPARTMENTS.DEPARTMENT_NAME,:DEPARTMENTS.DEPARTMENT_NAME);
same problem happened.
so ..... what suppose to do until the column work correctly ?