Say you scatter all fields of one record to an object, like so:

select customers
locate for accno = '1234'
if found()
    scatter name oCust memo
endif

and you want to know whether there is one or more fields containing a 
null value.

How do you scan the oCust object to search for the null value?
Do you use a function like ascan or any other?

Rafael Copquin


_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/4e6a2cf3.5050...@fibertel.com.ar
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to