bumbaermail
23rd September 2010, 17:48
Hello Team,
I am writing the following code.
stpapi.put.field("tdpur1102s000", "tdpur101.orno", curr.orno)
stpapi.put.field("tdpur1102s000", "tdpur101.pono", str$(curr.pono))
stpapi.put.field("tdpur1102s000", "tdpur101.item", whina310.item)
stpapi.put.field("tdpur1102s000", "tdpur101.qoor", str$(whina310.oqan))
stpapi.put.field("tdpur1102s000", "tdpur101.cuqp", whina310.orun)
stpapi.put.field("tdpur1102s000", "tdpur101.ddat", str$(whina310.dldt))
stpapi.insert("tdpur1102s000", true, emsg)
if isspace(emsg) then
stpapi.end.session("tdpur1102s000")
return
but it is opening the text editior for the session "tdpur1102s000" with "emsg" conatins "No Text Present? Create, Duplicate, Select, Exit" (Question Code tttxt.tm01). I have checked and found that at the point "stpapi.insert" that text editor is getting opened. I have also executed the session "tdpur1102m000" manually, but it is saving data without opening text editor.
My question is
1. How to avoid Text Editor is getting opened
2. Why text editor is getting opened
Thanks in advance
Saikat
Can you please tell how to bypass
I am writing the following code.
stpapi.put.field("tdpur1102s000", "tdpur101.orno", curr.orno)
stpapi.put.field("tdpur1102s000", "tdpur101.pono", str$(curr.pono))
stpapi.put.field("tdpur1102s000", "tdpur101.item", whina310.item)
stpapi.put.field("tdpur1102s000", "tdpur101.qoor", str$(whina310.oqan))
stpapi.put.field("tdpur1102s000", "tdpur101.cuqp", whina310.orun)
stpapi.put.field("tdpur1102s000", "tdpur101.ddat", str$(whina310.dldt))
stpapi.insert("tdpur1102s000", true, emsg)
if isspace(emsg) then
stpapi.end.session("tdpur1102s000")
return
but it is opening the text editior for the session "tdpur1102s000" with "emsg" conatins "No Text Present? Create, Duplicate, Select, Exit" (Question Code tttxt.tm01). I have checked and found that at the point "stpapi.insert" that text editor is getting opened. I have also executed the session "tdpur1102m000" manually, but it is saving data without opening text editor.
My question is
1. How to avoid Text Editor is getting opened
2. Why text editor is getting opened
Thanks in advance
Saikat
Can you please tell how to bypass