home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / ingres / 2327 next >
Encoding:
Text File  |  1993-01-21  |  1.2 KB  |  48 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!usc!sdd.hp.com!spool.mu.edu!news.nd.edu!tiamat.cc.nd.edu!nariani
  3. From: nariani@tiamat.cc.nd.edu (Sunil Nariani)
  4. Subject: Windows4gl question on stackfield
  5. Message-ID: <1993Jan21.042018.3170@news.nd.edu>
  6. Keywords: Windows4gl, stackfield
  7. Sender: news@news.nd.edu (USENET News System)
  8. Reply-To: nariani@tiamat.cc.nd.edu (Sunil Nariani)
  9. Organization: University of Notre Dame, Notre Dame
  10. Date: Thu, 21 Jan 1993 04:20:18 GMT
  11. Lines: 35
  12.  
  13. I have 2 stackfields containing button fields.
  14. The stackfields are called row1, row2.
  15. If a user clicks on a button in one of the rows, I 
  16. want to know which row (not button) was clicked.
  17.  
  18. The code should go as follows
  19.  
  20. on ChildClick row1, on ChildClick row2 = 
  21. begin
  22.         What code tells if it was row1 or row2 ?
  23. end;
  24.  
  25.  
  26. Note: I don't want separate event blocks as in the following code.
  27. on ChildClick row1 =
  28. begin
  29.     ...
  30. end;
  31.  
  32. on ChildClick row2 =
  33. begin
  34.     ...
  35. end;
  36.  
  37.  
  38. -------------------------------------------------------------
  39. Use email, save a tree.
  40.  
  41. Sunil Nariani
  42. Network Analyst
  43. G008    OUC             My opinions are exactly that, MY opinions.
  44. Univ of Notre Dame.
  45. (219) 239-8575
  46. (219) 271-1514
  47. --------------------------------------------------------------
  48.