hi
a dropdown (idlivello2) in a form have a strange behaviour
i follow the example with json method
- no data source in dropdown
- autocomplete call the event livello2
the EVENT livello2 have
1) a read_data15 that have two module connected (primary is livello2 and configurazioni is the secondary)
the WHERE is this
idimbarcazione is an array data passed correctly to this form
infact i test using THE SAME read_data at the top of the form and it works
but i need autocomplete after pushing a character, then i need it in the event livello2.
For test: if i put a (correct) number
e.g. configurazioni.idimbarcazione=24
it works
i have a field that contain idimbarcazione and is regularly populated
it seems that idimbarcazione become empty if i call it in the event
someone can help me?
a dropdown (idlivello2) in a form have a strange behaviour
i follow the example with json method
- no data source in dropdown
- autocomplete call the event livello2
the EVENT livello2 have
1) a read_data15 that have two module connected (primary is livello2 and configurazioni is the secondary)
the WHERE is this
livello2.livello2/LIKE:%{data:idlivello2}%2) a custom code
configurazioni.idimbarcazione:{data:idimbarcazione}
{var/jsonen:read_data15}
idimbarcazione is an array data passed correctly to this form
infact i test using THE SAME read_data at the top of the form and it works
but i need autocomplete after pushing a character, then i need it in the event livello2.
For test: if i put a (correct) number
e.g. configurazioni.idimbarcazione=24
it works
i have a field that contain idimbarcazione and is regularly populated
it seems that idimbarcazione become empty if i call it in the event
someone can help me?