G
Globalnet_renato
i am having a form with combo1 and textfield1.when i get event on
combo1(lostfocus-event) i must create a code that should query some table
based on selection in combo1 and then insert some result in textfield1.
example
when i lostfocus
query:select something from somewhere where something=combo1
then i should be able to get the desired field from that query as a variable
and do some math and insert the result into textfield1
thx
rene
combo1(lostfocus-event) i must create a code that should query some table
based on selection in combo1 and then insert some result in textfield1.
example
when i lostfocus
query:select something from somewhere where something=combo1
then i should be able to get the desired field from that query as a variable
and do some math and insert the result into textfield1
thx
rene