` Printed Icetips Article

Icetips Article



Browses and Listboxes: Checking for records in the browse
2004-06-20 -- Arnor Baldvinsson
 
Newsgroups: comp.lang.clarion

>What is the easyest way to enable a button on a window with a list box,
>using ABC C5.5,  if there are no records in the browse or list box ?

The Browse ResetQueue method, after parent call, priority 5500:

If Records(SELF.ListQueue)
  !! Records in browse
Else
  !! No records in browse
End

Best regards,

ArnĂ³r Baldvinsson
Icetips Software
San Antonio, Texas, USA
www.icetips.com
arnor@icetips.com

Subscribe to information from Icetips.com:
http://www.icetips.com/subscribe.php



Printed May 7, 2024, 10:07 am
This article has been viewed/printed 35121 times.
Google search has resulted in 3 hits on this article since January 25, 2004.