View Full Version : Formatting


Srini
01-13-2006, 09:41 PM
All,
This question is simple but someone can help me out

i have a checkbox and a label, when user selects the checkbox,
the caption of the checkbox (aaaaaaaaaaaaaaaaaaaaa) and label caption
(abc...etc) should be printed in the document here label caption is
spread accross 4-5 lines, how i want to see in the document is

aaaaaaaaaaaaaaaaaaaaa (checkbox caption)
abcccccccccccccccccccccccccccccccccccccccccccccc (label caption)
abcccccccccccccccccccccccccccccccccccccccccccccc
abcccccccccccccccccccccccccccccccccccccccccccccc

when i used vbtab control in the code (strbody = strbody + chkbox
caption + vbtab + label caption) the result is

aaaaaaaaaaaaaaaaaaaaa
abccccccccccccccccccccccccccccccccccccccccccccccccc
abccccccccccccccccccccccccccccccccccccccccccccccccc
abccccccccccccccccccccccccccccccccccccccccccccccccc

Pls help.

Mike Glen
01-14-2006, 02:07 PM
Hi Srini ,

Try posting on the developer newsgroup as this one is closing down. Please
see FAQ Item: 24. Project Newsgroups. FAQs, companion products and other
useful Project information can be seen at this web
address:http://project.mvps.org/faqs.htm .

Mike Glen
Project MVP


Srini wrote:
> All,
> This question is simple but someone can help me out
>
> i have a checkbox and a label, when user selects the checkbox,
> the caption of the checkbox (aaaaaaaaaaaaaaaaaaaaa) and label caption
> (abc...etc) should be printed in the document here label caption is
> spread accross 4-5 lines, how i want to see in the document is
>
> aaaaaaaaaaaaaaaaaaaaa (checkbox caption)
> abcccccccccccccccccccccccccccccccccccccccccccccc (label caption)
> abcccccccccccccccccccccccccccccccccccccccccccccc
> abcccccccccccccccccccccccccccccccccccccccccccccc
>
> when i used vbtab control in the code (strbody = strbody + chkbox
> caption + vbtab + label caption) the result is
>
> aaaaaaaaaaaaaaaaaaaaa
> abccccccccccccccccccccccccccccccccccccccccccccccccc
> abccccccccccccccccccccccccccccccccccccccccccccccccc
> abccccccccccccccccccccccccccccccccccccccccccccccccc
>
> Pls help.