Search found 9 matches

by Andreas_K
Monday 1st January 2024 3:57pm
Forum: Beginners
Topic: Iterating Controls on Tabstrip
Replies: 4
Views: 2081

Re: Iterating Controls on Tabstrip

Thanks, i changed....
by Andreas_K
Sunday 31st December 2023 1:02pm
Forum: Beginners
Topic: Iterating Controls on Tabstrip
Replies: 4
Views: 2081

Re: Iterating Controls on Tabstrip

Thanks, but this was only a example to show this. I update Database Fields with this system... Public Sub SaveData(MyObject As Object, sTable As String, sID As String, Optional sSql As String = "") Application.Busy = 1 Dim Res As Result Dim ctrl As Control If sid <> "" Then 'Edit...
by Andreas_K
Sunday 31st December 2023 8:44am
Forum: Beginners
Topic: Iterating Controls on Tabstrip
Replies: 4
Views: 2081

Iterating Controls on Tabstrip

Hello, i don't know if i make things wrong: Iconpanel on a Form, Panel on the Iconpanel, then a Tabstrip on the Panel and then Textfields on the Tabstrip. I Iterate over all controls do change the text in the Textbox. Only visible Tabs will change the Text, all other dont change the Text... To solve...
by Andreas_K
Thursday 16th November 2023 5:11pm
Forum: Beginners
Topic: How to use the completion Class
Replies: 19
Views: 13254

Re: How to use the completion Class

I testet all, if i not use "Enter" or put the focus on another control, before closing the window, the app hangs and will not disposed (even i don't use a database), everytime datacontrol show another record, the autocomplete show up, even i dispose them before, i think is the combination ...
by Andreas_K
Friday 10th November 2023 5:41pm
Forum: Beginners
Topic: How to use the completion Class
Replies: 19
Views: 13254

Re: How to use the completion Class

Export Inherits Completion Private sDBField As String Private sDBTable As String Private sSql As String Private Res As Result Private bLike As Boolean Public Sub SqlQuery(sTAble As String, sField As String, Optional boLike As Boolean = True) If stable = 0 Or sfield = 0 Then Return ssql = "SELE...
by Andreas_K
Thursday 9th November 2023 10:25pm
Forum: Beginners
Topic: How to use the completion Class
Replies: 19
Views: 13254

Re: How to use the completion Class

Thanks both, the solution from BruceSteers works! When i bind Completion to a Datacontrol then everytime when the control is updatet, the completion popup will show, how i can unbind o destroy the completion popup after using them.
Thanks
by Andreas_K
Wednesday 8th November 2023 7:44pm
Forum: Beginners
Topic: How to use the completion Class
Replies: 19
Views: 13254

Re: How to use the completion Class

Thanks for the answer, but on my Gambas this is not working, o i make things wrong.
screen.png
screen.png (39.54 KiB) Viewed 5531 times
I would fill a textbox (Datacontroltextbox) with a Database Field (Select Distinct ....), and the Datacontrolcombo is not working in this way....
I use Gambas 3.18.4 on Mint.
by Andreas_K
Tuesday 7th November 2023 7:52pm
Forum: Beginners
Topic: How to use the completion Class
Replies: 19
Views: 13254

How to use the completion Class

I search a example how to use the completion class, can't find until now, thanks.
by Andreas_K
Wednesday 13th September 2023 6:30pm
Forum: Component
Topic: Runtime connected databrowser
Replies: 1
Views: 5499

Runtime connected databrowser

Hello, is there a way to detect the add Button on the runtime connected databrowser? and when i like to change the columns width in the forms load event i get everytime the error no object (i think not createt at this time...)
Thanks