G
Guest
When Iam doing the following:
TextBox19.Text &= objReq.Name & ControlChars.Tab
TextBox19.Text &= objReq.Number & ControlChars.Tab
TextBox19.Text &= objReq.Owner & ControlChars.NewLine
TextBox20.Text &= objReq.Name & ControlChars.Tab
TextBox20.Text &= objReq.IDNumber & ControlChars.Tab
TextBox20.Text &= objReq.Owner & ControlChars.NewLine
in text box 19 rows get printed well with proper tabs.
but in text box 20 first row does not get the first tab and then from 2nd
row it does fine.
Textbox19 looks like below:
tom 4565 john
alice 9090 sim
Textbox19 looks like below:
tom4565 john
alice 9090 sim
why wud that be??
Thank you !!
TextBox19.Text &= objReq.Name & ControlChars.Tab
TextBox19.Text &= objReq.Number & ControlChars.Tab
TextBox19.Text &= objReq.Owner & ControlChars.NewLine
TextBox20.Text &= objReq.Name & ControlChars.Tab
TextBox20.Text &= objReq.IDNumber & ControlChars.Tab
TextBox20.Text &= objReq.Owner & ControlChars.NewLine
in text box 19 rows get printed well with proper tabs.
but in text box 20 first row does not get the first tab and then from 2nd
row it does fine.
Textbox19 looks like below:
tom 4565 john
alice 9090 sim
Textbox19 looks like below:
tom4565 john
alice 9090 sim
why wud that be??
Thank you !!