- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
10 Posted Topics
i am trying to display a DB infos into a textbox. This my code sqlstr ="SELECT Description, Price FROM T_barcode WHERE Barcode ='" & Text1.Text & "'" con.Execute sqlstr Text2.Text = rec.Fields("Description") Text3.Text = rec.Fields("price") and iam recieving this "Item cannot be found in a collection corresponding to the requested … | |
i want to auto generate an ID like 1, 2, 3. and anytime i close my application and open it again it should start from the Id it stopped. if i enter up to 6 the next one should be 7. Can anybody help me? | |
Hello i need a help for my barcode scanner project. i want to create a code save it in a DB and be able to read it and decode it with the barcode scanner. | |
please can somebody help me to load a records from a textfile(random acces file)and display it into te lisview. | |
Hello please can somebody help me to display a listview item to a textbox. | |
Can somebody help me to update my Database automatically using Data control(data1). I want to add 1 to all the value of one field so to automatically get the value of that field +1. | |
Re: i hav created 2 application and i want to send keystrokes from the 1st one to the 2nd one. can u pls help me | |
Hello i will like to have an exemple to help me understand random access file(user define data type) using dynamic array in vb6. Please with explanation. | |
Re: Hello i will like to have an exemple to help me understand random access file(user define data type) using dynamic array in vb6. Please with explanation. | |
Hello is it there any function to know the size of a dynamic array? |
The End.