Hi. Edit the field definition for the calc "ApptDisplayOnScheduleText" in the CCCalAppts table. For exmple, one with title after client would look like this:
- Code: Select all
If ( not IsEmpty ( AppointmentsDailyClients::PrimeClientIDX ) ;
AppointmentsDailyClients::ClientNameLastFirstCalc &
If ( not IsEmpty ( AppointmentsDailyClients::ClientCompanyName ) ; ¶ & AppointmentsDailyClients::ClientCompanyName ) &
If ( not IsEmpty ( AppointmentsDailyClients::ClientPhone ) ; "¶tel. " & AppointmentsDailyClients::ClientPhone )
) // End If Client
& ¶ & ApptTitle &
If ( not IsEmpty ( ApptDesc ) ; ¶ & ApptDesc )
BTW, we have a special forum just for calendar questions, if you're interested.