[FX.php List] XPOST: FMFindAll

VanBuskirk, Patricia pvanbuskirk at fsu.edu
Thu Sep 2 11:49:12 MDT 2010


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/c32639dc/attachment.html


More information about the FX.php_List mailing list