[FX.php List] Query field for content empty

Gjermund Gusland Thorsen ggt667 at gmail.com
Thu Nov 13 16:12:28 MST 2008


This one works: $q->AddDBParam( 'field', '*', 'neq' );

double neglection...

Sometimes logic messes with my head...

ggt

2008/11/14 Gjermund Gusland Thorsen <ggt667 at gmail.com>:
> That might work on number fields with value.
>
> 2008/11/14 Head Honcho <headhoncho at customikesolutions.com>:
>> again not tried but maybe...
>>
>> $q->AddDBParam( 'field', '>0', 'neq' );
>>
>>
>> On 14/11/2008, at 9:50 AM, Joel Shapiro wrote:
>>
>>> I haven't tried it, but would:
>>>
>>> $q->AddDBParam( 'field', '*', 'neq' );
>>>
>>> work?
>>>
>>> -Joel
>>>
>>>
>>> On Nov 13, 2008, at 2:42 PM, Gjermund Gusland Thorsen wrote:
>>>
>>>> I have tried these with no luck
>>>>
>>>> $q->AddDBParam( 'field', '', 'eq' );
>>>> $q->AddDBParam( 'field', '""', 'eq' );
>>>> $q->AddDBParam( 'field', '==""' );
>>>> $q->AddDBParam( 'field', '=""' );
>>>>
>>>> How am I supposed to query for field with empty value?
>>>>
>>>> ggt667
>>>> _______________________________________________
>>>> FX.php_List mailing list
>>>> FX.php_List at mail.iviking.org
>>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>>
>>> _______________________________________________
>>> FX.php_List mailing list
>>> FX.php_List at mail.iviking.org
>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>>
>>
>> Regards
>>
>> Michael Ward
>> --
>> Head Honcho
>> CustoMike Solutions
>> Member, FileMaker Business Alliance
>> Member, FileMaker Technical Network
>> FileMaker 7 Certified Developer
>> FileMaker 8 Certified Developer
>> FileMaker 9 Certified Developer
>> 10 Wandoo Crt
>> Wheelers Hill, 3150
>> ph 0414 562 501
>> headhoncho at customikesolutions.com
>>
>>
>>
>> _______________________________________________
>> 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