continous form - resize control

  • Thread starter Thread starter Andreas Wöckl
  • Start date Start date
A

Andreas Wöckl

Hi Group!

I have to solve a very tricky problem. Based on a table I have to display
generic data input possibilities:

For example if we have the following data:

ID typOfField typeOfData
1 Textbox Integer
2 Textarea Text
....

So I have to create a generic form for the user to insert the data - the
problem with the continous form is that there is no possibility to resize,
set to invisible and so on without affecting all controls!

any ideas?

best regards

andy
 
I suggest that you use datasheet. The user can resize the controls or you
can resize them in code. My preferred method is use a subform inside a
mainform, the subform being the datasheet.

See help for the ColumnWidth Property.

God Bless,

Mark A. Sam
 
Back
Top