Results 1 to 2 of 2

Thread: Multipotential Forms or Multi Forms?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474

    Multipotential Forms or Multi Forms?

    As a general question, when dealing with somehow similar tasks what you recommend? Using a multipotential form and hiding inactive parts or desgining a form for each task?

  2. #2
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    Kinda depends on what's in those forms in my opinion.

    Examples:
    1. If you have a app that is managing a table in a database, the "Add" form and the "Edit" form might look exactly the same. Then I would use the same form and have a variable holding if its an "Add" or an "Edit" you're doing.
    2. When alot of the functionality is the same and you have done alot of changes to the form, I would recommend doing a basclass to inherit from and then do the small changes in different forms.
    3. When the forms are not alike at all or very different I would recommend totally separate forms.

    This no rule or anything, mere my humble opinion.

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