home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6542 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  2.1 KB

  1. Path: sparky!uunet!ukma!wupost!zaphod.mps.ohio-state.edu!menudo.uh.edu!mtecv2!academ01!al161926
  2. From: al161926@academ01.mty.itesm.mx (Jesus Barrera Ramos)
  3. Newsgroups: comp.lang.pascal
  4. Subject: How can I say to my printer to do half line jumps?
  5. Message-ID: <al161926.721610685@academ01>
  6. Date: 12 Nov 92 23:24:45 GMT
  7. Sender: usenet@mtecv2.mty.itesm.mx
  8. Lines: 28
  9. Nntp-Posting-Host: academ01.mty.itesm.mx
  10.  
  11. Hi everybody
  12.  
  13. I hope your networking is ok 8)...well..my problem is that I'm writing a program
  14. that needs to do exact printing on determined places, say a registration form 
  15. but in some places the letters are printed on the the line, instead of abouve it, say
  16.  
  17.      a      bbb                               a          bbb
  18.    a   a    b  b                            a   a        b  b 
  19. --aaaaaaa---bbb---------   instead of      aaaaaaa       bbb
  20.   a     a   b  b                           a     a       b  b
  21.   a     a   bbb                            a     a       bbb
  22.                                          ______________________
  23.  
  24. that's why I need to say to the printer to move the page half of a line, to print more exactly..I'm using a DeskJet 500 and I'm printing using Write(lst,something), thanks in advance.
  25.  
  26.  
  27. ===============================================================================
  28. =                         =                                                   =
  29. =    ____                 =   Eqix                                            =
  30. =     \   \  ----         =   A.K.A. Jesus Barrera Ramos                      =
  31. =       \   \  /          =   al161926@academ01.mty.itesm.mx                  =
  32. =        /   /            =   Eqix@RobotechMUSH                               =
  33. =      /   /\   \         =   Eqix@KobraMUD                                   =
  34. =    /   /    \___\       =                                                   =
  35. =  /___/                  =====================================================
  36. =                         =          Dreams are the energy of life            =
  37. ===============================================================================
  38.  
  39.