Which request method?

A place for users and developers of the Xataface to discuss and receive support.

Re: Which request method?

Postby jhenry » Sat Nov 13, 2010 8:38 am

Paul,

I use an if/then statement with an isset nested:


Code: Select all
$nsq3 = $record->val('NoSupplierQuote3');

if (isset($nsq3))  //Check to see if NoSupplierQuote3 is NULL
                 {

                 perform calculations * NoSupplierQuote3
                 }

else
                {

                perform calculations without NoSupplierQuote3

                }



Hope this is what you are looking for.

Jason
Do not mistake understanding for realization, and do not mistake realization for liberation....Tibetan Saying.
jhenry
 
Posts: 58
Joined: Sun Jul 12, 2009 1:20 pm
Location: Florida

Previous

Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 23 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved