Results 1 to 6 of 6

Thread: store image to access database problem

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2012
    Posts
    55

    store image to access database problem

    I made a project SRLGNT. In which I have to load the picture of memebrs

    I down load some code from the net and used in my code. while in rule it gives an error

    run time error '424'

    "object required"

    and show the following line of code as error:

    [.Filter = "(*.bmp;*.jpg;*.gif;*.dat;*.pcx)| *.bmp;*.jpg;*.gif;*.dat;*.pcx|(*.psd)|*.psd|(*.All files)|*.*"]

    please suggest what is going wrong

  2. #2
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,871

    Re: store image to access database problem

    Can you show more if the actual code?
    The error is related to a property without an object.
    This object should be the CommonDialog control.

  3. #3
    Frenzied Member
    Join Date
    Jan 2009
    Location
    Watch Window(Shift+f9)
    Posts
    1,879

    Re: store image to access database problem

    you are missing object name hopefully common dialog box .
    Code:
    commondialog1.Filter = "picture flie (*.bmp;*.jpg;*.gif;*.dat;*.pcx)| *.bmp;*.jpg;*.gif;*.dat;*.pcx|(*.psd)|*.psd|(*.All files)|*.*"]

  4. #4

    Thread Starter
    Member
    Join Date
    Aug 2012
    Posts
    55

    Re: store image to access database problem

    Thank you Firoz.raj,

    Problem resolved, But in these reply i can not found any link (reply thread window) to mark resolved

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: store image to access database problem

    Quote Originally Posted by deekshitulu View Post
    Problem resolved, But in these reply i can not found any link (reply thread window) to mark resolved
    In the Thread Tools dropdown located at the top of the page there is a menu item for marking the thread as resolved.

  6. #6

    Thread Starter
    Member
    Join Date
    Aug 2012
    Posts
    55

    Re: store image to access database problem

    Thanks Mr.hack

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width