Displaying JPG images

Kenneth Brody kenbrody at bestweb.net
Thu Mar 31 09:24:19 PST 2005


Quoting Don Coleman (Thu, 31 Mar 2005 12:13:40 -0500):
[...]
> As a first step I set up an @KEY routine to display the image via
> Internet Explorer (chosen because it will be installed on each of the
> WIN2000 & XP clients currently in use).  However, using the code posted
> below I cannot restore control to my fP app. until I close the IE
> window.  Anyone know of a better way of doing this and also, if it is
> possible to using the Tiling feature w/i Windows to have my fP app. plus
> my image being displayed side by side?  TYIA.
[...]
>        Then: AA(200,*)="C:\PROGRAM FILES\INTERNET EXPLORER\IEXPLORE.EXE
> C:\RXPRI
>              SON\FILEPRO\NDC\5852104520.jpg"
>        Then: system AA;end

Use the START command:

    system "start c:\rcprison\filepro\ndc\5852104520.jpg"

(You can also "start iexplore.exe ..." to force IE to display the image
if you want.  However, by using only the filename, Windows will use
whatever program you or the user has configured to display images, and
not force the user to use IE.)

This returns control (though not the focus) back to filePro immediately.

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list