[FX.php List] XPOST: FMFindAll

VanBuskirk, Patricia pvanbuskirk at fsu.edu
Thu Sep 2 12:01:33 MDT 2010


$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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20100902/09ea74e0/attachment.html


More information about the FX.php_List mailing list