网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
nancy used a rich text field on a form to capture data. she would like to display the data in a view. which of the following should she do?()
A
use @texttorichtext
B
use a richtext title field
C
use the @text(fieldname) in the column formula
D
nothing rich text display in the views
参考答案
参考解析
解析:
暂无解析
更多 “单选题nancy used a rich text field on a form to capture data. she would like to display the data in a view. which of the following should she do?()A use @texttorichtextB use a richtext title fieldC use the @text(fieldname) in the column formulaD nothing rich text display in the views” 相关考题
考题
It was said that Nancy was going to marry a rich man, but she () it.
A.confessB.deniedC.marriedD.engaged
考题
如果想在运行表单时,向Text2中输入字符,回显字符显示的是“*”号,则可以在 Form1的Init 事件中加入语句A.FORM. 1.TEXT2.PASSWORDCHAR="*"B.FORM1.TEXT2.PASSWORD="*"C.THISFORM.TEXT2.PASSWORD="*"D.THISFORM.TEXT2.PASSWORDCHAR="*"
考题
Nancy was so shy that she looked( )when she was standing before the audience.A. frighteningB. embarrassedC. confusedD. discouraged
考题
如下图所示,只执行下列程序后,有Text1.Text=Text1,文本框不能出现“*****”的程序是______。A.Private Sub form_ Load() Text1. Text="*****"End SubB.Private Sub form_ Load() Text1. PasswordChar=“*”End SubC.Private Sub form_ Load() Text1. Visible="*****" End SubD.Private Sub form. Load() Text1. Text= String(5,"*")End Sub
考题
Click the Exhibit button.Given the configuration shown in the exhibit, which configuration object would be used to associate both Nancy andWalter with firewall user authentication within a security policy?()A. ftp-groupB. ftp-usersC. firewall-userD. nancy and walter
考题
Yuri created a formula for a button. The code is supposed to set the value of an existing field called title. He used the following formula: title:= @propercase (title); after the foumula runs ,the title field is null. Why? ()A、the value of one field cannot be set from the value in another field B、the text string in the formula is set to null. Thus notes cannot validate the formula C、when setting the value of a field , the formula must be in the field‟s input validation event D、the formula does not specify that title is an existing field. Thus it is interpreted as a temporary variable
考题
which one of the following should maria do to display the release date in a text column?()A、used the number and time format options B、used the @date to text functions to convert time to text C、concatenated the date types using mathematical operators D、used the @text functions to convert time and number data to text in text columns
考题
如果想在运行表单Form1时,往Text2中输入字符,回显字符显示的是“*”,则可以在Form1的Init事件中加入语句()A、FORM1.TEXT2.PASSWORDCHAR="*"B、FORM1.TEXT2.PASSWORD="*"C、THISFORM.TEXT2.PASSWORD="*"D、THISFORM.TEXT2.PASSWORDCHAR="*"
考题
when robert created a response form. he set the "formulas inherit values from selected document" option on the form properties, the field name on the review form is the same as the field name on the inheriting form, however the form does not inherit any data ,why ?()A、he failed to specify the form type B、the inheriting form is not a response form C、he specified the same field names on both forms D、he failed to provide inheritance formulas for each field
考题
when eduar tried open the coming attractions view. he got the following error message: incorrect data type for operator or @function: text expected. What did he do to cause this to happen?()A、entered text in a number fieldB、neglected to place a formula in a validation eventC、neglected to place a formula in a translation eventD、combined a text field and a time field in formula
考题
jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()A、 the address field is computed B、 jim should have used a text popup C、 jim stored the field hint in the database D、 field hint only display when the user has not clicked in the field (field hint)
考题
What is the User Interface (UI) feature called that allows a form field’s text to be automatically filled in?()A、Auto completionB、Auto InsertC、Field ValidationD、Type Ahead
考题
which one of the following accurately describes field names?()A、they must be unique in a database B、they can only be used once in a view C、they can only used once on each form D、they can be used mulriple times on a form
考题
In form-based authentication, what must be included in the HTML returned from the URL specified by the element?()A、 a base-64 encoded user name and passwordB、 a form that POSTs to the j_security_check URLC、 an applet that requests the user name and password from the userD、 a hidden field that supplies the login-constraint used by the application
考题
You are building two forms. Each form has a button and a non-base table field. When the button is pressed, a complicated calculation is executed. The calculation is the same for both forms. The calculation code does not query or change the data in the database. When the calculation completes, it returns a single value to the non-base table field. To optimize performance and maintainability, which PL/SQL structure should be used? ()A、A trigger in each form. B、A subprogram in each form. C、A stored subprogram in the database. D、A subprogram in a library that is attached to each form.
考题
You create a Web Form. The Web Form allows users to calculate values and display the results in a label named lblResults. You need to capture all unhandled exceptions on the Web Form through the Error event. The Error event must capture each unhandled exception and display it on the Web Form. Which code segment should you use? ()A、Protected Sub Page_Error(ByVal sender As Object, _ ByVal e As System.EventArgs) Handles Me.Error lblResults.Text = e.ToString() e = NothingEnd SubB、Protected Sub Page_Error(ByVal sender As Object, _ ByVal e As System.EventArgs) Handles Me.Error lblResults.Text = Server.GetLastError().ToString() Server.ClearError()End SubC、Protected Sub Page_Error(ByVal sender As Object, _ ByVal e As System.EventArgs) Handles Me.Error Response.Write(e.ToString()) e = NothingEnd SubD、Protected Sub Page_Error(ByVal sender As Object, _ ByVal e As System.EventArgs) Handles Me.Error Response.Write(Server.GetLastError().ToString()) Server.ClearError()End Sub
考题
单选题What is the User Interface (UI) feature called that allows a form field’s text to be automatically filled in?()A
Auto completionB
Auto InsertC
Field ValidationD
Type Ahead
考题
单选题which one of the following accurately describes field names?()A
they must be unique in a database B
they can only be used once in a view C
they can only used once on each form D
they can be used mulriple times on a form
考题
单选题jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()A
the address field is computed B
jim should have used a text popup C
jim stored the field hint in the database D
field hint only display when the user has not clicked in the field (field hint)
考题
单选题when robert created a response form. he set the "formulas inherit values from selected document" option on the form properties, the field name on the review form is the same as the field name on the inheriting form, however the form does not inherit any data ,why ?()A
he failed to specify the form type B
the inheriting form is not a response form C
he specified the same field names on both forms D
he failed to provide inheritance formulas for each field
考题
单选题You are building two forms. Each form has a button and a non-base table field. When the button is pressed, a complicated calculation is executed. The calculation is the same for both forms. The calculation code does not query or change the data in the database. When the calculation completes, it returns a single value to the non-base table field. To optimize performance and maintainability, which PL/SQL structure should be used? ()A
A trigger in each form. B
A subprogram in each form. C
A stored subprogram in the database. D
A subprogram in a library that is attached to each form.
考题
单选题Yuri created a formula for a button. The code is supposed to set the value of an existing field called title. He used the following formula: title:= @propercase (title); after the foumula runs ,the title field is null. Why? ()A
the value of one field cannot be set from the value in another field B
the text string in the formula is set to null. Thus notes cannot validate the formula C
when setting the value of a field , the formula must be in the field‟s input validation event D
the formula does not specify that title is an existing field. Thus it is interpreted as a temporary variable
考题
单选题In form-based authentication, what must be included in the HTML returned from the URL specified by the element?()A
a base-64 encoded user name and passwordB
a form that POSTs to the j_security_check URLC
an applet that requests the user name and password from the userD
a hidden field that supplies the login-constraint used by the application
考题
单选题You create a Web Form. The Web Form allows users to calculate values and display the results in a label named lblResults. You need to capture all unhandled exceptions on the Web Form through the Error event. The Error event must capture each unhandled exception and display it on the Web Form. Which code segment should you use?()A
protected void Page_Error(object sender, EventArgs e) { lblResults.Text = e.ToString(); e=null;}B
protected void Page_Error(object sender, EventArgs e) { lblResults.Text = Server.GetLastError().ToString(); Server.ClearError();}C
protected void Page_Error(object sender, EventArgs e) Response.Write(e.ToString()); e=null;}D
protected void Page_Error(object sender, EventArgs e) Response.Write(Server.GetLastError().ToString()); Server.ClearError();}
考题
单选题Nancy, sweep the classroom, ______?A
don’t youB
do youC
will youD
doesn’t she
热门标签
最新试卷