单选题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 an

题目
单选题
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 

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

下列语句用来设置窗体Forml的属性,其中在运行时不能正确操作的语句是

A.Form1.Caption="Form. Test"

B.Form1.Name="Form. Test"

C.Form1.MaxButton=False

D.Form1.MinButton=False


正确答案:B
解析:本题主要考查了窗体 Form1的属性。A项中的Caption属性是在窗体的标题栏中显示标题。MaxButton和 MinButton分别是表示显示最大化/最小化按扭的属性,B项中的Name属性表示窗体的名称,它遵守变量的命名规则,只能由字母、数字、下划线组成,显然B项中的Form. Test包含了空格故有误。

第2题:

当双击窗体Form1时,要将窗体Form1隐藏起来、将窗体Form2以模式方式显示出来的事件过程,正确的是

A.Private Sub Form. _ Db1Click( ) Forml.Hide Form2.Show 0 End Sub

B.Private Sub Form. _ Db1Click( ) Form1.Hide Form. 2.Show 1 End Sub

C.Private Sub Form. _ Click( ) Form. l.Hide Form. 2.Show End Sub

D.Private Sub Form. _ Dbl Click( ) Form. l.Enabled=False Form. 2.Enabled=True End Sub


正确答案:B
解析:语句Form2,Show0是将Form2.以非模态方式显示,所以选项A错误;语句Form.2.Show1中的参数1表示将Form.2以模态方式显示,所以选项B正确;选项C错误,该事件过程是窗体的单击事件,而题目要求的是窗体的双击事件;窗体Enabled属性的作用是设置窗体是否被激活,不是设置窗体是否可见,所以选项D错误。

第3题:

You should fill in the form. with your name, sex,(), and address.

A、old

B、years

C、time

D、age


参考答案:D

第4题:

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 

正确答案:D

第5题:

You create a Web Form that contains a text box named txtDate. You want the text box to allow users to enter any valid date. You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server. What should you do? ()

  • A、Add a CompareValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its Operator property to DataTypeCheck.
  • B、Add a RangeValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its MinimumValue property to 01/01/1900 and its MaximumValue to the current date.
  • C、Add a CustomValidator control to the Web Form. Set its ControlToValidate property to txtDate. Write a function in the partial class that verifies the values as dates and returns a Boolean variable. Set the CustomValidators ClientValidationFunction to the name of your function.
  • D、Add a RegularExpressionValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set the ValidationExpression property to ensure that the users input follows the format of nn-nn-nnnn, where n represents a number from 0 through 9.

正确答案:A

第6题:

下列语句用来设置窗体Form1的属性,其中在运行时不能正确操作的语句是

A.Form1.Capfin="Form. Test"

B.Form.Name="Form. Test"

C.Form1.MaxButton=False

D.Form1.MinButton=False


正确答案:B
解析:这4个语句用来在运行时设置窗体的属性。其中Form1.Captin="Form.Test"用来设置窗体的标题,Form1.Name="Form.Test"用来设置窗体的名称,Form1.MaxButton=False用来隐藏窗体的最大化按钮,Form1.MinButton=False用来隐藏窗体的最小化按钮。从语法格式上来看,似乎没有什么问题,在输入时也不会产生错误,但是,窗体的Name属性是一个“只读”属性,在运行时不能改变,因此,程序运行后,当执行到Form1.Name="Form.Test"语句时将会出错。

第7题:

创建一个滚动菜单的HTML代码是?()

  • A、<form></form>  
  • B、<select multiple name="NAME" size=?></select> 
  • C、<option>  
  • D、<select name="NAME"></select>

正确答案:B

第8题:

In what form. are the reserves required to he held?

A.In the form. of currency and coin on the premises.

B.In the form. of vault cash.

C.In a deposit at a regional Federal Reserve Bank.

D.All of the above.


正确答案:D
解析:文章第三段提到The reserves may be held...at a regional Federal Reserve Bank. 存储金所采取的形式有通货的形式,有备用金的形式和联邦银行存款的形式。

第9题:

tommy has created a sales view in his sales.nsf database. Tommy wants negative numbers in the sales number column in the view parenthesis. which one of the following should tommy do?()

  • A、select the parenthesis when negative value in the view properties box 
  • B、select the parenthesis when negative value in the column properties box 
  • C、use the @function @negative to set this in the column formula in the view 
  • D、use a formula to format the value in the field on the form that will be displaying in the view

正确答案:B

第10题:

olga wants to have one action on the video form that will give the options to print ,save and exit the document when it is clicked .how can she accomplish this?()

  • A、use an action with subactions 
  • B、layer the actions in the action menu  
  • C、Use action buttons within an outline control in a hidden frame to present "twisties " 
  • D、use hide/when formulas along with a database profile field setting to display "toolbars" of icons

正确答案:A

更多相关问题