Ignore:
Timestamp:
May 5, 2011, 5:11:02 AM (13 years ago)
Author:
Sam Habiel
Message:

Lots of Documentation updates.
Absorption of all updates from trunk.
CGView: Changes in Appointment Menu; Handlers for these; Radiology Support
DRadExamSelect: Change in form design; auto print appointment slip implemented.

Location:
Scheduling/branches/Radiology-Support/cs/bsdx0200GUISourceCode
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/branches/Radiology-Support/cs/bsdx0200GUISourceCode

  • Scheduling/branches/Radiology-Support/cs/bsdx0200GUISourceCode/CGDocumentManager.cs

    r1131 r1168  
    400400                catch (System.Net.Sockets.SocketException)
    401401                {
    402                     MessageBox.Show("Cannot connect to VistA. Network Error");
     402                    m_ds.RemoteMsgBox("Can't connect to server! Network Error");
    403403                    return false;
    404404                }
     
    438438                catch (System.Net.Sockets.SocketException)
    439439                {
    440                     MessageBox.Show("Cannot connect to VistA. Network Error");
     440                    m_ds.RemoteMsgBox("Cannot connect to VistA. Network Error");
    441441                }
    442442                catch (BMXNetException ex)
    443443                {
    444                     if (MessageBox.Show("Unable to connect to VistA.  " + ex.Message, "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
     444                    if (m_ds.RemoteMsgBox("Unable to connect to VistA.  " + ex.Message, "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
    445445                    {
    446446                        bRetry = true;
Note: See TracChangeset for help on using the changeset viewer.