Hi, While i executed my SKILL function as below: logFileName=getResultPath(cvId ISSDCONT_en ALL_en "_check.log") logFilePort = outfile(logFileName "w") printJobStart_checkSDCont(ISSDCONT_en logFilePort) close(logFilePort) winId=view(logFileName nil nil t) ;=============Main Function============= ;===================================== The first 5 lines of the code is used to prompt user the setting or the status of the checking function, while the main function is the checking function which might take 10 seconds or more. While the user is waiting the check to be complete, i would like to show the user the status of the checking function which is the first 5 lines of above code. The view function able to open the view file window, but unfortunately, the view file window did not update the contents of the file immediately. Rather, the view file window only update the contents of the file after the main function have been completed which is not what i wanted. Is there anyway to overcome this problem? Or are there any other function which is capable of doing this? Thanks, KS Chong
↧