Home » Forums » DBManager General
 
Forms designer (1461 previews)
Forms designer Posted in 24th, 05/2007 01:12 by staalef
I'm looking for some way to alter the dimensions (height, width) of a regular edit type item or a memo item in the forms designer. From the help file, the screenshot seems to imply that this is possible.
Ståle Fagerland /
Re: Forms designer Posted in 24th, 05/2007 03:24 by support
Hi,

Yes this is possible. The only thing need is to edit the CSS Style of the edit/memo box you want and insert the Width and Height. See the example below (each line is a different example:

Width: 100%; Height: 300px;
width: 500px; height: 50pt;

and so on. You can combine pixels, points and/or percentage of the parent size. See that this is the same CSS Styles you can use in a web page. Other styles are also possible: border, font face and size, alignment, etc, etc.

Hope that helps,


Support / DBTools Software
Re: Forms designer Posted in 24th, 05/2007 03:48 by staalef
Thank you. You made my day: I learned something new and neat
Ståle Fagerland /
Forms designer (1461 previews)
Legends

Topic has Replies
Topic With no Replies
 
Home » Forums » DBManager General