PC Review


Reply
Thread Tools Rate Thread

How to Display Scanned Images With Associated Application

 
 
charles.kendricks@charter.net
Guest
Posts: n/a
 
      6th Dec 2006
I have presented this problem recently, but was not as specific as I
should have been. I have a patient database with a patient information
form. I also have a large folder of patient records which have been
scanned to disk. The scanning software names each scanned image in the
following format: firstname_lastname_imagexxx, where xxx is a unique
autoincrementing number, so that each and every scanned file has a
unique xxx number. Also each patient might have anywhere between 2 to
10 scanned images

I am still a raw novice at VBA programming, but I need to be able to
display the scanned images from the patient information form. I want
to display the scanned images with the associated application which is
Windows Picture and Fax Viewer. I am willing to entertain any and all
ideas as to the best method I should use to accomplish this task.

Thanks in Advance

 
Reply With Quote
 
 
 
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      6th Dec 2006
I'd use ShellExecute to start the app:

http://www.mvps.org/access/api/api0018.htm

It looks complex, but it really isn't. Just put the code from the Web page
in a standard module and call it like it shows in the comments.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have presented this problem recently, but was not as specific as I
> should have been. I have a patient database with a patient information
> form. I also have a large folder of patient records which have been
> scanned to disk. The scanning software names each scanned image in the
> following format: firstname_lastname_imagexxx, where xxx is a unique
> autoincrementing number, so that each and every scanned file has a
> unique xxx number. Also each patient might have anywhere between 2 to
> 10 scanned images
>
> I am still a raw novice at VBA programming, but I need to be able to
> display the scanned images from the patient information form. I want
> to display the scanned images with the associated application which is
> Windows Picture and Fax Viewer. I am willing to entertain any and all
> ideas as to the best method I should use to accomplish this task.
>
> Thanks in Advance
>



 
Reply With Quote
 
charles.kendricks@charter.net
Guest
Posts: n/a
 
      6th Dec 2006
Thanks, but wouldn't the user need to know the exact file name of the
scanned image? In my case all the user would know would the the first
and last name of the patient. I know how to get that information from
the patient form, but what about the rest of the file name,
particularly the unique incrementing number portion of the scanned file
name?


Arvin Meyer [MVP] wrote:
> I'd use ShellExecute to start the app:
>
> http://www.mvps.org/access/api/api0018.htm
>
> It looks complex, but it really isn't. Just put the code from the Web page
> in a standard module and call it like it shows in the comments.
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I have presented this problem recently, but was not as specific as I
> > should have been. I have a patient database with a patient information
> > form. I also have a large folder of patient records which have been
> > scanned to disk. The scanning software names each scanned image in the
> > following format: firstname_lastname_imagexxx, where xxx is a unique
> > autoincrementing number, so that each and every scanned file has a
> > unique xxx number. Also each patient might have anywhere between 2 to
> > 10 scanned images
> >
> > I am still a raw novice at VBA programming, but I need to be able to
> > display the scanned images from the patient information form. I want
> > to display the scanned images with the associated application which is
> > Windows Picture and Fax Viewer. I am willing to entertain any and all
> > ideas as to the best method I should use to accomplish this task.
> >
> > Thanks in Advance
> >


 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      6th Dec 2006
You need to have a list of all the files for that patient, probably
displayed in a subform, then clicking on the record would open the form to
that record. While the following app downloads the paths to Word.doc and txt
fiels to a table, it could be modified to do your image files:

http://www.datastrat.com/Download/DocMgr_2K.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks, but wouldn't the user need to know the exact file name of the
> scanned image? In my case all the user would know would the the first
> and last name of the patient. I know how to get that information from
> the patient form, but what about the rest of the file name,
> particularly the unique incrementing number portion of the scanned file
> name?
>
>
> Arvin Meyer [MVP] wrote:
>> I'd use ShellExecute to start the app:
>>
>> http://www.mvps.org/access/api/api0018.htm
>>
>> It looks complex, but it really isn't. Just put the code from the Web
>> page
>> in a standard module and call it like it shows in the comments.
>> --
>> Arvin Meyer, MCP, MVP
>> http://www.datastrat.com
>> http://www.mvps.org/access
>> http://www.accessmvp.com
>>
>> <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I have presented this problem recently, but was not as specific as I
>> > should have been. I have a patient database with a patient information
>> > form. I also have a large folder of patient records which have been
>> > scanned to disk. The scanning software names each scanned image in the
>> > following format: firstname_lastname_imagexxx, where xxx is a unique
>> > autoincrementing number, so that each and every scanned file has a
>> > unique xxx number. Also each patient might have anywhere between 2 to
>> > 10 scanned images
>> >
>> > I am still a raw novice at VBA programming, but I need to be able to
>> > display the scanned images from the patient information form. I want
>> > to display the scanned images with the associated application which is
>> > Windows Picture and Fax Viewer. I am willing to entertain any and all
>> > ideas as to the best method I should use to accomplish this task.
>> >
>> > Thanks in Advance
>> >

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to display scanned images from a form charles.kendricks@charter.net Microsoft Access 2 1st Dec 2006 02:26 PM
Scanned images have whorls desertryder@gmail.com Scanners 8 22nd Jul 2006 06:40 PM
Inserting Scanned Images =?Utf-8?B?U3RhY3k=?= Microsoft Frontpage 8 26th Mar 2006 11:45 PM
scanned images =?Utf-8?B?dmlj?= Microsoft Powerpoint 1 3rd Mar 2004 01:30 PM
Rotating Scanned Images - help ste Windows XP General 1 7th Dec 2003 10:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:15 PM.