Hi,
I'm still working with @ get in vfp. As long as non-proportional fonts are used, there is no problem but if I use for example Arial, the width of the get doesn't correspond with the variable. So I'm changing the width with the size parameter. But... now there is more input possible then the length of the variable. An example:
Myvar = space(6)
@ 1,1 get Myvar size 1,10 font "Arial" , 10
read
I was expecting an input of 6 characters but due to size (which is needed for the display) it's possible to get more
characters as 6. Does anyone recognize this and got a suggestion (the picture/function isn't an option)
I'm still working with @ get in vfp. As long as non-proportional fonts are used, there is no problem but if I use for example Arial, the width of the get doesn't correspond with the variable. So I'm changing the width with the size parameter. But... now there is more input possible then the length of the variable. An example:
Myvar = space(6)
@ 1,1 get Myvar size 1,10 font "Arial" , 10
read
I was expecting an input of 6 characters but due to size (which is needed for the display) it's possible to get more
characters as 6. Does anyone recognize this and got a suggestion (the picture/function isn't an option)