home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / informix / 1894 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.3 KB  |  44 lines

  1. Newsgroups: comp.databases.informix
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!udel!gvls1!jabber!candle!root
  3. From: root@candle.uucp (Bruce Momjian)
  4. Subject: Where's my Reverse field
  5. Organization: a consultant's basement
  6. Date: Tue, 8 Sep 1992 21:31:42 GMT
  7. Message-ID: <1992Sep8.213142.2049@candle.uucp>
  8. X-Newsreader: Tin 1.1 PL5
  9. Lines: 33
  10.  
  11. I have a field on a form I have specified as REVERSE, but it just comes
  12. up blank.  I know Informix knows about the reverse video on my terminal
  13. because my menus come up reverse.  In fact, I have some Informix
  14. executable from another person and its fields are reverse.  Does anyone
  15. know why this is happening?  Below is my form description file.
  16.  
  17. I have tried this from the console, from an xterm, and from a vt220. 
  18. None work.  I am just starting out and this is my first form.
  19.  
  20. ------------------------------------------------------------------------
  21.  
  22. database formonly
  23. screen
  24. {
  25.             Summary of Client/Matter Activity
  26.             
  27.             
  28.         As-of Period [a]
  29.                 
  30. }
  31. end
  32. attributes
  33. a = formonly.begdt TYPE CHAR, REVERSE;
  34. end
  35. instructions
  36. delimiters "<>";
  37. end
  38.                 
  39.  
  40. -- 
  41. Bruce Momjian                      |  830 Blythe Avenue
  42. root%candle.uucp@bts.com           |  Drexel Hill, Pennsylvania 19026 
  43.                                    |  (215) 353-9879(w)  853-3000(h)
  44.