Search:

Type: Posts; User: 10gez10

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    747

    Re: Filter database rows

    Thanks FunkyDexter and smendoza for your replies, in the end after recapping on previous things I did I managed to reslove the issue at hand.

    http://i42.tinypic.com/33w45rb.jpg
    As you can see in...
  2. Replies
    3
    Views
    747

    [RESOLVED] Filter database rows

    Hi all,

    I'm trying to filter my results in the a database in this case call workers, I've previous sold this issue in the past using dao though I was wondering if It was possible with the current...
  3. Re: how to hide list on combo box in visual basic using MYSQL command??

    Could you post a screenshot of the error message after compiling it together?
  4. Replies
    10
    Views
    1,323

    Re: my new language: i need 1 advice

    This is like 2+2=4 lol

    Here you go..


    int soma() //The function (Main program)
    {
    return 0;
    }
  5. Replies
    3
    Views
    4,778

    Re: Detecting network connection loss

    If its for local network its possible otherwise for WAN network or other it would prove to be difficult though do-able.

    http://msdn.microsoft.com/en-us/library/he5sca5t(v=vs.90).aspx

    As An...
  6. Thread: vb 2008 socket

    by 10gez10
    Replies
    2
    Views
    2,856

    Re: vb 2008 socket

    There's plenty of tutorials on youtube for example

    http://www.youtube.com/watch?v=VKsp-qK9Ojc
  7. Replies
    0
    Views
    818

    Basic IRc Client

    The program has fully compiled but seems to exit after trying to connect to a irc server in this case "irc.swiftIRC.net", since there is a lot of code it would be unwise to paste it all. Ive attached...
  8. Replies
    9
    Views
    1,388

    Re: ADOD1 Multi Filtering

    It now works like a charm, I've tested out three input texts fields and it displays correct data with no issues. Thank you so much Doogle saved me alot of hassle :)
  9. Replies
    9
    Views
    1,388

    Re: ADOD1 Multi Filtering

    Fixed all spelling error's, it's now saying data type mismatch in criteria expression.

    *Edit* I have over looked all the columns name and text fields will all seem to be perfectly fine I'm...
  10. Replies
    9
    Views
    1,388

    Re: ADOD1 Multi Filtering

    It throws an error message at this (Run-time error'424';)

    If txtmoveid.Text <> vbNullString Then
  11. Replies
    9
    Views
    1,388

    Re: ADOD1 Multi Filtering

    Thank you I'll give this a try :)
  12. Replies
    9
    Views
    1,388

    Re: ADOD1 Multi Filtering

    Many thanks :)
  13. Replies
    9
    Views
    1,388

    ADOD1 Multi Filtering

    Private Sub cmdsearch_Click()

    adatavideo.RecordSource = "select * from movietable where MovieID = '" & txtmovieid.Text & " ' "
    adatavideo.RecordSource = "Select * from movietable...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width