본문 바로가기

Nexacro4

Xplatform 콤보 박스에서 검색가능하도록 Misc. -> type 이 default 값이 dropdown인데dropdown -> filterlike 로 변경해주면콤보로도 조회가 되고 직접 입력해서 쳐서 찾을 수 있는 콤보박스가 됩니다 근데 왜 나는 안돼? input type, input mode 2025. 3. 17.
Nexacro17 appvariables.xml 파일 오류로 xprj 안 열림 ✅ appvariables.xml 파일 생성 방식프로젝트를 처음 만들면 자동 생성됨프로젝트 생성 시 기본적으로 appvariables.xml이 프로젝트 폴더에 포함됨.별도로 생성하지 않아도 자동으로 존재해야 정상적인 프로젝트 구조임. ✅ 해결 방법appvariables.xml 파일을 언더바를 넣어서 파일명을 아무렇게나 바꿔주고, 다시 xprj 파일을 불러오기하면 자동으로 만들어준다! 끝 2025. 3. 13.
넥사크로 그리드 셀 총정리 autofittype - col : 가로 스크롤 없이 전체 칼럼 표시 autosizingtype- 그리드 높이, 크기 자동 조절 그리드 내 열 숨기기this.gridA.setFormatColProperty(col index, "size", 0);ㅁ그리드 틀 고정 & 행 고정열로 고정this.gridA.setFormatColProperty(col index, "band", "left"); // 왼쪽 고정, right도 가능 행으로 고정this.gridA.setFixedRow(row index) 2025. 3. 13.
엑스플랫폼/넥사크로 filterstr를 like처럼 포함 여부 확인 방법 1. indexOfthis.Dataset00.filter("Column0.toString().indexOf('"+this.Edit00.value+"')>-1"); 출처 : https://www.playnexacro.com/#show:community:4490 2025. 2. 12.