home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8988 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1012 b 

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