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. Windows Forms
  4. database based windows application, how to presente data ????

database based windows application, how to presente data ????

Scheduled Pinned Locked Moved Windows Forms
cssdatabasetutorialquestion
3 Posts 2 Posters 3 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.
  • H Offline
    H Offline
    Hasan Jaffal
    wrote on last edited by
    #1

    hello i'm making a database based windows application so now i can't know the best way to present data : 1- there are some forms like users ... i prefere to put them in a data grid and 4 sure to edit them i made another form, so double click on the name on the liste and then edit in the next form. 2- there are forms like receipt,facture, ... there are an identifier and i have a lot of , so i can't use data grid ... i don't feel that my ways are user friendly ... what do u think the way to use? can anybody helps me ??????? thanks

    I 1 Reply Last reply
    0
    • H Hasan Jaffal

      hello i'm making a database based windows application so now i can't know the best way to present data : 1- there are some forms like users ... i prefere to put them in a data grid and 4 sure to edit them i made another form, so double click on the name on the liste and then edit in the next form. 2- there are forms like receipt,facture, ... there are an identifier and i have a lot of , so i can't use data grid ... i don't feel that my ways are user friendly ... what do u think the way to use? can anybody helps me ??????? thanks

      I Offline
      I Offline
      I explore code
      wrote on last edited by
      #2

      Normally when you are developing a windows based application, there are certain set of rules that can be followed for and effective presentation: 1) Always go for a parent-child window forms concept i.e. MDI windows, this will help you to connect the complete flow from single source. 2) Always try to minimize the number of window forms needed for one use, i.e., use only one form for one module for eg. if you are working on the User admin module of the app, wherein u can add and modify users, it is a better idea to put the data in grid and allow for modification/deletion/and addition in the grid itself, it will optimally use the available form space and will leave enuf room for future changes 3) Group related controls together using a group box for e.g. buttons together, and other fields togther. 4) Use same font and color settings thruout the app 5) Hide unnecessary details from the user.

      H 1 Reply Last reply
      0
      • I I explore code

        Normally when you are developing a windows based application, there are certain set of rules that can be followed for and effective presentation: 1) Always go for a parent-child window forms concept i.e. MDI windows, this will help you to connect the complete flow from single source. 2) Always try to minimize the number of window forms needed for one use, i.e., use only one form for one module for eg. if you are working on the User admin module of the app, wherein u can add and modify users, it is a better idea to put the data in grid and allow for modification/deletion/and addition in the grid itself, it will optimally use the available form space and will leave enuf room for future changes 3) Group related controls together using a group box for e.g. buttons together, and other fields togther. 4) Use same font and color settings thruout the app 5) Hide unnecessary details from the user.

        H Offline
        H Offline
        Hasan Jaffal
        wrote on last edited by
        #3

        thanks man but u didn't tell me how to acess data of recepts and factures ! where the number is a auto increment number

        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