home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / schedvbx / samples.z / DOCHELP.TXT < prev    next >
Encoding:
Text File  |  1995-03-14  |  1.3 KB  |  27 lines

  1. Doctor's Appointments
  2.  
  3. This program is a sample application written to demonstrate the use of the Schedule/VBX control. It will present a list of Doctors and the appointments scheduled by patients for that Doctor. It will also allow the User to set which Examination Room the patient has been assigned to.
  4.  
  5. Note: the data loaded from the database is automatically converted to todays date (the time is kept the same) as a demonstration.
  6.  
  7. The mouse is used to query and set information about the appointments:
  8.  
  9. Clicking on an Appointment Bar:
  10. - Left Mouse Single Click will show the information about that appointment in the area to the right of the schedule.
  11. - Left Mouse Double Click will display a form allowing you to edit the information about the appointment.
  12. - Right Mouse Single Click will allow you to select the Examination Room that the appointment is assigned to.
  13.  
  14. Clicking on the Doctor List:
  15. - Left Mouse Double Click will display a form showing the information about that Doctor.
  16.  
  17. Clicking on the Patient box in the Appointment area to the right of the Schedule:
  18. - Left Mouse Double Click will display a form showing the information about that Patient.
  19.  
  20. There are four tables maintained by this application:
  21.  
  22.     Doctors
  23.     Patients
  24.     Appointments
  25.     ExamRooms
  26.  
  27.