본문 바로가기

프로그래밍/DB/파워빌더60

파워빌더 11.5.1 EBF 18585(4897) Product Name: PowerBuilder Platform: Windows x86 Release Version: 11.5.1 Release Description: EBF 18585: 11.5.1 (4897) Release Date: 18 Jan 2011 Releases for UNIX platforms are typically compressed using GNU Tar format (.tgz). To uncompress you need the GNU Tar utility. If you encounter problems downloading files with Internet Explorer or uncompressing files that are GNU Tar format (.tgz), pleas.. 2011. 1. 30.
PopMenu(팝업메뉴)나 PopWindow(팝업윈도우)에 DW 전달시.. 윈도우의 경우는 OPENWITHWINDOW를 통해서 전달하기 쉽고 또 스트럭쳐 등으로도 전달이 가능하다. POPMENU의 경우는 따로 인수 전달 방법이 없으므로 팝업되는 메뉴내에 펑션을 이용하여 전달이 가능하다 팝업메뉴에 인스턴스 변수로 데이터윈도우를 선언 해주고 m_right_click menu menu = CREATE m_right_click menu.mf_setdatawindow(This) menu.menu_01.PopMenu(w_main.PointerX(), w_main.PointerY()) 이런식으로 처리해준다. 메뉴의 mf_setdatawindow로 받은 데이터윈도우를 인스턴스 데이터운도우에 넣어주고, 팝업에서 오픈시 OPENWITHPARM으로 오픈 처리 해준다. 2011. 1. 22.
[파워빌더] 로또 번호 추출기 역시 알바 비스무리 하게 작업 한 프로그램 로또 번호를 어떤 법칙에 의한 필터링.. 시스템에 부하가 상당히 많이 간다. ㄷㄷㄷ.. 2011. 1. 3.
[파워빌더] 마약 및 향정 관리 프로그램 최근에 알바 비슷하게 작업 해주고 있는 것들 중 하나.. 의약품 중 마약 및 향정신성의약품 등의 재고 관리를 위한 프로그램 무단 펌을 금지 합니다. !! 2011. 1. 3.
파워빌더의 메모리 반환 문제.. 파워빌더만의 문제인지.. 다른 프로그램 언어들도 그런지는 모르겠지만.. 비주얼 오브젝트(dw)의 경우 100만건을 조회 하면 메모리를 600메가적도 잡아 먹는데 리셋후 재조회 하면 600메가에서 또다시메모리가 계속 해서 늘어난다.. 왜 환원이 안되는것일까?! 조금이라도 메모리를 반환 시켜보려고 애써보니 dw_1.DataObject를 다시 지정해주니 300메가정도는 반환 하는것 같다. 위의 내용은 윈도우 하나만 가지고 실했을 때의 문제로.. 탭이나 MDI 환경에서 닫으면 아마도 모두 환원 되리라 생각 된다. 파워빌더 뿐만아니라 다른 프로그램도 아마도.. 그러리라 생각된다. 일단은 나중을 위해 포스팅~ 2010. 12. 12.
InsertRow로 빈칸 넣을 때 속도 Int i FOR i = 1 TO 5000 YIELD() dw_1.InsertRow(0) NEXT 하나 넣을떄마다 화면이 변경되어 느려진다 Int i dw_1.SetReDraw(FALSE) FOR i = 1 TO 5000 YIELD() dw_1.InsertRow(0) NEXT dw_1.SetReDraw(TRUE) 5000개를 인서트 한담에 한번 화면변경한다 이쪽이 휠씬 빠르지 않겠는가?! 2010. 12. 6.
ClassDefinition 관련 클릭이벤트에 아래와 같이 기술했다면 ClassDefinition cdf cdf = Parent.classdefinition // This.classdefinition로 하면 부모윈도우명 + "'" + 현재 버튼의 컨트롤명을 가져온다 MessageBox("1", String(cdf.name)) // 윈도우명을 가져온다. 2010. 12. 6.
파워빌더 11.5.1 EBF 18391: 11.5.1 (4843) Product Name: PowerBuilder Platform: Windows x86 Release Version: 11.5.1 Release Description: EBF 18391: 11.5.1 (4843) Release Date: 02 Nov 2010 Releases for UNIX platforms are typically compressed using GNU Tar format (.tgz). To uncompress you need the GNU Tar utility. If you encounter problems downloading files with Internet Explorer or uncompressing files that are GNU Tar format (.tgz), pleas.. 2010. 11. 30.
[파워빌더] DW에서 Prompt 체크시 또 컴포지트나 Report 추가했을 경우 Criteria탭 관련 DW에 에 보면 위와 같은 항목들이 있는데 Prompt에 체크 박스 하면 Retrieve시 사용자에게 직접 값을 넣어줄수 있도록 창이 뜬다. 또 컴포지트나 dw에 레포트를 추가했을 경우에 위와 같은 탭이 있는데 이것도 마찬가지로 조건을 주면 조건에 맞는 데이터만 도출된다. Criteria 설명 : http://blog.naver.com/ok_yoonbari?Redirect=Log&logNo=150080935355 2010. 11. 23.
파워빌더 데이터윈도우 웹서비스(WDSL) 지원 관련 데이터윈도우에서 웹서비스(WDSL로 테스트) 를 바로 호출 할 수 있으나 다중컬럼 다중로우 지원은 아직 제대로 되지 않는것 같다.( dataset 등 ) 자료를 찾아보니 리스트형 배열로 받아 올 수 있다고 되어 있는것 같은데 C#이 익숙치 않아서인지 제대로 되지 않았다. 언젠가 .Net의 DataSet자료형을 지원해준다고 되어 있는거 보니 언젠간 지원 해 주겠지.. ㅠㅠ.. 이쪽계열로 익숙치 않아서 뻘짓한거 같지만 혹시나 나중에 헤메지 않도록 적어둔다! 2010. 11. 6.
파워빌더 12.1 메인터런스 Product Name: PowerBuilder Platform: Windows x86 Release Version: 12.1 Release Description: 12.1 Maintenance Release Date: 21 Sep 2010 Releases for UNIX platforms are typically compressed using GNU Tar format (.tgz). To uncompress you need the GNU Tar utility. If you encounter problems downloading files with Internet Explorer or uncompressing files that are GNU Tar format (.tgz), please read the.. 2010. 9. 26.
파워빌더 11.2 메인터런스 EBF 18211: 11.2 (9097) Product Name: PowerBuilder Platform: Windows x86 Release Version: 11.2 Release Description: EBF 18211: 11.2 (9097) Release Date: 26 Aug 2010 Releases for UNIX platforms are typically compressed using GNU Tar format (.tgz). To uncompress you need the GNU Tar utility. If you encounter problems downloading files with Internet Explorer or uncompressing files that are GNU Tar format (.tgz), please re.. 2010. 9. 7.
파워빌더 11.5 메인터런스 EBF 18184: 11.5.1 (4788) Product Name: PowerBuilder Platform: Windows x86 Release Version: 11.5.1 Release Description: EBF 18184: 11.5.1 (4788) Release Date: 28 Jul 2010 Releases for UNIX platforms are typically compressed using GNU Tar format (.tgz). To uncompress you need the GNU Tar utility. If you encounter problems downloading files with Internet Explorer or uncompressing files that are GNU Tar format (.tgz), pleas.. 2010. 8. 8.
파워빌더 12.0 메인터런스 EBF 17998: 12.0 (6107) Product Name: PowerBuilder Platform: Windows x86 Release Version: 12.0 Release Description: EBF 17998: 12.0 (6107) Release Date: 08 Jun 2010 Releases for UNIX platforms are typicallycompressed using GNU Tar format (.tgz). To uncompress you need the GNU Tar utility.If you encounter problems downloading files with Internet Explorer or uncompressingfiles that are GNU Tar format (.tgz), please read .. 2010. 8. 8.
[파워빌더] DB connect시 Unable to load the requested Database interface 출처 : http://guisin.net/52 [오류] Unable to load the requested Database interface PowerBuilder 2009/03/19 15:22 OS : Microsoft Windows Vista Enterprise x86, Microsoft WindowsWindows XP SP3 PB : Sybase PowerBuilder 7,8,9,10 DB : Microsoft SQLSQL 2000, 2005 Error Message : Unable to load thethe requested Database interface. Please make sure that both the interface andand client software are properly .. 2010. 7. 22.
파워빌더 11.5.1 메인터런스 EBF 17918: 11.5.1(4740) Product Name: PowerBuilder Platform: Windows x86 Release Version: 11.5.1 Release Description: EBF 17918: 11.5.1 (4740) Release Date: 11 May 2010 Releases for UNIX platforms are typically compressed using GNU Tar format (.tgz). To uncompress you need the GNU Tar utility. If you encounter problems downloading files with Internet Explorer or uncompressing files that are GNU Tar format (.tgz), pleas.. 2010. 5. 18.
파워빌더12 버전패치 EBF 17870: 12.0 (5530) Product Name: PowerBuilder Platform: Windows x86 Release Version: 12.0 Release Description: EBF 17870: 12.0 (5530) Release Date: 29 Apr 2010 Releases for UNIX platforms are typically compressed using GNU Tar format (.tgz). To uncompress you need the GNU Tar utility. If you encounter problems downloading files with Internet Explorer or uncompressing files that are GNU Tar format (.tgz), please re.. 2010. 5. 4.
파워빌더12 정식발매(PowerBuilder 12 Official Release) 언제 정식으로 나왔는지 모르겠지만 4월 말 정도인거 같네요.. 파워빌더 12버전에서는 많은 부분이 바뀌었는데요.. 특히 닷넷의 더 많은 부분을 지원하게 되었습니다. 클래식과 .Net 개발 인터페이스가 나누어져 있고요. WPF의 지원 등등 한번 시험판을 사용해보시길 권합니다. Check out PowerBuilder 12 online: PowerBuilder 12 Product Page: http://www.sybase.com/products/modelingdevelopment/powerbuilder?htab=Discover&vtab=PowerBuilder%2012 Press Release: http://www.sybase.com/detail?id=1069324&contentOnly=true PowerBu.. 2010. 5. 4.
입출고 재고관리 동영상~ 2010. 5. 3.
[파워빌더] 윈도우 펑션 복사하기 및 pbl이 다를 경우 윈도우펑션 호출 w_test02 w_test w_test = CREATE w_test02 w_test.wf_test() 이런식으로 해보시길 바랍니다. 이코드를 실행하는 윈도우가 test.pbl에 있다면 호출되는 윈도우는 w_test02는 test02.pbl에 있다고 가정합니다. CREATE를 통하여 호출이 가능함을 테스트해보았습니다. 2010. 4. 20.
[파워빌더] 중복 실행 방지 API 관련 http://danbis.net/7959 블로그 글 참고 할 것 2010. 3. 21.
재고관리 프로그램 커스터 마이징 어떤 기업이든 기업마다 조금씩 업무 프로세서가 다르기 마련. 패키지보다 비용이 많이 드는 이유는 어떻게 보면 당연하다. 그 회사에서 요청하는 그 회사에 맞는 프로그램으로 만들어 주기 때문이다. 아래의 프로그램도 아직 미완성이지만 어느정도 프레임웍이 완성되어 있으니 어떤 기업에든 맞추어서 개발 할 수 있다. 미래를 위한 프로그램 리포팅 입니다. 업무 프로세스는 그때 그때 흔적을 남겨 놓아야 나중에 혼선이 없더군요. 아직 출고, 반품, 재고 및 레포트, 상세조회 등등 추가 할 것이 많이 남아 있지만 중간 점검 차 남겨 봅니다.이 후 상업용으로 사용 하기 위한 프로토 타입 입니다. PBGUI 이외의 경우는 저작권이 있으니 마음대로 퍼가지 말아주시기 바랍니다. 사용자 등록을 하는 화면 입니다. 아직 로그인 화면.. 2010. 3. 16.
파워빌더로 만드는 입고관리 출고관리 재고관리 프로그램( 의류업체 등) 미래를 위한 프로그램 리포팅 입니다. 업무 프로세스는 그때 그때 흔적을 남겨 놓아야 나중에 혼선이 없더군요. 아직 출고, 반품, 재고 및 레포트, 상세조회 등등 추가 할 것이 많이 남아 있지만 중간 점검 차 남겨 봅니다.이 후 상업용으로 사용 하기 위한 프로토 타입 입니다. PBGUI 이외의 경우는 저작권이 있으니 마음대로 퍼가지 말아주시기 바랍니다. 사용자 등록을 하는 화면 입니다. 아직 로그인 화면은 없지만 나중을 위해 미리 만들어 놓은 화면. 기본적인 트랜잭션은 작동되도록 만들고 있으므로 MDB 이외에 오라클, MSSQL 등에서 다수의 유저가 사용 가능. 거래처를 등록 하는 화면 입니다. 일반적인 기업에서 거래처 등록 하는 화면과 특별히 다른 점은 없습니다. 나중에 세금계산서 부가가치세 신고 등으로.. 2010. 3. 14.
파워빌더 11.2 메인터런스 EBF 17571: 11.2(8949) Product Name: PowerBuilder Platform: Windows x86 Release Version: 11.2 Release Description: EBF 17571: 11.2 (8949) Release Date: 13 Jan 2010 Releases for UNIX platforms are typically compressed using GNU Tar format (.tgz). To uncompress you need the GNU Tar utility. If you encounter problems downloading files with Internet Explorer or uncompressing files that are GNU Tar format (.tgz), please re.. 2010. 2. 8.