[futurebasic] Re: [FB] Re: Search Edit Field

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2001 : Group Archive : Group : All Groups

From: Robert Purves <robert.purves@...>
Date: Wed, 21 Nov 2001 01:12:10 +1300
>Hi,
>
>Here is a possible entry for searching an edit field:


>begin enum = 1
>_searchBtn
>_quitBtn
>_startBtn
>_caseBtn
>_allBtn
>end enum

Nice routine.
I think you should remove that "=" character. Otherwise _searchBtn turns out (with general shock and horror) to be 0, which cannot be what you intend. Also, it will not work with the Appearance runtime, in which a button 0 is flagged as an error.


Robert P.