try<br> WinExecReturnValue := WinExec( PChar('hh ExamDB.Chm') ,sw_show);<br> {At Call WinExec() Function,the First ChanShu MUST be PChar,<br> so I Use PChar() to Turn SdiAppFullPath this string to PChar.}<br> except<br><br> end;