[ Nexacro Transaction시 모래시계처리]

 

☞ 추가내용
 

* Transaction시 마우스 커서를 모래시계로 변경되지 않도록 처리
   1. 정의 : Http통신중 마우스 커서를 Wati Cursor로 변경할지 여부를 저장하는 Property 이다.

   2. {
         http.UserWatiCursor=false;
         Transaction( ,,,, );
       }
       function callback(,,,){
           http.UseWaitCursor = true;
      }

 

Posted by 농부지기
,