home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / informix / 1834 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.7 KB

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