Change the order of Appointment Text

General support questions.
Posts: 9
Joined: Fri Jul 07, 2006 9:19 am
PostPosted: Fri Jul 07, 2006 9:26 am
On the Schedule Tab of the Calendar, how do I change the order of the text that appears in the appointment box?

I would like the "title" to appear after the "client."
SeedCode Staff
SeedCode Staff
Posts: 2764
Joined: Thu Nov 20, 2003 11:01 am
PostPosted: Fri Jul 07, 2006 10:36 am
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.
John Sindelar
SeedCode

Return to General Support

Who is online

Users browsing this forum: No registered users and 2 guests

cron
(855) SEEDCODE
[email protected]
Follow us: