[FX.php List] (no subject)
Gjermund Gusland Thorsen
ggt667 at gmail.com
Sat Mar 22 06:40:41 MDT 2008
fp5 file is a bit touchy on records being used inside FileMaker, and
the reason why you should run a separate FileMaker Unlimited just for
the FX.php, did you do Find All before trying your script?
ggt
2008/3/22, Dr. Andrew J. Fallon <afallon at carolina.rr.com>:
>
>
>
>
> I've been asked to pull some data from a .fp5 file, which I am then
> cleaning up and inserting into a MySQl database.
>
> However I run into some trouble with a few of their field names. When I try
> and extract the data I get some odd results.
>
> The Field name(s) that cause this problem all look like "Serial Number Lt.
> 1" and "Serial Number Rt. 1". So I ran a test with
>
> The following fields in an empty .fp5 file:
>
>
>
> Field Name Value
> Value returned by fx.php
>
> Serial Number 100
> 100
>
> Serial Number Lt. 101
> 101
>
> Serial Number Lt.1 102
> []
>
> Serial Number Lt. 1 103
> []
>
> Serial Number Lt.2 104
> []
>
> Serial Number Lt. 2 105
> []
>
> Serial Number Lt.3 106
> []
>
> Serial Number Lt. 3 107
> []
>
> Serial Number Rt. 108
> 108
>
> Serial Number Rt.1 109
> []
>
> Serial Number Rt. 1 110
> []
>
> Foo
> 115 115
>
> Foo.
> 116 116
>
> Foo.1
> 117 115
>
> Foo. 1
> 118 115
>
>
>
> As you can see the filename are doing something to prevent fx.php from
> returning the
>
> Correct values. Any idea on what is causing this and what can be done to
> fix it?
>
>
>
> Drew
>
>
> No virus found in this outgoing message.
> Checked by AVG.
> Version: 7.5.519 / Virus Database: 269.21.8/1338 - Release Date: 3/21/2008
> 5:52 PM
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
>
More information about the FX.php_List
mailing list