TheWizard78
Programmer
Hello World!
I have a little problem. I want to use an EditBox with (Top=0, Left=0, Width=400, ControlSource=var_cString).
If my variable "var_cString" has more characters than you can see in the editbox, I would like to autosize the Height, to be able to see the entire text.
I have tried with MEMLINES() but I don't have a fixed length for SET MEMOWIDTH, so it returns an invalid number of lines.
Note: I don't want use FIXEDSYS or COURIER fonts.
Can anyone help me please?
Robert
I have a little problem. I want to use an EditBox with (Top=0, Left=0, Width=400, ControlSource=var_cString).
If my variable "var_cString" has more characters than you can see in the editbox, I would like to autosize the Height, to be able to see the entire text.
I have tried with MEMLINES() but I don't have a fixed length for SET MEMOWIDTH, so it returns an invalid number of lines.
Note: I don't want use FIXEDSYS or COURIER fonts.
Can anyone help me please?
Robert