|
- lr_rendezvous("流量查询");
- lr_start_transaction("IntoLiuQuery");
- lr_think_time(43);
- web_reg_find("Text=流量趋势图",
- "SaveCount=Exp_Count",
- LAST);
- web_submit_data("findCusTrafficHourTrend.a_2",
- "Action=http://192.168.42.85:8090/portalb2c/report/hourtrend/findCusTrafficHourTrend.a",
- "Method=POST",
- "RecContentType=text/html",
- "Referer=http://192.168.42.85:8090/portalb2c/report/hourtrend/findCusTrafficHourTrend.a",
- "Snapshot=t14.inf",
- "Mode=HTML",
- ITEMDATA,
- "Name=flag", "Value=1", ENDITEM,
- "Name=cusId", "Value=485", ENDITEM,
- "Name=fluxTrend.startTime", "Value=2011-04-23", ENDITEM,
- "Name=fluxTrend.endTime", "Value=2011-04-24", ENDITEM,
- "Name=fluxTrend.srvId", "Value=255", ENDITEM,
- "Name=fluxTrend.appId", "Value=-1", ENDITEM,
- "Name=fluxTrend.fluxDire", "Value=0", ENDITEM,
- EXTRARES,
- "Url=/portalb2c/js/report/MSLine.swf", ENDITEM,
- LAST);
- web_url("My97DatePicker.htm_5",
- "URL=http://192.168.42.85:8090/portalb2c/js/form/datepicker/My97DatePicker.htm",
- "Resource=0",
- "RecContentType=text/html",
- "Referer=http://192.168.42.85:8090/portalb2c/report/hourtrend/findCusTrafficHourTrend.a",
- "Snapshot=t15.inf",
- "Mode=HTML",
- LAST);
- lr_end_transaction("IntoLiuQuery",LR_AUTO);
- if (atoi(lr_string("{Exp_Count}"))>0) {
- lr_output_message("报表查询成功!");
- }
- else {
- lr_error_message("报表查询失败!");
- }
复制代码 代码如上,想请教:如果这个事务是以PASS状态结束的,那我后面还会打印出error那条信息吗? |
|