Jump to content

How to autofill GUICtrlCreateInput Based on another GUICtrlCreateInput and SQLite Database?


HezzelQuartz
 Share

Recommended Posts

How to autofill GUICtrlCreateInput Based on another GUICtrlCreateInput and SQLite Database?

If I have two GUICtrlCreateInput box for example: transfer name and chatting name

How can I autofill the chat name based on transfer name I type

so what I want is, when I type "transfer name", it will search the sqlite database.
If found, it will autofill the chatting name.

======================================================================================================================================================

If my question is difficult to understand, I will update this post and include some image.

If it is too complicated, please at least, just give some clues or function name

so I can Google or Read and learn by myself

Thank You

Edited by HezzelQuartz
Link to comment
Share on other sites

35 minutes ago, HezzelQuartz said:

How to autofill GUICtrlCreateInput Based on another GUICtrlCreateInput and SQLite Database?

Those are 2 different things. One is the database query that you sanitize before making the query.
The other is GUICtrlRead($idCtrlInput) that you'd make sure can not brake the query ( sanitize )

38 minutes ago, HezzelQuartz said:

If it is too complicated, please at least, just give some clues or function name
so I can Google or Read and learn by myself

 is not complicated. But you don't try the examples in the help file because to you knowledge is something, magical ?, I guess ?

Copy the help file's examples of GUICtrlCreateInput() and you'll know how to use the control.
Copy the help file's examples of SQLite and you'll know hoe to do that to.

Then, start coding ;)

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...