Re: Double Click a List Item to Open an Associated File

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Go to this site:
http://www.mvps.org/access/api/api0001.htm

It contains an API that presents the Common File Open Dialog. You can use
this to allow the user to navigate to the file. Once selected, it returns
the full path to the file.

Then use a hyperlink field in your table to store the path to the file.
"dustinw101 via AccessMonster.com" <u48758@uwe> wrote in message
news:9e5e94bd42de4@xxxxxx
I'm trying to find some type of already built solution or template so I
can
see the base code to help me out but can't seem to find anything. Would
appriciate any help.

I have 2 list boxes:
1. List of Documents Needed from a Customer
2. List of Documents Received from a Customer

What I want is when the user clicks on the an item from the Docs Needed
list,
I want them to have to option to "attach" a file to that list entry as it
gets marked as a document received. Then at anytime when a user clicks on
one of the items in the Documents Received List, the user can view that
document. I don't want to actually attach the file into the record itself
becuase of bloating, my DB would max out in no time at all. Rather I want
the user to get prompted with an 'Open File' dialog box so that they can
select the file that needs to be attached. After the file is selected, I
want to rename it to something standard like (ClientID + - +
UniqueRecordID),
then place it into a folder where all the docs area saved.
Suggestions??
Thanks for any help guys!! Love this Site

--
Message posted via http://www.accessmonster.com



.



Relevant Pages

  • Re: modularity... (was: Re: Looking for real world examples to explain the difference between proced
    ... Usually a public API encapsulates something substantial so the data behind the API would not be visible to those outside. ... If the software architecture emulates the customer's domain infrastructure faithfully, then when change filters down to the software if should be relatively easy to accommodate it because the customer has already figured out the path of least resistance. ... Generally the compiler for a specific LALR language is not a good application area for the OO paradigm and its problem space abstraction. ... Rather than coming up with compiler for each one we went the lex/yacc route and provided a generic compiler where one configured it with an external BNF description of the language to be compiled. ...
    (comp.object)
  • Double Click a List Item to Open an Associated File
    ... I'm trying to find some type of already built solution or template so I can ... see the base code to help me out but can't seem to find anything. ... List of Documents Received from a Customer ... I want them to have to option to "attach" a file to that list entry as it ...
    (microsoft.public.access.formscoding)
  • Re: ActiveX componant in .Net?
    ... To give the customer an API to use, I would put that into a separate class ... assemblies or set the url as trusted. ... This seems like can ActiveX control, but does .Net have anything to ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Send Multiple Attachments from Outlook
    ... Prior to my automation work, all of the documents were manually created in ... My automation eliminated all of the manual Word docs that they were saving, ... then somehow, through vba, attach them into to an email. ... In my case, the file names can vary, depending on the Customer file they are ...
    (microsoft.public.access.modulesdaovba)
  • RE: Send Multiple Attachments from Outlook
    ... Then use the attachments collection of the newMail object to attach each ... via Outlook, see the OUTLOOK OBJECT MODEL in OUTLOOK VBA HELP and seach ... In my case, the file names can vary, depending on the Customer file they are ...
    (microsoft.public.access.modulesdaovba)