[FX.php List] Re: errorCode 511 ?

Louie Miranda lmiranda at gmail.com
Thu Oct 7 23:55:37 MDT 2004


ah, thats an updated error codes. thanks steve!


On Fri, 8 Oct 2004 13:55:09 +0800, Louie Miranda <lmiranda at gmail.com> wrote:
> i found the problem. the field needs to be adjusted, because it limits
> me to 20chars only.
> 
> 
> 
> 
> On Fri, 8 Oct 2004 13:39:06 +0800, Louie Miranda <lmiranda at gmail.com> wrote:
> > What is this error code?
> >
> > [errorCode] => 511
> >
> > On the manual i got from the "Excerpt from FileMaker Developer's
> > Guide" it does not have a 511 error. The only one thats closest to 511
> > is 510 (related value is empty or unavailable).
> >
> > My fx.php is..
> >
> > $insertFM = new FX("192.168.0.45", "8080");
> > $insertFM -> SetDBData("Agencies.fp5", "List");
> > $insertFM -> AddDBParam("Agency","$office_catch"); // username
> > $insertFM -> AddDBParam("Password","$random_password"); // password
> > $insertFM -> AddDBParam("Filename","$upload_fname"); // filename
> > $insertFM -> AddDBParam("DateUpdated","$ritcheDATE"); // dateposted
> > $insertFM -> AddDBParam("WebFtp","$email_catch"); // web or ftp
> > //$insertFM -> AddDBParam("Field","none"); // email field
> > //$insertFM -> AddDBParam("F","$upload_fname"); // filename
> > //$insertFM -> AddDBParam("ExpireDate","$add7days"); // expiry date of file*/
> > $result = $insertFM->FMNew();
> >
> > Can i pass a (@) sign on the agency field? it does not pass the data.
> >
> > --
> > Louie Miranda
> > http://www.axishift.com
> >
> 
> 
> 
> 
> --
> Louie Miranda
> http://www.axishift.com
> 


-- 
Louie Miranda
http://www.axishift.com


More information about the FX.php_List mailing list