Page 1 of 1

help implementing multiline events

PostPosted: Thu May 03, 2012 1:10 pm
by abrunet
Hi

I am new on file maker.
I need help adding the multi line events option to the seedcode calendar pro ver 6.5

i recently updated to file maker pro advance 12.

thanks in advance

I have a little difficult with English, is there is a step by step instructions i can follow will be appreciated.

Re: help implementing multiline events

PostPosted: Fri May 04, 2012 11:42 am
by JasonYoung
Hi,

In general the multi-line events will take are of themselves if there's enough duration for it to be displayed.

The summary will respect carriage returns in your field, so if you set them up as a list like this:

List (
TextStyleAdd ( SampleContacts::NameFull ; Bold ) ;
SampleContacts::Phone ;
SampleContacts::Email ;
Summary ;
Description
)

then each value will display as its own line. We have more documentation on this here:

http://www.seedcode.com/pmwiki/pmwiki.p ... LineEvents

Let me know if that helps, or if I can answer something more specific.

Cheers!

Re: help implementing multiline events

PostPosted: Sat May 05, 2012 5:08 am
by abrunet
Thanks it's work's fine.