[FX.php List] Access text formating of a filemaker text field

Andy Gaunt andy at fmpug.com
Thu Mar 9 07:04:27 MST 2006


Deborah,

 

You could use the GetAsCSS ( Your Field ) function.

 

This would require you to create a calculated field of your main field and
then reference this in your FX.PHP.

 

However, while this is great for formatting, if you have any links inside
your text field you will need to add to your calculation to not have these
break.

 

GetasCSS will convert an <a href="link"> to  &lt;a href=&quot;link&quot;&gt;

 

Please note that your resulting code will also start to get messy as it will
use a lot of FONT tags etc.

Andy Gaunt
T: 407.810.4722
andy at fmpug.com
http://www.fmpug.com <http://www.fmpug.com/>     

Recipient of FileMaker's 2005 "Mad Dog" Public Relations Award

For chapter locations, dates & times please visit the website at
http://www.fmpug.com <http://www.fmpug.com/>  If you can make it to a
meeting, please RSVP at http://www.fmpug.com/rsvp.php

  _____  

From: fx.php_list-bounces at mail.iviking.org
[mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of Debabrata Pati
Sent: Thursday, March 09, 2006 6:40 AM
To: fx.php_list at mail.iviking.org
Subject: [FX.php List] Access text formating of a filemaker text field

 

Hi All

Is there any way to access text formating of a filemaker text field
in FileMaker DB through fx.php or any other way?

Please help me if there is any way.

Thanks in advance....

Debabarata. 

-- 
Regards
Debabrata Pati 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20060309/c714e735/attachment-0001.html


More information about the FX.php_List mailing list