Navin Tenani
16th January 2013, 08:01
Dear Gurus,
We are facing a strange problem in AFS. Instead of working in Background the Session Opens up in Front and we are stucked.
Its not with a particular session but is happening with All Sessions.
|****************************** form section **********************************
form.1:
init.form:
get.screen.defaults()
|****************************** choice section ********************************
choice.cont.process:
on.choice:
read.main.table()
|****************************** program section *********************************
before.program:
| hr =(( curr.time / 60)/60)
| tim = curr.time - hr * 60 * 60
| mn = tim / 60
| tim = lval(sprintf$("%@99@",hr) & sprintf$("%@99@",mn))
|****************************** function section ******************************
functions:
function read.main.table()
{
| stpapi.put.field("tfgld1101m000","tfgld101.btno",str$(1869))
stpapi.put.field("tdpur4101m000","tdpur040.orno","100022")
We are facing a strange problem in AFS. Instead of working in Background the Session Opens up in Front and we are stucked.
Its not with a particular session but is happening with All Sessions.
|****************************** form section **********************************
form.1:
init.form:
get.screen.defaults()
|****************************** choice section ********************************
choice.cont.process:
on.choice:
read.main.table()
|****************************** program section *********************************
before.program:
| hr =(( curr.time / 60)/60)
| tim = curr.time - hr * 60 * 60
| mn = tim / 60
| tim = lval(sprintf$("%@99@",hr) & sprintf$("%@99@",mn))
|****************************** function section ******************************
functions:
function read.main.table()
{
| stpapi.put.field("tfgld1101m000","tfgld101.btno",str$(1869))
stpapi.put.field("tdpur4101m000","tdpur040.orno","100022")