<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>14 Aug 2015 14:56:49 Z</lastBuildDate><pubDate>11 Aug 2015 21:20:00 Z</pubDate><description>Hi all -&#13;
&#13;
How can I determine if a Currency field in a database is empty? Not $0.00, but actually empty.&#13;
IF gpsdContact.cMembershipPaymentRate = Null THEN&#13;
iNeedUpdate = iNeedUpdate+1&#13;
END&#13;
&#13;
Null Doesn't seem to work...</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty/read.awp</link><title>[WB19] How to determine if $ field is empty</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Mathieu BROUSSEAU</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty-53540/read.awp</comments><pubDate>14 Aug 2015 14:56:49 Z</pubDate><description>Depending on the type of the field in the database.&#13;
&#13;
For a field type money, I'm don't think you can have "" or empty value.&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty-53540/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty-53540/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty/read.awp">[WB19] How to determine if $ field is empty</source><title>Re: [WB19] How to determine if $ field is empty</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty-53535/read.awp</comments><pubDate>13 Aug 2015 22:06:00 Z</pubDate><description>hI jOEL,&#13;
&#13;
IF gpsdContact.cMembershipPaymentRate..Null = True THEN&#13;
iNeedUpdate = iNeedUpdate+1&#13;
END&#13;
&#13;
should work ...</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty-53535/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty-53535/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty/read.awp">[WB19] How to determine if $ field is empty</source><title>Re: [WB19] How to determine if $ field is empty</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty-53509/read.awp</comments><pubDate>12 Aug 2015 08:34:00 Z</pubDate><description>Maybe&#13;
cMembershipPaymentRate..EmptyIfZero = True/False&#13;
&#13;
OR&#13;
&#13;
You can in "Description of Items" check Null Authorized and def…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty-53509/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty-53509/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53494-wb19-how-determine-field-empty/read.awp">[WB19] How to determine if $ field is empty</source><title>Re: [WB19] How to determine if $ field is empty</title></item></channel></rss>
