Non-database column in form populates wrong field [message #391114] |
Wed, 11 March 2009 01:42  |
Derek N
Messages: 80 Registered: September 2002
|
Member |
|
|
I have a multi row form based on a database table. One of the fields in the multi row form is a non database field. This field is populated by selecting an item from a list of values.
When I go into the form and press the lov button (eg. on row 10) and select an item, it populates the non database field but puts the value in row 1 of the form. If I go to row 15 and select an item from the lov it again puts the value into row 1.
However, when I click my mouse on one of the database fields on row 10 and then click the lov button, it puts the value selected into row 10.
There seems to be a problem identifying which row to put the value into when I do not click on any of the database fields first.
How do I overcome this as users are not prepared to first click on a database item and then press the lov button.
Thanks
|
|
|
|
|