home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / dbasel / 825 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.5 KB  |  36 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!HDETUD2.TUDELFT.NL!RCIVJAN
  3. Message-ID: <"92-08-18-14:17:16.28*RCIVJAN"@HDETUD2.TUDELFT.NL>
  4. Newsgroups: bit.listserv.dbase-l
  5. Date:         Tue, 18 Aug 1992 14:17:00 MET
  6. Sender:       "Discussion on the use of the dBase language and related
  7.               dialects" <DBASE-L@NMSUVM1.BITNET>
  8. From:         Jan Snoek <RCIVJAN@HDETUD2.TUDELFT.NL>
  9. Subject:      Re: Customizing Report Output
  10. Lines: 24
  11.  
  12. >     Since it is a large Database, not every field is filled in every record e.g.
  13. > sometimes there is
  14. > an address but no telephone mumber etc. Now my question is: When dBASE prints
  15. > out a report, is there
  16. > any way that it can skip over unfilled/empty spaces and jump to the next fille
  17. > field.
  18.  
  19. Hello Kishi,
  20.  
  21. What do you mean? We are talking about dBASE IV I presume. Then
  22. a report has a field either at a fixed position or concatenated
  23. after the previous field. In the last case, if the previous field
  24. is TRIMed the current field automatically shifts left if the
  25. contents of the previous field does not fill-up it's space.
  26. To create concatenated fields: replace the "nothing" positions
  27. between fields with spaces.
  28.   There is one other possible meaning of your question I could
  29. think of, viz. that you are printing each field at a new line and
  30. that you wish to avoid blank lines when fields are empty.
  31. I would not know an answer to that from the top of my head. If
  32. that is the problem, let me know and I will think of a solution.
  33.  
  34. Jan Snoek
  35. <Jan.Snoek@RC.TUDelft.NL>
  36.