J
|
Jane 10/20/2006 |
Hi, |
T
|
thesofa 10/20/2006 |
I think i got around this by having a list like this |
J
|
jgestiot author 10/20/2006 |
Hi, to save only indexes of the values use Lookup table option for the Lookup wizard on the "Edit as" settings dialog. For example, create new table with values and indexes of values and then use this table as Lookup table.
|
J
|
Jane 10/20/2006 |
There is no special support of ENUM types in the PHPRunner. ENUM field are treated as VARCHAR. |
J
|
jgestiot author 10/20/2006 |
I think i got around this by having a list like this 1 Apples 2 Oranges 3 Pears then the table shows as above in the drop list if you have the field that stores the selection as an integer, it only stores the integer part of the list entry whether this will work with multiple entries or not, i have not tested. HTH
|
T
|
thesofa 10/20/2006 |
if you set the list like thi |
J
|
jgestiot author 10/24/2006 |
if you set the list like thi 1 apples 2 pears 4 plums 8 banas you could add the intergers and store that value, this would llow bitwise searching later to find what is in the field?
|