VishalMistry
19th January 2016, 13:33
Hi all,
following is my QKEY code. here i want to execute the if condition portion after "after.input" stardard event,
field.qana:
after.input:
_pobj_exe1("after.input.qana")
if prog.name$ = "tdsls0510m001" then
get.held.price()
| get.discount()
endif
|#pobj added by QKEY 3.72
_pobj_exe1("after.input.qana")
but however i try, the above last two lines get added after my if condition and I am not able to get rid of it. My ultimate goal is my if condition should get executed after standard after.input event so that I can do additional calculation, but somehow I am unable to do it.
Can anybody guide ?
Vishal
following is my QKEY code. here i want to execute the if condition portion after "after.input" stardard event,
field.qana:
after.input:
_pobj_exe1("after.input.qana")
if prog.name$ = "tdsls0510m001" then
get.held.price()
| get.discount()
endif
|#pobj added by QKEY 3.72
_pobj_exe1("after.input.qana")
but however i try, the above last two lines get added after my if condition and I am not able to get rid of it. My ultimate goal is my if condition should get executed after standard after.input event so that I can do additional calculation, but somehow I am unable to do it.
Can anybody guide ?
Vishal