[FX.php List] Finding multiple records from multiple values forsame field

Gjermund Gusland Thorsen ggt667 at gmail.com
Mon May 12 08:49:02 MDT 2008


It worked with find in fm5/6, but not for fm7/8/9

ggt

2008/5/12 Bob Patin <bob at patin.com>:
> When you say Unix, Windows, or Mac, is that the server, or would that
> pertain to the user? '
>
>  Would that same function work for FMFind() as well?
>
>  BP
>
>
>
>
>  On May 12, 2008, at 9:29 AM, Gjermund Gusland Thorsen wrote:
>
>
> > Unix
> >
> > $q->AddDBParam('query', 'TN2891' . "\n" . 'TN3531' . "\n" . 'TN3827' );
> > $r = $q->FMNew();
> >
> > or Windows
> >
> > $q->AddDBParam('query', 'TN2891' . "\r\n" . 'TN3531' . "\r\n" . 'TN3827'
> );
> > $r = $q->FMNew();
> >
> > or MacOS Classic
> >
> > $q->AddDBParam('query', 'TN2891' . "\r" . 'TN3531' . "\r" . 'TN3827' );
> > $r = $q->FMNew();
> >
>
>
>  _______________________________________________
>  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