Click here to Skip to main content
15,902,731 members

Comments by Fahid Zahoor (Top 95 by date)

Fahid Zahoor 7-May-22 5:07am View    
thanks for suggestion but i'm thinking to sync the data from local SQL Server to online mysql db , i want to make a backend service that sync all the new records from local SQL Server to online mysql database using c#.
so please can you tell me which approach you prefer most.
1-Direct Query
2-Using Api
Fahid Zahoor 31-Oct-21 8:54am View    
you dont need to put the barcode function at the Text change event of textbox.
you can set your function at the Enter even of the Textbox , because once the barcode scanning will finish barcode automatically put a hit Enter button.
Fahid Zahoor 29-Oct-21 11:18am View    
i have one more question,
i have 3 textboxes on my screen
1-Product Name (Textbox)
2-Price (Textbox)
3-Barcode (Textbox)
now I want if my focus on the product name but suddenly I scan the barcode then the barcode will be written inside the 3-Barcode Text box.
is it possible if yes then How?
Fahid Zahoor 29-Oct-21 11:14am View    
Thank you so much, man. I have done my problem, now it's working fine. I appreciate your help.
Fahid Zahoor 21-Oct-21 7:55am View    
yes, I like your approach,
I will also set my barcode search start at the leave even of the textbox.
but badly nothing happens.
because I did not set any "terminating character" please can you tell me how to set the terminating character of the barcode scanner?
I'm little bit confused we set the termination caharcers in our barcode device settings or we add terminating character in the barcode No