CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 1999
    Posts
    1

    Help Me....in VB Form Design



    Hi....


    There's a few questions I wanna aks:

    1. Can VB5.0 create a form which have a form footer and header and the detaila part in the middle which can be scrollable(vertically & horizontally)? The details consist of a employees personal data which can be updated, deleted and viewed.


    2. Is there any Performance Appraisal sys. developed using VB? If exist please give me the details.


    3. How to update several tables in a database in one form?




  2. #2
    Join Date
    Mar 1999
    Posts
    4

    Re: Help Me....in VB Form Design



    1. VB forms does not work on the concept of different sections(header,detail,footer).

    u will have create ur own. For scrolling data u can use grid.

    3. There is no restriction to the number of tables, which u can update in one form.

    a) DAO - open as many recordsets as required, then give update command.

    b) u can use data controls.

    bye

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