CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Posts
    69

    Briefcase update all

    How do give the briefcase "update all" command from within my program?


  2. #2
    Join Date
    Apr 1999
    Location
    Quebec, Canada
    Posts
    39

    Re: Briefcase update all

    What kind of thing you want to update :
    - If it's views : use CDocument::UpdateAllViews()
    - If it's controls in a dialog box it's UpdateData(FALSE) for output or TRUE for input....

    Can you explain it better...
    Nath.


  3. #3
    Join Date
    May 1999
    Posts
    69

    Re: Briefcase update all

    I'm talking about the "Update All" command on the briefcase context menu... it updates the copies of files stored in the briefcase and the original files on your system.


  4. #4
    Join Date
    Apr 1999
    Location
    Quebec, Canada
    Posts
    39

    Sorry I can't help you

    Sorry I can't help you, I don't know that.

    Nath.


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

Featured