Search results

  1. A

    How to create DB Dump in MSSQL2005?

    That works perfect! Cheers That works perfect! Cheers
  2. A

    How to create DB Dump in MSSQL2005?

    Hi Guys I need your help, i would like to create a DB dump for a current DB that i have. The DB is MSSQL 2005, i will be happy to hear directions. Thanks for your time
  3. A

    Hyperlink problem

    Hi Guys, I have the following code (a great guy helped me here) Private Sub Cmd_To_Plans_Click() FollowHyperlink "file:///" & Me.link End Sub Where link is the field name. Now here is the problem: This is a button that helps the user to see the file (usually it is jpg files) with editor...
  4. A

    Using Hyperlink.Follow

    Thats works perfect - cheers mate!:)
  5. A

    Using Hyperlink.Follow

    This is the code that i put: Private Sub Cmd_To_Plans_Click() FollowHyperlink "Files://" & Me.Link End Sub This is an error that i got :-( files://C:\Documents%20and%20Settings\All%20Users\Documents\My%20Pictures\Sample%20Pictures\Sunset.jpg/ Any thuoughts? Appriciate
  6. A

    Using Hyperlink.Follow

    what i am trying to do is to actually have the ability to see the hyperlink that within the field - the syntax that you gave me is working - but it is only open the software and not opening the picture associate with...any ideas? Thanks a lot!
  7. A

    Using Hyperlink.Follow

    Ok, and if the file is the field name how should i implement it? Thanks a lot for your help!
  8. A

    Using Hyperlink.Follow

    Well i am trying to associate to the filed graphic software view... and i dont have "http://"... any thoughts? Thanks
  9. A

    Using Hyperlink.Follow

    Hi Guys, I am trying to use the Hyperlink function. The problem is that it does not open any graphic software view when I am pressing the button – I would appreciate any help. Here is the code that I attach to the button: Private Sub Cmd_To_Plans_Click() On Error GoTo sof: If Not...
  10. A

    How do i save files to specific folder

    Hi guys, Thanks for your reply. Dave, i will try to explain myself, i am using dialog box form the URL that i sent here - http://www.mvps.org/access/api/api0001.htm - this is the common FileSave API that is uploding images to the DB - this is works perfect. Once the image is in the DB i.e...
  11. A

    How do i save files to specific folder

    Hi guys, I have access 2000 application for real estate. I have form that i was creating a "file open" dialog box. I was using the module from http://www.mvps.org/access/api/api0001.htm and it is working fine. This module is uploading the image that i want to specific field in the DB. Now i...
Back
Top Bottom