Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ersetzen der Leerzeichen durch non-breaking spaces:

...

Replace([CourseOfStudyName],

...

'

...

',

...

'

...

 ')

...

+'

...

/

...

'

...

+

...

Replace([PersonName],

...

'

...

',

...

'

...

 ')

...

+

...

'

...

/

...

'

...

+

...

Replace([CreationDate],

...

'

...

',

...

'

...

 ')

Inkl. Formatierung sieht das Formelfeld dann z.B. so aus:

...

'<font

...

size="1"

...

face="arial"

...

><style>

...


td

...

{

...


  height:

...

24px;

...


  vertical-align:

...

bottom;

...


}

...


</style>

...

<table>
  <tr>
    <td>' + Replace([CourseOfStudyName],

...

'

...

',

...

'

...

&nbsp;')

...

+'

...

/

...

'

...

+

...

Replace([PersonName],

...

'

...

',

...

'

...

&nbsp;')

...

+

...

'

...

/

...

'

...

+

...

Replace([CreationDate],

...

'

...

',

...

'

...

&nbsp;')

...

+

...

'</td>

...


  </tr>

...


</table></font>'

...


Das HTML-Binding wird hier erklärt: https://docdaylightsoftware.daylightatlassian.softwarenet/wiki/x/qwAJAgoq8a