script for/covering more than one field -
02-11-2011
, 10:35 AM
FM10
I have a script attached to a button that formats the text for a
'Format Text' field. I use this to paste and contact information into
my Contacts database, paste the text into 'Format Text', format text
and then paste this as desired into the fields of the contact
database. Is it possible to create this script to format more than one
field.
Script as it is
Set Field [CONTACTS::Text Formatting;TextFont (CONTACTS:: Text
Formatting ; "Verdana")]
Set Field [CONTACTS::Text Formatting;TextSize (CONTACTS:: Text
Formatting ; "10")]
etc.
I would like some like;
Set Field [CONTACTS::Text Formatting & CONTACTS;; Name Company &
CONTACTS:: StreetCompany & .......;TextFont (CONTACTS:: Text
Formatting ; "Verdana")]
Thanks |