<<
Thanks. I saw those commands, but I want to lock the size of the
form so the user can't change it. I need to display to form at two
different sizes, depending on what the user is doing, so I can't
specify the Max and Min sizes at design time.
>>
If there are two and only two desirable form sizes, set the border style to
SINGLE (so the user can't change it) and control the size using PROPERTY
RBTI_FORM HEIGHT and WIDTH commands in your code, depending on context.
Otherwise, you can use the forms ON RESIZE event to stop it from growing or
shrinking outside your limits.
--
Larry