I need an idea : How to save a user layout?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ahmed Yasser
    New Member
    • Feb 2007
    • 12

    I need an idea : How to save a user layout?

    Hi All,
    i am doing a program where multi users are accessing the same database, each user can select records from the database and process them and have the results, at the same time other users can select other records as well. I would like to know the best approach of how can i save each user selection of records so when he login again he finds his settings saved without reselecting them.
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by Ahmed Yasser
    Hi All,
    i am doing a program where multi users are accessing the same database, each user can select records from the database and process them and have the results, at the same time other users can select other records as well. I would like to know the best approach of how can i save each user selection of records so when he login again he finds his settings saved without reselecting them.
    I think it's better to use an audit trail for that. Record all the transactions that have been made by the user.

    Rey Sean

    Comment

    • Ali Rizwan
      Banned
      Contributor
      • Aug 2007
      • 931

      #3
      You can use database or files where u can save the settings of each user.
      I m using databases for this purpose
      GOODLUCK
      ALI

      Comment

      Working...