510-309 試験問題を無料オンラインアクセス
| 試験コード: | 510-309 |
| 試験名称: | Powerbuilder 10.0 professional exam |
| 認定資格: | Sybase |
| 無料問題数: | 120 |
| 更新日: | 2026-09-17 |
Which of the following DataWindow presentation styles will allow the user to create a Group?
(Choose 3)
After the following script is executed, what is the integer value of the variable urrentRow?
int currentRow = 0;
dw_1.SelectRow(99, FALSE)
dw_1.ScrollToRow(20)
dw_1.SelectRow(21, TRUE)
dw_1.ReSelectRow(5)
currentRow = dw_1.GetRow()
Which libraries need to be deployed with every PowerBuilder 10 application, regardless of functionality? (Choose 3)
Set the contents of the following HTML DataWindow column property to add JavaScript to the HTML generated for a column.