Hi Ciaran, Finally, I can get the value of icx_ticket from the funciton of "WebParseDataBoundEx" with the following line: WebParseDataBoundEx(gsIcxTicket, STRING_COMPLETE, "icx_ticket='.", 1, "'", WEB_FLAG_IGNORE_WHITE_SPACE | WEB_FLAG_INCLUDE_HEADER , 1); There is slight different from the syntax of the online manual because "' is appended in the variable name in the Url call. However, I have another issue of passing the icx_ticket into the record script. I found there are several lines that are required to use this variable: (1) OraFormsConnect( "sever module=..." (2) The variable of "icx_ticket" under dclform For (1), I found the string can be replaced when the OraFormsConnect is called in the script. However, I found this value cannot pass into (2), and I get following result in the "Compare your test" function: OA_HTML_RUNFORMS_JSP005 icx_ticket gsICXTicket resp_app SYSADMIN .. .. .. The Variable cannot be replaced but it shows the variable name in the TrueLog. When I follow the online help to put an empty string "" in icx_ticket, the value is empty in TrueLog and the form cannot load in replay as well. Do you have any idea how to pass the string into the above function? Thank you your help. Best Regards, Henry BTW, I am using the trial version to evaluate this tool for our project so I cannot create a ticket in the supporting service. Therefore I have asked many technical issue of silkperformer here. And your replies are very useful for me to look into the reason of failure.
↧