Added: 2 years ago
From: networking26
Views: 40,989
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (45)

Sign In or Sign Up now to post a comment!
  • 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~

  • 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. :)

  • Comment removed

  • 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...

  • 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?

  • best tutorials ever!!!!!

  • Thanks for this tutorial. I really appreciate you help and time.

  • 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 This is a realy good question, i'm not sure on this.

    I can check for you and let you know.

  • 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

  • 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 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.

  • Hi there, why am I not getting the button next to the textbox after the first name. Using visual studio 2008. thanks

  • Can I have the code for the "start page" of yours with the three buttons...and the rest as well plz...

  • Where do I find th download section for this code?

  • You the MAN! Thank you very much. xoxo lol

  • 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... ^_^)

  • 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 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 can I have a copy of your code then sir??? please help sir(.T_T.)... thank you(.T_T.)...

  • @konosetzu12 go to jd site care dot com

    I have a couple projects in the Downloads section you can download and use.

  • how can you make it in vb6???... please help me sir need it on our project :'(...

  • how can you make that on a vb6??? please help me :'( I need your help sir please reply :'(...

  • Jas, gud video jas.. ermm when u want to come to my home, long time no see..

  • Is is posible that the search can be made with separate button and textbox therfore eliminating the search bar?

  • @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 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

  • 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 you forgot the '.

    So LIKE @Genre + '%'

  • 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

  • Im having trouble because when I add a new data it doesn't save it in the database. What can I do?

  • @Ednamarie87 Make sure you add a new record first.

    Click the + button in the menu bar.

  • Well in the program it shows the new line but when I go to the Database I don't see the new data.

  • 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

  • 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 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

  • i did not find that option on my visual maybe i didnt searched well?

  • 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!

  • 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.

  • theres no textbox that appears in my query

    do you have any idea?

  • Me neither!! What did you do?

  • lol,man you aint prepared for that eh?

    thanks btw

  • 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 + '%'

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more