
DataReport is stripping my leading spaces...
I'm using VB6 (SP4) to read/write into an Access.mdb file.
I have a DataReport with a left-justified RptTextBox on it.
I have it bound to a field containing something like:
Quote:
> vbCrLf & " " & MyString & vbCrLf & " " & MyString
Which should print something like:
Quote:
> [BLANK]
> [SPACES] Test
> [BLANK]
> [SPACES] Test
When I print (or preview) my page, those leading spaces are stripped off.
Why? How? How do I get a field to be printed exactly as-is?
Thanks.