使文本框TEXT1中输入的数据为4位整数2位小数,需要将它的()属性设置为“9999.99”。
A:Visible B:InputMask C:ControlSource D:Name
在表单中,为文本框控件指定数据源的属性是()。
A:RecordSource B:DataSource C:ControlSource D:RowSource
下列几组控件中,均具有ControlSource属性的是______。
A:EditBox、Grid、ComboBox B:ListBox、Label、OptionButton C:ComboBox、Grid、Timer D:CheckBox、EditBox、OptionButton
在Visual FoxPro中,下列______控件无ControlSource属性。
A:列表框 B:组合框 C:表格 D:列
对于许多控件来说,可以通过ControlSource属性与数据绑定。在下列VFP对象中,无ControlSource属性的是( )。
A:标签(Label) B:组合框(Combox) C:选项按钮组(OptionGroup) D:列表框(List)
若要指定列表框所使用的数据表,应在下列的______属性中设置。
A:RowSource B:RowSourceType C:ControlSource D:ColorSource
为了隐藏在文本框中输入的信息,用占位符代替显示用户输入的字符,需要设置的属性是()。
A:Value B:ControlSource C:InputMask D:PasswordChar