[Gambas-user] Problems with DataControl

2017-12-16 Thread bkv
Hi I have a form with a DataControl. I want to write text (comments) into the control. Unfortunately the Enter key has no effect in this control. I cannot break the line. I can onlyt get one line of text, and if long enough, it will extend out of the visible part. Also, when I type, the text do

[Gambas-user] Date picker in db application

2017-11-10 Thread bkv
Hi I am new to Gambas. I am making a data base application. One one of the forms I want to pick a date. This date is stored in a column i a table in my sqlite database. I have used a DataControl for this purpose. That works, put the picker also lets (or requires me) to pick a time. I just want