erphui
28th November 2005, 11:43
I want to let one filed input is visible, after.input let it invisible.
input first time ,all logic is ok
but input secondary. show the message as follw,
who can help me. thanks
Program as follow!
field.routing:
before.input:
inputfield.visible("routing")
after.input:
routing = ""
if not is.field.invisible("routing") then
inputfield.invisible("routing")
endif
input first time ,all logic is ok
but input secondary. show the message as follw,
who can help me. thanks
Program as follow!
field.routing:
before.input:
inputfield.visible("routing")
after.input:
routing = ""
if not is.field.invisible("routing") then
inputfield.invisible("routing")
endif