Re: [Gambas-user] DataControls with Visible = False

2011-01-11 Thread Matti
"Need" is too much. In some situations it could be comfortable to have hidden DataControls that work: 1. A database field with long text can't be displayed in a DataControl, because it's not multiline. So I have to display it in a TextLabel. 2. I want to display a field as a heading, or in the win

Re: [Gambas-user] DataControls with Visible = False

2011-01-01 Thread BenoƮt Minisini
>Gambas 3 rev. 3390 >I tried to make a data-bound form the lazy way, without SQL commands. > Just a DataSource with some DataControls in it. >Works fine. >Then, for better layout of the form, I gave the values of the > DataControls to TextLabels, Buttons and so on. >Works also.

[Gambas-user] DataControls with Visible = False

2010-12-28 Thread math.e...@t-online.de
Gambas 3 rev. 3390 I tried to make a data-bound form the lazy way, without SQL commands. Just a DataSource with some DataControls in it. Works fine. Then, for better layout of the form, I gave the values of the DataControls to TextLabels, Buttons and so on. Works also. But