home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / ingres / 1034 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.1 KB  |  24 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!zazen!schaefer.math.wisc.edu!horn
  3. From: horn@schaefer.math.wisc.edu (Jeffrey Horn)
  4. Subject: General Print Form Routine
  5. Message-ID: <1992Jul30.183629.6079@schaefer.math.wisc.edu>
  6. Organization: Univ. of Wisconsin Dept. of Mathematics
  7. Date: Thu, 30 Jul 92 18:36:29 GMT
  8. Lines: 14
  9.  
  10. I am looking for a general routine to print any given simple form to a 
  11. file or printer.  Call a simple form, a form that has a set of simple
  12. fields on the top part of the form and bolow them (possibly) a table field.
  13. The form could be of arbitrary width and height.  What I want is a routine
  14. that would get the position and size of all the fields, titles, trim, etc.
  15. and print them spaced as they are on the form.  The routine would then
  16. unload ALL the data in the table field and print it as it appears in the
  17. columns on the form.
  18.  
  19. The current print routines provided by ingres only print the visible
  20. rows in a table field.  If I get no replies I plan to write such a 
  21. generic print form in embedded C.
  22.  
  23. Jeff Horn
  24.