Results 1 to 19 of 19

Thread: Check for new record in Network app

Hybrid View

  1. #1
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Check for new record in Network app

    As koolsid has suggested a timer is one way which could periodically check for a certain parameter you wish to be checked.

    Another option is a winsock that could broadcast to all other users that a certain user has made a new record.

    And another thing, when just adding a record you could just get the new customer no. the moment you are saving the record so the user will always get the last customer no. if it is being updated. Just make sure it is marked as unique or set as PK.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Oct 2005
    Posts
    149

    Re: Check for new record in Network app

    Thanks for the replies.

    I guess I was hoping that the many other questions I have would have been solved with seeing how this is "usually" done...

    E.g., if two users have started entering a customer at about the same time, but one of them saves the record first, should the second user's customer number field (and # shown on his screen) be silently updated? Or should he get a message that the current # shown is no longer available? (I try to avoid using too many message boxes...)

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