Hi,
after installing the new 1.1 release, I still have problems when I select a value from a field generated value list.
If I choose the item, its value is not copied into the field.
If I move back and forward, click out of the field 3/4 times, the value is accepted (most of the times).
The valuelist is a simple list of names, the backend is MySQL.
Hi Ricardo,
Is the field set to NON-editable?
(when using combo box , always set to non editable by default).
Did you check field properties length and type ? eg: varchar(10)
Riccardino,
what do you exactly use?
You have a combo box where a value list is attached to (related? whole table?) And in what kind of view is that combo box in? (ListView, RecordView or maybe a portal?)
jcompagner:
Riccardino,
what do you exactly use?
You have a combo box where a value list is attached to (related? whole table?) And in what kind of view is that combo box in? (ListView, RecordView or maybe a portal?)
Whole table, record view. It’s a value list that retrieves all the director’s names from the same table.
maarten:
Hi Ricardo,
Is the field set to NON-editable?
(when using combo box , always set to non editable by default).
Oops: I didn’t know. I’ll try immediately. It could be the answer…
But, why has the field to be set non editable?
maarten:
Did you check field properties length and type ? eg: varchar(10)
Text, 250 characters
Bye RicCardo ![Wink :wink:]()
Riccardino:
maarten:
Hi Ricardo,
Is the field set to NON-editable?
(when using combo box , always set to non editable by default).
Oops: I didn’t know. I’ll try immediately. It could be the answer…
Hi again, Marteen
setting the field non editable seems to remove the problem, but now I’m encountering a different one: how can I insert a new director in the list?
Thanks
The editable combo problem not setting the value is fixed in the next build after RC4 (please try it when it is out)
jcompagner:
The editable combo problem not setting the value is fixed in the next build after RC4 (please try it when it is out)
I’m having the same problem (RC5, build 257): the name disappears if I switch to another field using tab, if I press enter, the value seems to be stored, but it doesn’t appear on the field if formatted as a combo box.
Riccardino ,
i can’t reproduce this or i am doing something wrong..
i have a form in record view there i have 3 fields on
2 textfields and one combo,
this combo maps to a text column in the database.
I attached a custom value list of 3 text string (test1,test2,test3)
the combo is editable.
now i can tab in it and then select one of the list or type my own string and tab out of it.
jcompagner:
Riccardino ,
i can’t reproduce this or i am doing something wrong..
i have a form in record view there i have 3 fields on
2 textfields and one combo,
this combo maps to a text column in the database.
I attached a custom value list of 3 text string (test1,test2,test3)
the combo is editable.
now i can tab in it and then select one of the list or type my own string and tab out of it.
If I write something in the combo (entering a value that doesn’t belong to the valuelist), after tabbing out of the field, the text in the combo disappears.
This way, I can’t add new values to the field…
very strange that is what i tried to reproduce.
Can you send me an simple example solution which shows that?
jcompagner:
very strange that is what i tried to reproduce.
Can you send me an simple example solution which shows that?
Sure. It’s a very basic solution using a mysql table reached via internet.
We have found and fixed this behaviour, available after rc5