06-16-2023, 12:57 PM
(06-16-2023, 01:49 AM)Jack Wrote: the TextBox behaves differently than I would have guessed, I expected that you would set the text like this TextBox1.Text = "some text", instead you have to set it like this Text(TextBox1) = "some text"
I also noticed that there's no Right Justify property for a TextBox and it behaves strangely, after adding many spaces to the string to simulate a Right Justify it displayed the text ok but as soon as I would click on the TextBox the text would jump left and if I then clicked the form it would jump right
it might act differently with different fonts
Yes as I recall Fellippe setup getting the textbox main value, the text, in an array not like you would expect as txtbx.text.
That threw me when I first tried InForm out, so long ago.
b = b + ...