home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / informix / 1897 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.4 KB

  1. Path: sparky!uunet!gatech!emory!snide.com
  2. From: dave.snyder@snide.com (Dave Snyder)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: Where's my Reverse field
  5. Message-ID: <9503@emory.mathcs.emory.edu>
  6. Date: 9 Sep 92 12:13:09 GMT
  7. Sender: walt@mathcs.emory.edu
  8. Reply-To: dave.snyder@snide.com (Dave Snyder)
  9. Lines: 36
  10. X-Informix-List-ID: <list.1433>
  11.  
  12. Quoting Bruce Momjian...
  13. } I have a field on a form I have specified as REVERSE, but it just comes
  14. } up blank.  I know Informix knows about the reverse video on my terminal
  15. } because my menus come up reverse.  In fact, I have some Informix
  16. } executable from another person and its fields are reverse.  Does anyone
  17. } know why this is happening?  Below is my form description file.
  18. } ------------------------------------------------------------------------
  19. } database formonly
  20. } screen
  21. } {
  22. }             Summary of Client/Matter Activity
  23. }             
  24. }             
  25. }         As-of Period [a]
  26. }                 
  27. } }
  28. } end
  29. } attributes
  30. } a = formonly.begdt TYPE CHAR, REVERSE;
  31. } end
  32. } instructions
  33. } delimiters "<>";
  34. } end
  35. }                 
  36. To be totally honest, I never used any attributes in my form specification
  37. file.  I always put my attributes in the 4GL code or used the "syscolatt"
  38. table.  Can you put attributes in the form specification file?
  39.  
  40. DAS
  41. -- 
  42. David A. Snyder @ Snide Inc. - Folcroft, PA                    Current Release
  43.                                                                is db4glgen-3.7
  44. UUCP:  ..!uunet!das13!dave   INTERNET:  dave.snyder@snide.com
  45.