일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- Excel
- ㅗ기
- 데이터윈도우
- 파워빌더
- 이루나
- 엑셀 참조창
- Windows
- power builder
- svn
- mssql 로그축소
- RDP
- 엑셀 두개 창
- Shrink log
- 원격데스크톱
- 테이블 명세서
- 엑셀 여러 창
- 이클립스
- 엑셀 여러개 창 열기
- 카달로그뷰
- 로그파일 축소
- 엑셀 창모드
- 이루나전기
- 엑셀 2007 여러 개
- 엑셀 두개 창 열기
- MSSQL
- 파워빌더 팁
- 늑대와여우
- 로그축소
- 늑여탭
- 윈도우
- Today
- Total
목록Programming (44)
why don't do your best
1.jdk 설치 2.eclipse 설치 3.android sdk 설치
800 * 640 으로 만들고 싶다면 int value Value = PixelsToUnits(800, XPixelsToUnits!) messagebox(‘’,value) Value = PixelsToUnits(640, YPixelsToUnits!) messagebox(‘’,value)
정리하기도 귀찮음.. 그냥 소스에서 찾아서 처리…. graphicobject lgo_temp tab tab_ boolean lb_value = TRUE st_1.text = gf_ap_dbcol(st_1.text) lgo_temp = parent //첫번째에서 windows나 탭을찾으면 스탑 IF lgo_temp.Typeof() = Window! OR lgo_temp.Typeof() = Tab! THEN lb_value = FALSE DO WHILE lb_value lgo_temp = lgo_temp.GetParent() IF lgo_temp.Typeof() = Window! THEN lb_value = FALSE END IF IF lgo_temp.Typeof() = Tab! THEN lb_value =..
//엔터키를 탭키로 변환 If key=KeyEnter! Then Send(handle(this), 256, 9, long(tab!)) End If
dwobject ldwo ldwo = p_dw.object.__get_attribute(컬럼명,true) 요렇게 뽑아서 Itemchanged 이벤트나 dwo를 넘겨줘야 하는 상황에 대처하면 좋다.
IsDate(datevalue) 이지만 스트링으로 ‘2012.01.01’ 이런식으로 넘겨줘도 된다. 올바른 날자이면 TRUE 아니면 FALSE
1: w_model_window lw_ancestor 2: graphicobject lgo_temp 3: window lw_temp 4: ClassDefinition cdf_child, cdf_ancestor 5: 6: lgo_temp = Parent 7: 8: // 가장 밖에 있는 윈도우 오브젝트를 찾는다. 9: // Tab이 있는 경우 Parent는 Tab이 되므로 상위 윈도를 찾기 위해 루핑 10: DO WHILE lgo_temp.Typeof() window! 11: lgo_temp = lgo_temp.GetParent() 12: LOOP 13: lw_temp = lgo_temp 14: 15: // 현재 UserObject가 있는 윈도우의 ClassDefinition 속성을 가져온다. 16: cdf..
Pbm_bmgetcheck radio button or button is selected. Pbm_bmgetstate button-whether increases. Pbm_bmsetcheck wireless button or confirmation of the selected frame of selected state to state, and vice versa. Pbm_bmsetstate plus-or-no button. Pbm_bmchange change the button style, for example, to radio button or a combination box. Or radio button alerts (prefix: pbm_bn) Pbm_bnclicked the point of the..