"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
>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 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