Q&A

  • ShellExecute 에러메세지
procedure TfrmLogin.UserLogin;

var

exepath: pchar;

begin

exepath:='c:외식업포스backup최신';

shellexecute(handle,'open','sale.exe',NIL,exepath,sw_show);

end;



위와 같이 작성했는데 "InCompatible types: 'integer' and 'DBICur'"이라는 메세지만 내보내는 군요. 어디가 잘못되어 있는걸까요?

1  COMMENTS
  • Profile
    유시니 1999.08.12 04:37
    박성훈 께서 말씀하시기를...

    > procedure TfrmLogin.UserLogin;

    > var

    > exepath: pchar;

    > begin

    > exepath:='c:외식업포스backup최신';

    > shellexecute(handle,'open','sale.exe',NIL,exepath,sw_show);

    > end;

    >

    > 위와 같이 작성했는데 "InCompatible types: 'integer' and 'DBICur'"이라는 메세지만 내보내는 군요. 어디가 잘못되어 있는걸까요?



    제가 한번 똑같이 만들어봤는데 에러없이 잘 실행 되는데요.

    코딩에는 문제가 없고 외부적인 쪽을 한번 살펴보세요..