hide lov column
389874Jun 24 2003 — edited Jun 24 2003i have a lov with 2 columns. id and name.
i return the values of both columns to objects as soon as the user chooses a row of this lov.
but i don't want that the user can see the 'id' column in the lov. this is only the primary key, the return object of 'id' is a field of another table with foreign key to this 'id'.
how can i hide a lov column without loosing the information?
thanx a lot.