J
jean
Hi
I am able to change rows height of a continuous form containing 3
fields with a button containing the following code
[Field1].height = 480
[Field2].height = 480
[Field3].height = 480
This way the user can see more text. When finish, user click on
another button containing this code
[Field1].height = 240
[Field2].height = 240
[Field3].height = 240
[Detail].height = 240
Buttons are situated in the form header
Now I have a Main form “employee” (single) containing a continuous
subform “employeeSub”
I want to be able to change rows height of te subform with a button
situated on the main form
I have try many codes without success
Can someone help me
thanks
I am able to change rows height of a continuous form containing 3
fields with a button containing the following code
[Field1].height = 480
[Field2].height = 480
[Field3].height = 480
This way the user can see more text. When finish, user click on
another button containing this code
[Field1].height = 240
[Field2].height = 240
[Field3].height = 240
[Detail].height = 240
Buttons are situated in the form header
Now I have a Main form “employee” (single) containing a continuous
subform “employeeSub”
I want to be able to change rows height of te subform with a button
situated on the main form
I have try many codes without success
Can someone help me
thanks