home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!math.fu-berlin.de!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!john!stefan
- From: stefan@john.informatik.rwth-aachen.de (Stefan Hardt)
- Subject: Visual Basic: Alignment
- Message-ID: <stefan.711704068@rwthi3>
- Keywords: Visual Basic
- Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
- Nntp-Posting-Host: john
- Organization: Rechnerbetrieb Informatik / RWTH Aachen
- Date: 21 Jul 92 07:34:28 GMT
- Lines: 16
-
- I Have a problem using Visual Basic 1.0 : I want to align field
- output (align right), but during runtime I always get the message
- " Object not found". I use the syntax
-
- field.alignment = 2
-
- "field is a field in a form; not created at runtime.
-
- I do have the same problem using "autosize". Do I misunderstand the
- manuals or is there a bug in VB ??
-
- Any help is appreciated.
- Stefan
-
- stefan@rwthi3.informatik.rwth-aachen.de
-
-