home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 938 < prev    next >
Encoding:
Text File  |  1992-07-20  |  901 b   |  29 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!math.fu-berlin.de!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!john!stefan
  3. From: stefan@john.informatik.rwth-aachen.de (Stefan Hardt)
  4. Subject: Visual Basic: Alignment
  5. Message-ID: <stefan.711704068@rwthi3>
  6. Keywords: Visual Basic
  7. Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
  8. Nntp-Posting-Host: john
  9. Organization: Rechnerbetrieb Informatik  /  RWTH Aachen
  10. Date: 21 Jul 92 07:34:28 GMT
  11. Lines: 16
  12.  
  13. I Have a problem using Visual Basic 1.0 : I want to align field
  14. output (align right), but during runtime I always get the message
  15. " Object not found". I use the syntax
  16.  
  17.     field.alignment = 2
  18.  
  19. "field is a field in a form; not created at runtime.
  20.  
  21. I do have the same problem using "autosize". Do I misunderstand the
  22. manuals or is there a bug in VB ??
  23.  
  24. Any help is appreciated.
  25. Stefan
  26.  
  27. stefan@rwthi3.informatik.rwth-aachen.de
  28.  
  29.