home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / oracle / 1089 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.3 KB  |  27 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!yale!gumby!destroyer!ubc-cs!unixg.ubc.ca!unixg.ubc.ca!george
  3. From: george@unixg.ubc.ca (George chow)
  4. Subject: SQL*Forms 3.0 LOV, controlling the width...
  5. Message-ID: <1992Jul21.213306.8315@unixg.ubc.ca>
  6. Followup-To: comp.databases.oracle
  7. Originator: george@unixg.ubc.ca
  8. Sender: news@unixg.ubc.ca (Usenet News Maintenance)
  9. Nntp-Posting-Host: unixg.ubc.ca
  10. Organization: University of British Columbia, Vancouver, B.C., Canada
  11. Date: Tue, 21 Jul 1992 21:33:06 GMT
  12. Lines: 13
  13.  
  14. I'm building a form with SQL*Forms 3.0 with a few LOV. Anyways, the columns 
  15. in my tables are quite wide (just in case I need it in the future). For each 
  16. LOV, I want to SELECT about 3-4 columns. The situation right now is that 
  17. Forms will allocate space for each column in the LOV according to the declared 
  18. width of the column from the table. Because my tables tend to have wide
  19. columns, I can't see more than about 2.5-3 table columns in the LOV.
  20. What I would prefer to do is to split the 80 columns among all four columns
  21. from the tables. How can I control the width of the what SELECT returns? 
  22. I don't think there is any way via (standard) SQL. But is there some way in 
  23. Forms to do what I want?
  24.  
  25. George
  26.  
  27.