Home

What is the correct answer?

4

Suppose there is a data control named data1. What will be the effect if the following code is inserted

A. Data1.recordset.movefirst

B. The record pointer will move to the first record of the record set

C. The pointer will move to the first record of the original table that contains the data

D. It will refresh the recordset

Correct Answer :

B. The record pointer will move to the first record of the record set


Related Questions

cell alignment property can be used to align the cells with different… The default startup object can not be changed in a project It is possible to insert a picture in a option button control. CommonDialog control is the default control that anyone can find in the… Visual Basic produce: It is possible to declare 'Dynamic Array' in visual basic. When using do loop-while statement then the statements within the loop… Constants are processed faster than variables : Now() function will return the current drive and directory you are working… While running an application you can change the value of any variable… MDI form1.Arrange vbTileHorizontal; this code in a MDI form will To add the commondialog control to any project one has to include it from The size of 'Boolean' data type is : RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… When someone uses the code like list1.list(1); then it will return the… Sort is a method by which elements can be sorted in flexgrid control There are _________________ no. of built in windows dialog boxes provided… The amount of text any one can place in text box is maximum 64 kb. Instr$(text1.text,"visual") will returns : _____________ property of any control cannot change at run time. Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… One can change or read the alignment of one or more paragraph of rich… In form load event, if the following code is written then guess what will… CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will Function can return array as return value: The arrange property of MDI form is available at design time. You can get the ASCII value of any character or number by using It is possible to load a MDI form without any childform. The fundamental property of RichTextBox control is In visual basic Bool variable stores