[FX.php List] XPOST: FMFindAll

Gjermund Gusland Thorsen ggt667 at gmail.com
Mon Sep 6 00:47:53 MDT 2010


FMFindAll ignores all AddDBParams

ggt

2010/9/2 VanBuskirk, Patricia <pvanbuskirk at fsu.edu>:
> $serviceName->AddDBParam ('ENDBILLINGDATE', '*', 'neq');
>
>
>
> worked … I just had to do a FMFind (not FMFindAll).
>
>
>
> ~ Trish
>
>
>
> From: fx.php_list-bounces at mail.iviking.org
> [mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of VanBuskirk,
> Patricia
> Sent: Thursday, September 02, 2010 1:49 PM
> To: FX.php Discussion List
> Subject: [FX.php List] XPOST: FMFindAll
>
>
>
> I am trying to do a FMFindAll from the web, for items currently in the
> database for a user ... BUT I do not want to show any items with anything in
> the "ENDBILLINGDATE" field.  I've tried the following and none work:
>
>
>
>
>
>
>
> $serviceName->AddDBParam ('ENDBILLINGDATE', null);
>
>
>
> $serviceName->AddDBParam ('ENDBILLINGDATE', null, 'eq');
>
>
>
> $serviceName->AddDBParam ('ENDBILLINGDATE', '', 'eq');
>
>
>
> $serviceName->AddDBParam ('ENDBILLINGDATE', '*', 'neq');
>
>
>
>
>
>
>
> What is the proper syntax to use here?
>
>
>
>
>
> Thanks in advance,
>
>
>
> Trish
>
> _______________________________________________
> 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