|
Relating DataWindows to Databases
Setting the Transaction Object for a DataWindow Object
Retrieving Data
Coding a Complete Retrieval Transaction
The DataWindow object is associated with a database through a transaction object using the SetTransObject( ) function.
The DataWindow control Retri
|
- 페이지 14페이지
- 가격 2,300원
- 등록일 2002.12.08
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Creating a DataWindow Object
1. Choose a presentation style
2. Choose a datasource
3. Describe the result set
4. Design the format for data presentation and validation
5. Use simultaneous preview during design, if desired
Data sources
Relational
Quick Select
SQL Select
Query
Stored Proced
|
- 페이지 46페이지
- 가격 3,300원
- 등록일 2002.12.08
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Summary
PowerBuilder provides:
Presentation styles
Options for colors, borders, fonts, and other characteristics for columns and for column headings
You use the DataWindow painter to design the user interface.
Summary
The DataWindow workspace is divided into bands:
Header
Detail
Summary
Fo
|
- 페이지 41페이지
- 가격 3,300원
- 등록일 2002.12.08
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Access one item by specifying row and column numbers
Format:
dwcontrol.object.data[startrownum, startcolnum]
dwcontrol.object.data [ startrownum, startcolnum, endrownum, endcolnum ]
Example:
long ll_emp_id
ll_emp_id = dw_emp.object.data[1,2]
Data retrieved using a DataWindow object is he
|
- 페이지 22페이지
- 가격 3,300원
- 등록일 2002.12.08
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Building a Window Interface to Display Data
What Is a DataWindow Control?
DataWindow Properties and Methods
Opening a Sheet in an MDI Frame
Data stored in database
Data can be processed on any of:
Database
Middle tier
ClientTo associate a DataWindow object with a DataWindow control:
|
- 페이지 16페이지
- 가격 2,300원
- 등록일 2002.12.08
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|