Click to See Complete Forum and Search --> : Misc


Amit Girottee
January 18th, 2000, 12:17 AM
1. How many controls can you place on a form in VB

2. 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.

3.What is the diff between distinctrow and distinct

4.In crystal reports can you see the database records in the design mode.?

5.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

6.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

7.What controls you cannot use on the MDI form
a) Picture Box
b) TextBox
c) Toolbar
d) Timer Control
Ans : I think the ans is Text Box but you also try


8) 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

Lothar Haensler
January 18th, 2000, 01:51 AM
the difference between DISTINCT and DISTINCTROW:
DISTINCT: "Omits records that contain duplicate data in the selected fields. "
DISTINCTROW: "Omits data based on entire duplicate records, not just duplicate fields."

"stolen" from MSDN

personal tip (since this is your first post): do NOT ask MANY questions in a single post. You probably won't find anyone who knows everything. So, most people won't bother trying to answer...

Dr_Michael
January 18th, 2000, 02:50 AM
Answer: How many pages can you write on Microsoft Word? Well, both questions have the same answer: It depends on your computer resources. Programs have no specific limitations.

Michael Vlastos
Automation Engineer
Company SouthGate Hellas SA
Development Department
Athens, Greece

Lothar Haensler
January 18th, 2000, 02:56 AM
from the docs: "The maximum number of controls allowed on a single form depends on the type of controls used and available system resources. However, there is a fixed limit of 254 control names per form. "