Can i use the commands Move left in a form? I have several controls in my form and i want to rearrange the positions of the controls depending on the command.I want not only to make some of the controls invisible, but also to move left some of them in order to have a better desing.In my example, i have the following controls in the form:
calls.day. client contact invoice order offer
When i click the command button Offers, i need the following arrangement:
calls.day contact offer
In order to achieve that i need to move the control "client" next to "calls.day" and the control "offer" next to to contact.The other controls should be made invisible.Also i need to show only those rows where there are offers, i.e. the offes should be greater than 0.
For the command invoices i need the following arrangement :
calls.day client invoice
Which are the best commands to move the controls ?



