by Gilbert » Fri Dec 01, 2006 9:36 pm
Hi again Enrico,
Not sure if that`s what I need but I still will give it a try.
What I really am doing is a long text that I would like to display into TMultiGet() with a vertical schroll bar so that displayed information can be read from top to bottom. In this case the information that needs to be displayed will not fit in the get frame, I need to schroll up and down. That`s why I`m using TMultiGet(). The lines are not necessarly filled and I have to place someking of control in order to skip to the next line. I tried with Chr(13), Chr(10), Chr(13) + Chr(10, Chr(141), Chr(141) + Chr(10) (Like in Clipper MemoEdit() but none of those combination forces the line skip to happen.
If your`re proposed solution works out in a normal Get, I don`t understand why it should not work in a MultiGet.
Regards,
Gilbert