HezzelQuartz Posted September 26 Share Posted September 26 (edited) 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 September 26 by HezzelQuartz Link to comment Share on other sites More sharing options...
argumentum Posted September 26 Share Posted September 26 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 SOLVE-SMART 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now