home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!psinntp!vaxa.hofstra.edu!accdak
- From: accdak@vaxa.hofstra.edu
- Newsgroups: comp.databases
- Subject: Foxpro2 Screen Builder Question
- Message-ID: <1993Jan10.235426.459@vaxc>
- Date: 10 Jan 93 23:54:26 EST
- Lines: 18
-
- I hope this is a simple Foxpro question. Using the screen generator I created
- a push button which calls up a procedure in which the user fills in an array
- with a number of items.
-
- I don't want the items themselves displayed on the screen, but I would like the
- count of the number of items chosen to be displayed in the window next to the
- push button, Something like this:
-
- <Items> 0 chosen would become --> <Items> 7 chosen
-
- I tried to do this with a SAY, but the SAY is never updated from the value
- assigned in the window setup code. I can put the number on the screen by
- issuing an @SAY from within the push button's valid clause.
-
- Is there a more elegant method? (Feel free to answer by directing me to the
- appropriate sample code or the manual.)
-
- David
-