On Fri, 17 Jul 2009 22:42:26 -0700, Gene Wirchenko <ge...@ocis.net> wrote:

>Hello:
>
>      I am coding some validation and I simply wish to know if 
>certain rows exist.  I do not want to know what they are.  Is there 
>any way of coding the select statement so I do not get any 
>results?  I would just like to interrogate _tally.
>
>      What does SELECT ... NOCONSOLE do anyway?
>           select * from ccli where clcode="GMW" noconsole
>brought up a browse.
>
>Sincerely,
>
>Gene Wirchenko

Hi Gene,

the correct syntax is:

select ... to screen noconsole

if _tally > 0
        ...
endif

-- 
Gianni


_______________________________________________
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/o883659cvlbpfmo28ulnnfglp6ru5ro...@4ax.com
** 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