컴파일은 성공적으로 되었는데 프로젝트 파일을 가지고 액션을 가하면 아래와 같은 에러메시지가 뜹니다. Project keea.exe raised exception class EconvertError with message ''20061107' is not a valid date' Process stopped. Usest...
황준동
•
2006.11.07 01:06
Runtime 에러로서 메시지 내용을 보면
20061107은 올바른 날짜형 데이터가 아니여서 변환하는 도중에...
Runtime 에러로서 메시지 내용을 보면
20061107은 올바른 날짜형 데이터가 아니여서 변환하는 도중에 에러가 발생했다...
이런 내용이니, 날짜를 변환하는 StrToDate 같은 함수를 사용하시면 그 부분을 점검해 보세요.
Project keea.exe raised exception class EconvertError with message ''20061107' is not a valid date' Process stopped.
Usestop Run to Continue