home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / ingres / 998 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.2 KB  |  28 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!mail-to-news-gateway
  3. From: wjanis@biostats.hmc.psu.edu (Wayne Janis)
  4. Subject: Passing table field rows to an ABF frame
  5. Message-ID: <9207241328.AA13854@trials.biostats.hmc.psu.edu>
  6. Sender: root@nrao.edu (Operator)
  7. Organization: National Radio Astronomy Observatory
  8. Date: Fri, 24 Jul 1992 13:28:45 GMT
  9. Lines: 17
  10.  
  11.  
  12. We are running INGRES 6.4 on a Sun.  I have a tablefield defined in an
  13. ABF application frame which I pass to another frame like this:
  14.     callframe modproc (modproc := emptable.all);
  15. Emptable has two fields, empnum and empname.  The called frame
  16. "modproc" has two simple fields also called empnum and empname.  I
  17. would like the user to simply be able to change those fields.  However,
  18. if the fields are changed, when the user returns to the calling frame,
  19. the table fields HAVE NOT CHANGED.  I can't figure out what I'm doing
  20. wrong.  The manual says that I'm passing the table field row by
  21. reference, so you'd think that it would be changed.
  22.  
  23. What gives here?  Please E-mail me directly; I'm not on this list.
  24.  
  25.     Wayne Janis (wjanis@biostats.hmc.psu.edu)
  26.     Hershey Medical Center
  27.     Hershey, PA 17033
  28.