If you're using the Scheduling Edition of the calendar prior to version 2.3 in FileMaker 8, you may see some of these on the Horizontal orientation of the Schedule tab.
Easily fixed...
In the CCCalAppts table, edit the field "ApptDisplayOnScheduleTrimmed". In the section commented "### 4. Horizontal Version ###", you'll find this:
- Code: Select all
Left ( Ltitle ; (( Lduration * 1.3 ) * 4.5 ) )
Change it to this:
- Code: Select all
Left ( lstring ; (( Lduration * 1.3 ) * 4.5 ) )
That's it (looks better on longer appointments as well).