Article ID: 136043
Article Last Modified on 2/15/2000
IF ISNULL(EVAL(FIELD(m.i)))
LOOP
ENDIF
Replace it with this:
cFieldName = field(m.i)
IF ISBLANK(&cFieldName)
LOOP
ENDIF
_GENXTAB = "C:\VFP\MYXTAB.PRG"
MODIFY COMMAND NULLTEST.
SELECT Customer.city, Customer.contact,;
COUNT(Customer.maxordamt);
FROM tastrade!customer;
GROUP BY Customer.city, Customer.contact;
ORDER BY Customer.city, Customer.contact;
INTO CURSOR SYS(2015)
DO (_GENXTAB) WITH 'Query',.t.,.t.,.t.,,,,.t.,1
BROWSE NOMODIFY
Additional query words: VFoxWin
Keywords: KB136043