파워빌더 교안 15
본 자료는 3페이지 의 미리보기를 제공합니다. 이미지를 클릭하여 주세요.
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
해당 자료는 3페이지 까지만 미리보기를 제공합니다.
3페이지 이후부터 다운로드 후 확인할 수 있습니다.

목차

Opening Related MDI Sheets
What Is a Structure?
Using the Structure Painter
Creating a New Structure
Using Structures in Scripts
Assigning Values to Structures
Structure-to-Structure Assignment
Using Structures to Communicate Between windows
Summary

본문내용

W_EMPLOYEES의 datawindow event에서
s_empinfo lstr_empinfo
w_activities lw_activities
long ll_row
ll_row = dw_data.GetRow()
lstr_empinfo.emp_id = dw_data.Object.emp_id [ll_row]
lstr_empinfo.first_name = dw_data.Object.emp_fname [ll_row]
lstr_empinfo.last_name = dw_data.Object.emp_lname [ll_row]
OpenSheetWithParm(lw_activities,lstr_empinfo,w_frame,0,Original!)

W_ACTIVITIES의 event에서
//s_empinfo istr_empinfo
istr_empinfo = Message.PowerObjectParm

Structures are collections of related variables of any data type.
Structures are defined in the Structure painter.
Reference structure properties using dot notation.
The Message.PowerObjectParm property provides the structure to the window being opened with OpenSheetWithParm( ).
  • 가격1,300
  • 페이지수10페이지
  • 등록일2002.12.08
  • 저작시기2002.12
  • 파일형식파워포인트(ppt)
  • 자료번호#214807
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니