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