网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
【单选题】G.S.P. Form A是一种()
A.船公司证明信
B.原产地证明书
C.受益人证明信
D.检验检疫证明书
参考答案和解析
B
更多 “【单选题】G.S.P. Form A是一种()A.船公司证明信B.原产地证明书C.受益人证明信D.检验检疫证明书” 相关考题
考题
与Form1.Show方法效果相同的是( )。A.Form1.Visible=TrueB.Form1.Visible=FalseC.Visible.Form1=TrueD.Visible.Form1=False
考题
要在窗体form1内显示“myfrm”,使用的语句是()。
A.Form1.caption="myfrm"B.Form1.print"myfrm"C.Form.caption="myfrm"D.Form.print"myfrm"
考题
下列语句用来设置窗体Forml的属性,其中在运行时不能正确操作的语句是A.Form1.Caption="Form. Test"B.Form1.Name="Form. Test"C.Form1.MaxButton=FalseD.Form1.MinButton=False
考题
一个工程中包含两个名称分别为Form1和Form2的窗体,程序运行后,如果单击 Form1,则隐藏Form1且显示Form2。下列可以执行上述操作的事件过程是A.Private Sub Form_Click() Form1. Hide Form2. Show End SubB.Private Sub Form1_Cliek() Form1. Hide Form2. Show End SubC.Private Sub Form_Click() Form1. Hide=True Form2. Show=True End SubD.Private Sub Form_Load() Form1. Hide Form2. Show End Sub
考题
窗体的隐藏和删除,分别用在不同的场合,隐藏Form1和删除Form1的命令是( )A.Hide Form1 Unload Form1B.Form1.Hide Form1.UnloadC.Form1.Hide Unload Form1D.Hide Form1 Form1.Unload
考题
下列语句用来设置窗体Form1的属性,其中在运行时不能正确操作的语句是A.Form1.Capfin="Form. Test"B.Form.Name="Form. Test"C.Form1.MaxButton=FalseD.Form1.MinButton=False
考题
单选题CreateObject()是用类创建对象的函数,括号内的自变量就是一个已有的类名,该函数返回一个对象引用。下面使用不正确的是()。A
?CreateObject(“FORM”)B
CreateObject(“FORM”)C
S=CreateObject(“FORM”)D
M(1)=CreateObject(“FORM”)
考题
单选题报表输出命令是()。A
REPORT FORM 报表布局文件名B
PRINT FORM 报表布局文件名C
TOTAL FORM 报表布局文件名D
CREATE FORM 报表布局文件名
考题
单选题You create a multiple form application- Which built-in must you use to invoke the form modules to enable you to programmatically control navigation between the multiple forms in your application?()A
NEW_FORM B
OPEN_FORM C
CALL_FORM D
CLOSE_FORM
考题
单选题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
考题
单选题以下用法中正确的是()A
RS = conn.Execute(“SELECT *FORM product”)B
Set RS = conn.Execute (“SELECT *FORM product”)C
Conn.Execute (“DELETE *FORM product WHERE ID=132”)D
Conn.Ececute “DELETE *FORM product WHERE ID=132”
考题
单选题Which scenario describes an appropriate use for opening a form in a new session?()A
The data entered into the called form is logically independent of the data entered in the calling form. B
The called form requires different privileges than the calling form. C
The called form must execute as a different user than the calling form. D
The calling form must be able to query data in the called form before it is saved.
考题
单选题执行命令My Form=Create Object(Form)可以建立一个表单,为了让该表单在屏幕上显示,应该执行命令( )。A
My Form.ListB
My Form.DisplayC
My Form.ShowD
My Form.Show Form
考题
单选题要在窗体Form1内显示字符串"Basic",可以使用的语句是()。A
Form.Caption=BasicB
Form1.Caption=BasicC
Form1.Print BasicD
Form.Print Basic
考题
单选题Form_A invokes Form_B in Post-Only mode. Which statement must be true?()A
Form_A has updates or deletes that have not been posted or committed, and Form_A invokes Form_B with the OPEN_FORM built-in. B
Form_A has updates or deletes that have not been posted or committed, and Form_A invokes Form_B with the CALL_FORM built-in. C
Form_A has inserts that have not been posted or committed, and Form_A invokes Form_B with the OPEN_FORM built-in. D
Form_A has inserts that have not been posted or committed, and Form_A invokes Form_B with the CALL_FORM built in.
考题
单选题You are developing the Payroll application that contains the SALARY and COMMISSION forms. When a user invoked the COMMISSION form from the SALARY form, the SAL value should be passed to the COMMISSION form. In which data form and at what time should you define the parameter to accept the value?()A
SALARY form at runtime. B
SALARY form at design time. C
COMMISSION form at runtime. D
COMMISSION form at design time.
考题
单选题HTML语言中,定义表单的标记是()A
<Form>......</Form>B
<TD>......</TD>C
<TR>......</TR>D
<From>......</From>
考题
单选题下面是Ext提供的日期控件的是()。A
Ext.form.DateB
Ext.form.DateFieldC
Ext.form.TimeD
Ext.form.TimeField
热门标签
最新试卷