Indent Properties & Type Mismatch Tech Support Question
Q.
I have a paragraph followed by a table in my VSView document, and I've set
the Indent property for the paragraph. The text within the table also
seems to be affected by the property. Why is this?
A.
All properties that affect paragraph text, such as Indent, also affect
text within a table. This is the normal behavior of VSView 2.0. To
avoid unpredictable table text formatting, be sure to set these properties
before creating your table.
Q.
Why do I get a type mismatch when I'm loading a picture using VSView 2.0?
A.
In order to load a picture from a file to the vsPrinter control, you have to
use the LoadPicture command in Visual Basic. The syntax is vsPrinter1.Picture =
LoadPicture("filename").
If you assign the filename directly to the vsPrinter control without using the
LoadPicture command, you will get a Type mismatch error.