I've been trying to make use of this example to create a schedule very
similar to this. I seem to be having some difficulty deducing the full
extent of the layout though. I see, by process of playing around with
varying values, how the Detail_Format subroutine places and sizes the
various appointments. Initially, the 2160 value placed some of my
"Events" outside of the report size range, so I changed those around
until I didn't get the error.For clarification, I'm creating a patient
schedule who may have different appointments throughout a given day
with different doctors so; essentially a reversal of the example
layout.
Once I changed that value, I got the first page of the report to
display correctly. However, I'm getting a mysterious type mismatch when
trying to get to any subsequent pages. One thing that I dropped, and
can't seem to ascertain the explicit need for, was the relationship to
a table containing ReportColumn records for each doctor (patient in my
case). Initially this was due to the inability for me to ascribe a
different column for a variable number of patients. I'm starting to
suspect I missed something that this is being used to define.
Any suggestions on how to adapt this example for use with a variable
number of individual schedules and clarifications on my
misunderstandings of the way this is working are most welcome.