I am courious as to why I can and cant see value list items. Here is my scenario:
I have a table orders and a table employees
In my employess table I have a department field (sales, technical, etc..)
I have a global field on my orders form that is filled with (sales, technical etc) via an onshow event.
I have a global relationship based value list that displays a list of all the employees names for a particular dept and returns their ID.
I have a integer field on my Orders table (Rep_ID), that this value list is attached to.
Everything works fine, when I select a name from the list, it populates the Rep_ID field with the correct employee ID, and displayes the name of the employee.
If I switch to design mode, then back, the employee ID is in the field , but the rep_ID field that has the value list attached, no longer shows the name. If I edit another filed on the form, it shows up.
I was just not sure if this is the expected behavior, or ignorance on my part.
Servoy Developer
Version R2 2.2rc3-build 321
Java version 1.4.2_04-b05 (Windows XP)
thanks,
Erich