Q&A

  • showmodal...
잘 되던게...



갑자기 form2.shomodal이 않되는 이유가 멀까요?...





form1이 OnActivate 되는 시점에서.... form2.showmodal하니깐...



[Error]main.pas[105]:Statement expected,but expression of type "integer" found 라는 에러 메세지가 아래에 뜨네요...ㅠㅠ









1  COMMENTS
  • Profile
    최용일 2001.07.14 07:36
    안녕하세요. 최용일입니다.



    이건 문법에러인데요... 컴파일도 안될텐데 ShowModal이 될리가 있습니까? 에러가



    난 줄 근처의 구문을 잘 살펴보세요...



    procedure TForm1.Button1Click(Sender: TObject);

    var

    a : Integer;

    begin

    (3 + 4);

    end;



    위와 같은 코딩에서 그런 에러가 납니다.



    ^^ 항상 즐코하세요...



    초보델피온... wrote:

    > 잘 되던게...

    >

    > 갑자기 form2.shomodal이 않되는 이유가 멀까요?...

    >

    >

    > form1이 OnActivate 되는 시점에서.... form2.showmodal하니깐...

    >

    > [Error]main.pas[105]:Statement expected,but expression of type "integer" found 라는 에러 메세지가 아래에 뜨네요...ㅠㅠ

    >

    >

    >

    >