Re: FileMaker styled text
Re: FileMaker styled text
- Subject: Re: FileMaker styled text
- From: Kai <email@hidden>
- Date: Fri, 13 Jun 2003 04:45:15 +0100
on Thu, 12 Jun 2003 20:13:23 +0200, EBI Aktivitet wrote:
>
Setting a cell value in FileMaker seems to corrupt the text style on the
>
current layout.
>
>
Is there a way to preserve the text style, or at least re-set/update the
>
layouts text style properties, so that all looks like it did before changing
>
cell values with a script?
When a cell is given a new value, it normally adopts the text style defined
(in layout mode) for that field. However, if the style in a particular
record has been altered (in browse mode), and you want to retain the
modified style, you could try going to the cell first - something like this:
go to cell 1
set cell 1 to "test"
This should format the new value to the same style as the previous value's
initial character. (In other words, you can't easily maintain multiple
styles within a cell.)
--
Kai
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.