Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. How should we design the programe if we like to add up more detail ?

How should we design the programe if we like to add up more detail ?

Scheduled Pinned Locked Moved Design and Architecture
designhelptutorialquestion
5 Posts 3 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sdev
    wrote on last edited by
    #1

    According to the front end field right now it's too short.It shows just Name and Addres (example) if we like to add up more details of the front end.How should we design the programe? We need some help on this point. Thank you in advances.

    D C 2 Replies Last reply
    0
    • S sdev

      According to the front end field right now it's too short.It shows just Name and Addres (example) if we like to add up more details of the front end.How should we design the programe? We need some help on this point. Thank you in advances.

      D Offline
      D Offline
      dwatkins dirq net
      wrote on last edited by
      #2

      what?

      Dirk Watkins

      S 2 Replies Last reply
      0
      • D dwatkins dirq net

        what?

        Dirk Watkins

        S Offline
        S Offline
        sdev
        wrote on last edited by
        #3

        I would like to design database and coding program example the right now the screen customer have field Name and Address (textbox for entry) but right now user request field Phone. I would like to add up field by user (user have back end screen (screen for setting) him can create field "Phone" by i don't modify program).Thank you in advances.

        1 Reply Last reply
        0
        • D dwatkins dirq net

          what?

          Dirk Watkins

          S Offline
          S Offline
          sdev
          wrote on last edited by
          #4

          I have idea. you can see http://www.zoho.com/crm press online demo press setup example header "Lead Einstellungen" press Felderliste. Right now you can add field by press "New custom field" .I would like to design and code program like that.Thank you.

          1 Reply Last reply
          0
          • S sdev

            According to the front end field right now it's too short.It shows just Name and Addres (example) if we like to add up more details of the front end.How should we design the programe? We need some help on this point. Thank you in advances.

            C Offline
            C Offline
            Code_Doctor
            wrote on last edited by
            #5

            You can architect an application to automatically create new database fields on the fly. This will allow you to extend what you are storing in your application as the application grows. What becomes difficult, is reporting against the fields you've added. Reports are usually a fairly straight forward thing, unless there are undetermined fields you need to report against. Either way, if I understand your question, these approaches have been taken in many products, but require a seperate meta-data database to do a prelimary data build before running queries. If you are looking to accomplish this because there is no design yet defined for your application. I strongly suggest that you put it down on paper before you try and put it together. The reason why I believe that planning and architecting is so important is because if you ask anyone to go into a 40 story building, knowing that the builders didn't use blueprints to build it, instead, they just threw it together, the people you ask to go into that building will tell you NO. Hope this helps! ~ CodeDoctor ~

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups