home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8999 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.8 KB

  1. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!pitt.edu!field
  2. From: field@.cs.pitt.edu.cs.pitt.edu (Brian Field)
  3. Newsgroups: comp.databases
  4. Subject: paradox reports questions
  5. Message-ID: <1661@blue.cis.pitt.edu>
  6. Date: 11 Jan 93 15:54:15 GMT
  7. Sender: news+@pitt.edu
  8. Organization: Univ. of Pittsburgh Computer Science
  9. Lines: 41
  10. X-Newsreader: Tin 1.1 PL3
  11.  
  12.  
  13. Couple questions regarding reports in Paradox.  These are more or less
  14. all from a single report I would like to generate.  (This report lists
  15. names of people by department.  I would like the names listed in two
  16. columns, alphabetic down each column.)
  17.  
  18. 1) Can the "CC" and "CL" format strings be combined into a single
  19.    format statement?  I am using this in a calculated field. I need to
  20.    display names, and would like the first letter capitalized with the
  21.    remaining letters lower case.  Combinations of format ("CC,CL", ...) and
  22.    format ("CL,CC", ...) don't yield the desired results.  Currently, I am
  23.    doing format ("CC", format ("CL", ...)).  Is there a better way to do
  24.    this?  
  25.  
  26. 2) Is there a way to specify a group band, but have the group be itemized
  27.    independent of case?
  28.  
  29. 3) Can counting in a report be done based on an outer group?  I.e.
  30.        group band A
  31.           group band name
  32.               #rec name 
  33.           group band name
  34.        group band A
  35.  
  36.     I would like the names alphabetized, but to incrementally number
  37.     them within each group A item.  When I add the #rec field, it 
  38.     assumes that it is numbered by the inner-most group.
  39.           
  40. 4)  Are mailing labels the only way to generate two column output in a
  41.     report?
  42.  
  43.     If yes, is there a way to get mailing labels ordered down the column
  44.     instead of across rows?
  45.  
  46.     If no, what are the alternative(s)?
  47.  
  48.  
  49. Please e-mail (field@cs.pitt.edu) responses, and I'll summarize if there is
  50. interest.
  51.  
  52. Brian
  53.