home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases.ingres
- Path: sparky!uunet!usc!sdd.hp.com!spool.mu.edu!news.nd.edu!tiamat.cc.nd.edu!nariani
- From: nariani@tiamat.cc.nd.edu (Sunil Nariani)
- Subject: Windows4gl question on stackfield
- Message-ID: <1993Jan21.042018.3170@news.nd.edu>
- Keywords: Windows4gl, stackfield
- Sender: news@news.nd.edu (USENET News System)
- Reply-To: nariani@tiamat.cc.nd.edu (Sunil Nariani)
- Organization: University of Notre Dame, Notre Dame
- Date: Thu, 21 Jan 1993 04:20:18 GMT
- Lines: 35
-
- I have 2 stackfields containing button fields.
- The stackfields are called row1, row2.
- If a user clicks on a button in one of the rows, I
- want to know which row (not button) was clicked.
-
- The code should go as follows
-
- on ChildClick row1, on ChildClick row2 =
- begin
- What code tells if it was row1 or row2 ?
- end;
-
-
- Note: I don't want separate event blocks as in the following code.
- on ChildClick row1 =
- begin
- ...
- end;
-
- on ChildClick row2 =
- begin
- ...
- end;
-
-
- -------------------------------------------------------------
- Use email, save a tree.
-
- Sunil Nariani
- Network Analyst
- G008 OUC My opinions are exactly that, MY opinions.
- Univ of Notre Dame.
- (219) 239-8575
- (219) 271-1514
- --------------------------------------------------------------
-