home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!pacbell.com!pacbell!oracle!pyramid!infmx!aland
- From: aland@informix.com (Colonel Panic)
- Newsgroups: comp.databases.informix
- Subject: Re: message mystery
- Message-ID: <1992Aug31.085019.29723@informix.com>
- Date: 31 Aug 92 08:50:19 GMT
- References: <1992Aug28.174738.21439@bradley.bradley.edu>
- Sender: news@informix.com (Usenet News)
- Organization: Enterprise Technology Center, Informix Software, Inc.
- Lines: 31
-
- In article <1992Aug28.174738.21439@bradley.bradley.edu> larry@bradley.bradley.edu (L. D. Stratton) writes:
- >
- > I've tried about everything I can think of to correct this situation
- > but haven't found a solution yet.
- >
- > After the 'screen record' statement, the following error appears:
- >
- ># Screen record array "s_plan" has component sizes which either differ
- ># from the specified dimension of teh array or differ among themselves.
- ># See error number -2029.
- >
- > Anyone with an idea???????
- >
- > screen record s_plan[8](pln_line_no, pln_obj_text, pln_prior, pln_who,
- > pln_line_no, pln_how_text, pln_start, pln_comp,
- > pln_resource, pln_status)
- >#### ERROR OCCURS HERE, SEE TEXT ABOVE
-
- I would guess that it doesn't like you mentioning the same field twice within
- the screen record. Try deleting the second occurrence of "pln_line_no" in
- your screen record (and the program record in the 4GL program) and see if
- that compiles OK. If you still can't get the desired effect, try turning the
- second occurrence of pln_line_no into a formonly field and give it a different
- field tag.
-
- Hope this helps.
-
- --
- Alan Denney aland@informix.com {pyramid|uunet}!infmx!aland
-
- I'm Pro-Anarchy... and I Vote!
-