Page 1 of 1

Weekly Calendar doesn't show text

PostPosted: Wed Oct 29, 2008 11:09 am
by sprosser
I've adapted a copy of SeedCode Complete which works very well except for one odd thing. When we click on the Week layout of the schedule, we can see the boxes for the appointment times, but no text appears. All we get is the [correctly] colored and sized boxes.

I've never touched that layout, except to try to troubleshoot this issue, so I don't think I made any changes that would effect it. Any tips about what I can look for to see what's happening?

PostPosted: Wed Oct 29, 2008 12:59 pm
by John Sindelar
Hi Susan,

I'd check a couple things...

There should be a text field in the top row of the portal on the week view, inside the field which draws the appointment's bounding box. This field *may* have been nudged up outside the bounds of the first portal row.

If it hasn't take a look at its definition: the field is z_ApptTitleDisplayCalcTrimmed.

That field performs a hard wrap and some other truncation on the field which does the work here: ApptTitleDisplayCalc.

Check the Let() at the beginning of z_ApptTitleDisplayCalcTrimmed to make sure there are no missing fields.

Then check ApptTitleDisplayCalc: this calc references a couple of layouts which you may have renamed.

Let me know what you find (and feel free to email me the file).