|
primary buffer.
The DataWindow controls have associated functions and events.
You can use functions to access values in a buffer.
You can use DataWindow expressions to access a single column, blocks of data, selected data, or the entire buffer Primary DataWindow Buffer
DataWindow Functions
|
- 페이지 22페이지
- 가격 3,300원
- 등록일 2002.12.08
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Updating the Database
Transaction Management
Saving Data Before Closing a Window
Printing Reports Using DataWindows
Use Update( ) to save changes in a DataWindow control.
Update( ) generates SQL statements based on the contents of the primary, filter, and delete buffers.
You can control the
|
- 페이지 13페이지
- 가격 2,300원
- 등록일 2002.12.08
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
SetSort( ) defines the sorting criteria
Sort( ) performs the actual sorting
Formats:
dw_control.SetSort(sort_expression)
dw_control.Sort( )
Example:
string ls_Sequence
ls_Sequence = `dept_ID A, salary_amt D`
dw_list.SetSort(ls_Sequence)
dw_list Sort( )
At execution time, three DataWin
|
- 페이지 23페이지
- 가격 3,300원
- 등록일 2002.12.08
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|