CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Misc

  1. #1
    Join Date
    Jan 2000
    Posts
    1

    Misc

    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




  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Misc

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


  3. #3
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Question 1:

    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

  4. #4
    Join Date
    May 1999
    Posts
    3,332

    question 1

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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured