alexcos
Posts: 8
|
| Posted: 11/29/2007, 12:37 AM |
|
Hello I stalled in a simple situation:
I have a editablegrid his form is called comunicaciones
Outside BeginRow I added a listbox where I select a value from another table in the database is called: comunicaciones.elegido.value
I added BeforeBuildUpdate the following custom code:
----
If comunicaciones.DataSource.r1box.value = True then
Comunicaciones.DataSource.r1.Value = comunicaciones.elegido.value
End if
----
My problem is that comunicaciones.elegido.value I do not return the value selected.
On the other hand if modify comunicaciones.elegido.value = "test" if I change comunicaciones.datasource.r1 to "test"
Thanks.
|
 |
 |
|