Sybase Powerbuilder 10.0 professional - 510-309무료 덤프문제 풀어보기
This return code when placed in a DataWindow control ItemError event will automatically put back the original value and allow the focus to change
정답: C
What does the following code sample reference:
dw_data.object.data.primary.current
dw_data.object.data.primary.current
정답: D
Which function or statement could be used to dynamically add a user defined Tab control to a window?
정답: C
What database statement(s) will be issued as a result of the Update in the following script (assume that the local variable rc is > 0 at all times):
long rc
rc = dw.Retrieve()
rc = dw.Find(-d=109 1, rc)
dw.SetItem(rc, alary dw.GetItemNumber(rc, alary * 1.07)
dw.SetItemStatus(rc, 0, New!)
dw.Update(false, false)
long rc
rc = dw.Retrieve()
rc = dw.Find(-d=109 1, rc)
dw.SetItem(rc, alary dw.GetItemNumber(rc, alary * 1.07)
dw.SetItemStatus(rc, 0, New!)
dw.Update(false, false)
정답: F
Considering the following lines of code and assuming all references are valid, which of the statements below are TRUE? (Choose 2) Tab_1.OpenTab(u_mytabpage, 1) Tab_1.OpenTab(u_mytabpage, 1)
정답: A,E
Which reference is NOT a valid return type for a method of a component deployed as a Web Service?
정답: D
You have the following user objects and methods defined n_foo
protected string isMyName
string of_hello()
n_bar (inherited from n_foo)
string of_goodbye()
Which of the following code fragments will compile and execute correctly? (Choose 2)
protected string isMyName
string of_hello()
n_bar (inherited from n_foo)
string of_goodbye()
Which of the following code fragments will compile and execute correctly? (Choose 2)
정답: B,C
Which of the following statements are TRUE when using the DYNAMIC keyword? (Choose 2)
정답: C,D