January 15th, 2000, 01:25 AM
I was Wondering if any one could answer the following questions in VB
Q1.Can you tell me what formula should I write to count the number of rows in the column say "Last Name" in a table.
Q2. You are working on Crystal Reports Design Mode.Now If a new field is added to the database. The new field is not reflected in the crystal report design mode (I mean the place where we select the field to appear in the design mode). How can we refresh the crystal reports to reflect the new field.
Q 3 .In crystal reports can you see the database records in the design mode.?
Q4 If you make a popup menu such that it appears when rt.
Clicked on the text box, which menu will it display.
a) User Defined
b) Default Menu
Q5.Tell me what will you enter in the Format property of the Masked Edit Box
such that
a)the Masked edit box should display a minus sign when a
minus sign is
entered
b)Commas after numbers
c) Round off to the 100th digit
Q6. In an image list control ,
a)the picture should be of the same size,
b) can be of different sizes
c)the size of the picture cannot be changed by the user
Q7. What is the RDO equivalent in Microsoft Jet Database Engine
Q8. What is the diff between Execute and Execute SQL
Q9.What is the difference between ActiveX document way of accessing public members of a class and normal visual basic application way of accessing public members of a class
Q10. In how many fragments a database is divides.Which stored procedure handles the display fragment.
Q11. Using a tabledef object how will you add a table to the database - give synatx
Q12 . What are the 4 events generated when a key is pressed .
Q1.Can you tell me what formula should I write to count the number of rows in the column say "Last Name" in a table.
Q2. You are working on Crystal Reports Design Mode.Now If a new field is added to the database. The new field is not reflected in the crystal report design mode (I mean the place where we select the field to appear in the design mode). How can we refresh the crystal reports to reflect the new field.
Q 3 .In crystal reports can you see the database records in the design mode.?
Q4 If you make a popup menu such that it appears when rt.
Clicked on the text box, which menu will it display.
a) User Defined
b) Default Menu
Q5.Tell me what will you enter in the Format property of the Masked Edit Box
such that
a)the Masked edit box should display a minus sign when a
minus sign is
entered
b)Commas after numbers
c) Round off to the 100th digit
Q6. In an image list control ,
a)the picture should be of the same size,
b) can be of different sizes
c)the size of the picture cannot be changed by the user
Q7. What is the RDO equivalent in Microsoft Jet Database Engine
Q8. What is the diff between Execute and Execute SQL
Q9.What is the difference between ActiveX document way of accessing public members of a class and normal visual basic application way of accessing public members of a class
Q10. In how many fragments a database is divides.Which stored procedure handles the display fragment.
Q11. Using a tabledef object how will you add a table to the database - give synatx
Q12 . What are the 4 events generated when a key is pressed .