본문 바로가기

Solution6

[Solution]MSSQL 테이블 변경 에러 (테이블을 다시 만들어야 하는 변경 내용 저장 사용 안 함) [Solution] MSSQL 테이블 변경 에러 테이블 컬럼 설정 변경 시ex) NOT NULL to Nullable 테이블 컬럼 수정 후 저장 시 아래와 같은 경고 팝업이 뜸 변경 내용을 저장할 수 없습니다. 변경 내용을 적용하려면다음 테이블을 삭제하고 다시 만들어야 합니다. 다시 만들 수 없는 테이블을 변경했거나 [테이블을 다시 만들어야 하는 변경 내용 저장 사용 안 함]옵션을 설정했습니다. Solution) 도구 > 옵션 > 디자이너(Designers) > 우측 아래 [테이블을 다시 만들어야 하는 변경 내용 저장 안 함] 체크 해제 2018. 10. 2.
[Dev Express]form 복사, 붙여넣기 안되는 현상 (cannot copy and paste in DevExpress) Dev Express Error (14.2버전에선 해결 방법 없음) form 디자인 작업시복사, 붙여넣기 되지않을 때가 있음. 버전 14.2의 경우복사할려는 폼에 layout control이 있을경우 붙여넣기 되지않는 현상 발생, 해당버전에선 해결되지 않은것으로 보임.....상위 버전에서 해결 되었다고 함. When you design form, Sometimes cannot copy and paste form to form. It is layout control form error.Even if you try to copy other control, you cannot paste it, if form has any layout control. ex) you need copy A form to B for.. 2018. 7. 31.
[etc] Cannot read property 'field' of undefined error Uncaught TypeError: Cannot read property 'field' of undefined위와 같은 에러가 뜨며 부트스트랩에 문제가 있다고함 부트스트랩 문제는 아니고.. 위와같이 table에thead의 th갯수와tbody의 tr갯수가 맞지 않아 생기는 현상. 위아래 태그 갯수를 맞춰주면 해결됨 if you got this error, tags count and tags count doesn't match.check your tags count. it should be same. 2017. 8. 8.
[JavaScript] $ Is not defined 에러 문제)디버깅 중 $ is not defined 에러 발생 이유)JQuery가 정상적으로 road되지 못하여 발생 해결방안)소스에 추가. Error)When you debugging, '$ is not defined' error comes up, Reason)the reason is JQuery cannot loaded normally. Solution)insert in source. 2017. 7. 24.