um, hey excuse me but can you help me out? i tried to follow the instructions but when i was done with that query thing and clicked ok, that textbox that should appear at the top doesn't show up.
Can I know what is the coding in FirstNameToolStripButton ? I can't get the button search yet. Btw, I'm using VB 2010. Hope you can help me. Thanks. :)
Hello sir, great vid, but I have a question. How to display again all the content of the database after a search? And also how to filter integers :( like date and the user number.. :( Please help. ASAP.. sub :)
How would you make a program that grabs data off the internet, and grabs it off different arears. For eg. A game which has a database. You (on the program) type in a name of one of the item, then it searches through the site and returnes a picture and other data. How would you do this?
How would i be able to make a database then somehow have it on multiple computers and then edit it on one computer and all the others recive the update?
without drag datagridview, is it possilbe to display the data if replace by textbox? when filtered, it will display on the textbox, no datagridview... (if don't understand, jus ignore, don't know what the right sentence... ^_^)
hii, i was just curious if it is possible to search in recorts in visual basic when i have the main database a access database with just a few tables, because the LIKE @LastName + '%' works only for SQL.. so do you have a solution for my long long problem? the main idea is i want to search via a textbox trough the records that i made in Access database and imported it in visual basic 2008..
um, hey excuse me but can you help me out? i tried to follow the instructions but when i was done with that query thing and clicked ok, that textbox that should appear at the top doesn't show up.
thanks in advance~
jeff13137 3 days ago
Can I know what is the coding in FirstNameToolStripButton ? I can't get the button search yet. Btw, I'm using VB 2010. Hope you can help me. Thanks. :)
AbdullahZamani 4 months ago
Comment removed
123hurm 4 months ago
This has been flagged as spam show
Hello sir, great vid, but I have a question. How to display again all the content of the database after a search? And also how to filter integers :( like date and the user number.. :( Please help. ASAP.. sub :)
heloloko 4 months ago
Is there any way to get the text in a cell and (for example) open the file that it points to?? Please, it would really help...
ScaryBlackSpider 5 months ago in playlist Fler videoklipp från networking26
How would you make a program that grabs data off the internet, and grabs it off different arears. For eg. A game which has a database. You (on the program) type in a name of one of the item, then it searches through the site and returnes a picture and other data. How would you do this?
Noobish505 8 months ago
best tutorials ever!!!!!
JOKBO1 10 months ago
Thanks for this tutorial. I really appreciate you help and time.
jakstrance 11 months ago
Is it possible to make it search for files and then display it like for example an image from a database instead of names of a user?
yohization 11 months ago
@yohization This is a realy good question, i'm not sure on this.
I can check for you and let you know.
networking26 11 months ago
i am not getting all the tools on the bar after i follow the instructions. Can someone plz tell me what i am doing wrong
petricejam 11 months ago
This has been flagged as spam show
If you can meet naughty women benaughtyman.info
samnthikumari 1 year ago
How would i be able to make a database then somehow have it on multiple computers and then edit it on one computer and all the others recive the update?
miguelrenaud 1 year ago
@miguelrenaud I am not sure exacly, this might help with it though watch?v=t1gnEp3TzyE @ 3:40 mark.
You may need to set up a network with the computers to access the DB so when you create your project in VB on the other machines.
If you can do that than watch the video i made awhile ago and it may help.
networking26 1 year ago
Hi there, why am I not getting the button next to the textbox after the first name. Using visual studio 2008. thanks
ytbisshit 1 year ago
Can I have the code for the "start page" of yours with the three buttons...and the rest as well plz...
nbatothemax 1 year ago
Where do I find th download section for this code?
salasd45 1 year ago
You the MAN! Thank you very much. xoxo lol
Willaras 1 year ago
without drag datagridview, is it possilbe to display the data if replace by textbox? when filtered, it will display on the textbox, no datagridview... (if don't understand, jus ignore, don't know what the right sentence... ^_^)
lailianime 1 year ago
sir, can you give me the code that you made???...please I need it:'( ... thank you:)... and I have question, can code work on the vb6???...
konosetzu12 1 year ago
@konosetzu12 To both of your questions.
I have not worked in VB6...i came along after 2005 was released so i don't know what would work and what wouldn't work.
Why not switch to 2008?
networking26 1 year ago
@networking26 can I have a copy of your code then sir??? please help sir(.T_T.)... thank you(.T_T.)...
konosetzu12 1 year ago
@konosetzu12 go to jd site care dot com
I have a couple projects in the Downloads section you can download and use.
networking26 1 year ago
how can you make it in vb6???... please help me sir need it on our project :'(...
konosetzu12 1 year ago
how can you make that on a vb6??? please help me :'( I need your help sir please reply :'(...
konosetzu12 1 year ago
Jas, gud video jas.. ermm when u want to come to my home, long time no see..
FIQPURSUIT 1 year ago
Is is posible that the search can be made with separate button and textbox therfore eliminating the search bar?
snake1980eyes 1 year ago
@snake1980eyes I have another video on adding a textbox and a button to perform a search.
Have a look around my channel in my visual basic 2008 playlist.
networking26 1 year ago
@networking26 Idiot me ...i solved that problem 2 minutes after i posted ... sory about that
but now i have another one.. i will leave a private message
snake1980eyes 1 year ago
i having problems with this
as i type LIKE @Genre + %'
when i click out it changes to LIKE '@Genre + %'
n whn execute querry nothing appears
Hardeep0014 1 year ago
@Hardeep0014 you forgot the '.
So LIKE @Genre + '%'
un1ted4rmy 1 year ago
i having problems with this
as i type LIKE @Genre + %'
when i click out it changes to LIKE '@Genre + %'
n whn execute querry nothing appears
Hardeep0014 1 year ago
Im having trouble because when I add a new data it doesn't save it in the database. What can I do?
Ednamarie87 1 year ago
@Ednamarie87 Make sure you add a new record first.
Click the + button in the menu bar.
networking26 1 year ago
Well in the program it shows the new line but when I go to the Database I don't see the new data.
Ednamarie87 1 year ago
Hi, I added as
SELECT StaffID, Forename, Surename, Telephone, Active
FROM Table1
WHERE (Forename = @forename)
Whenever i add the + '%' it never finds my query
and i do not really understand the "@forename" part but it worked just so i can search by name....
also have u got a video that searches for values and then checks for them like a login screen would check for a password
Thanks
00ashy 1 year ago
Try typing it in like this
Like @Forename + '%'
The @Forename is saying @Fieldname, So it may not have worked cause the f in Forename is not capitalized.
Try making it a Uppercase F and see if that works.
networking26 1 year ago
@networking26 Really appreciate the quick reply :)
but i'm afraid i'm still having problems but your videos have defiantly taught me allot.
the only thing it is accepting now is '?'
but that does not let me specify the value when i load the form, only when i execute the query manually in the database
00ashy 1 year ago
i did not find that option on my visual maybe i didnt searched well?
messdark1 2 years ago
hii, i was just curious if it is possible to search in recorts in visual basic when i have the main database a access database with just a few tables, because the LIKE @LastName + '%' works only for SQL.. so do you have a solution for my long long problem? the main idea is i want to search via a textbox trough the records that i made in Access database and imported it in visual basic 2008..
Thnx in advanced!
NoFxor 2 years ago
The last time i worked in access was 4 years ago or so and never spent much time with it at all so i'm not familiar with the DB structure.
networking26 2 years ago
theres no textbox that appears in my query
do you have any idea?
SrFons 2 years ago
Me neither!! What did you do?
Ednamarie87 1 year ago
lol,man you aint prepared for that eh?
thanks btw
SrFons 2 years ago
I was out and just got back in.
Make sure after you add the datasource to your gridview that you add the query from the gridview smart task i think it's called lol.
If you removed the navigation it may not work, i'm not sure as i haven't done that yet.
Make sure when you add the filter you type it like this (eg.):
LIKE @LastName + '%'
networking26 2 years ago