RufussMcGee
Technical User
I am having trouble moving label and text boxes. When my form opens I want certain labels to move around according to value given my the users but it does not work. So I tried a simple test on open form I type this out
label1.top = 0.5
label2.top = 1.5
but the only thing that happens is the label boxes are moved to the very top. Any ideas as to why this happens?
Thanks
label1.top = 0.5
label2.top = 1.5
but the only thing that happens is the label boxes are moved to the very top. Any ideas as to why this happens?
Thanks