팩토리 » Api
  
xplussetdownloadcompletemsgshow
  
Description
전용브라우저에서 파일 다운로드 완료시 메시지 표시 여부를 지정하는 API입니다.
  
  
Parameters
  
    
      | Parameters | 
      Type | 
      Description | 
    
  
  
        
    
        | nDownloadCompleteMsgShow | 
        short | 
 	파일 다운로드 완료시 메시지 표시 여부(*Remark 참조) | 
      
  
  
Return Value
  
    
      | Type | 
      Description | 
    
  
  
    
      | BOOL | 
      정상처리 여부 | 
    
  
Remark
**nDownloadCompleteMsgShow 파라미터
0 : DOWNLOAD_COMPLETE_MSG 출력 안함
1 : DOWNLOAD_COMPLETE_MSG 출력
2 : 전용브라우저에 설정한 기본값으로 복원(환경파일 DOWNLOAD_COMPLETE_MSG_SHOW 값 기준)
  
 
  
Example
function btn_test_on_mouseup(objInst)
{
	// 파일 다운로드 완료시 메시지 표시
	factory.xplussetdownloadcompletemsgshow(1);
}
  
See Also
xplussetopendownloadfile
xplussetdownloadcompletemsg
  
Viewer Ver.
9.1.1.1
  
Update Date
 20230221