nancy used a rich text field on a form to capture data. she 

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

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

第1题:

RTF格式的全称是_____。

A.Rich Text Format

B.Real Text Format

C.Real Test Format

D.Rich Test Format


答案:A

第2题:

如下图所示,只执行下列程序后,有Text1.Text=Text1,文本框不能出现“*****”的程序是______。

A.Private Sub form_ Load() Text1. Text="*****"End Sub

B.Private Sub form_ Load() Text1. PasswordChar=“*”End Sub

C.Private Sub form_ Load() Text1. Visible="*****" End Sub

D.Private Sub form. Load() Text1. Text= String(5,"*")End Sub


正确答案:C
解析:本题中,“Text1. PasswordChar=“*””是设置文本框的命令属性,将“Text1”转换成“*****”。 “Text1. Visible“*****””是错的。

第3题:

It was said that Nancy was going to marry a rich man, but she () it.

A.confess

B.denied

C.married

D.engaged


参考答案:B

第4题:

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 

正确答案:D

第5题:

What field in IP packet is used for classification by QOS?


正确答案:TOS byte.

第6题:

Nancy was so shy that she looked( )when she was standing before the audience.

A. frightening

B. embarrassed

C. confused

D. discouraged


答案:B

解析:frightening意思是“惊吓的,惊恐的”;embarrassed意思是“窘迫的,尴尬的”;confused意思是“迷惑的”;discouraged意思是“阻止,阻拦”。句意:南希很害羞,站在观众面前显得很尴尬。

第7题:

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-group

B. ftp-users

C. firewall-user

D. nancy and walter


参考答案:A

第8题:

如果想在运行表单时,向Text2中输入字符,回显字符显示的是“*”号,则可以在 Form1的Init 事件中加入语句

A.FORM. 1.TEXT2.PASSWORDCHAR="*"

B.FORM1.TEXT2.PASSWORD="*"

C.THISFORM.TEXT2.PASSWORD="*"

D.THISFORM.TEXT2.PASSWORDCHAR="*"


正确答案:D
解析:本题考查文本框控件的PasswordChar属性。该属性用来指定文本框控件内是显示用户输入的字符、占位符,还是用来指定用作占位符的字符。本题所要指定口令文本框的占位符为“*”,因此可以写成THlSFORM.TEXT2.PASSWORDCHAR=“*’,因此选项D为正确答案。

第9题:

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 

正确答案:D

第10题:

如果想在运行表单Form1时,往Text2中输入字符,回显字符显示的是“*”,则可以在Form1的Init事件中加入语句()

  • A、FORM1.TEXT2.PASSWORDCHAR="*"
  • B、FORM1.TEXT2.PASSWORD="*"
  • C、THISFORM.TEXT2.PASSWORD="*"
  • D、THISFORM.TEXT2.PASSWORDCHAR="*"

正确答案:D

更多相关问题