473,405 Members | 2,187 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Images in export to HTML, help!

I'm trying to put together a simple access database that will allow a friend
to maintain a simple database of products/pictures/prices, which he can then
export to html and upload to a website.

Problem is that access doesn't export the images when saving to HTML :(

The export to PDF solution isn't appropriate in this instance, is their a
third party print to html utility anywhere, or any other easy solution to
this problem?

Thanks in advance

Chris

--
Chris Cox
ch***@cbcox.demon.co.uk (home)
ch******@3mail.com (mobile)
Nov 12 '05 #1
6 6268
"Chris Cox" <ch***@cbcox.demon.co.uk> wrote:
I'm trying to put together a simple access database that will allow a friend
to maintain a simple database of products/pictures/prices, which he can then
export to html and upload to a website.

Problem is that access doesn't export the images when saving to HTML :(


ReportUtilities
http://www.lebans.com/ReportUtilities.htm
might have some options that work for you.

Or write some VBA code that creates text files with all the html embedded in them as
appropriate. That'd be a fair amount of work.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #2
Thanks for the reply, will try ReportUtilities first, if not, some coding
awaits!

I'm surprised that given the amount of requests for this feature, nobody has
written something to do it - unfortunately it's beyond my capabilities or I
would!

--
Chris Cox
ch***@cbcox.demon.co.uk (home)
ch******@3mail.com (mobile)

"Tony Toews" <tt****@telusplanet.net> wrote in message
news:n2********************************@4ax.com...
"Chris Cox" <ch***@cbcox.demon.co.uk> wrote:
I'm trying to put together a simple access database that will allow a friendto maintain a simple database of products/pictures/prices, which he can thenexport to html and upload to a website.

Problem is that access doesn't export the images when saving to HTML :(
ReportUtilities
http://www.lebans.com/ReportUtilities.htm
might have some options that work for you.

Or write some VBA code that creates text files with all the html embedded

in them as appropriate. That'd be a fair amount of work.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

Nov 12 '05 #3
If it were me I'd build the HTML text from code :) (Based on a template I
built and doing string search and replace to substitute my content for
markers I've placed)
--
Bradley
Software Developer www.hrsystems.com.au
A Christian Response www.pastornet.net.au/response
"Chris Cox" <ch***@cbcox.demon.co.uk> wrote in message
news:c1*******************@news.demon.co.uk...
I'm trying to put together a simple access database that will allow a friend to maintain a simple database of products/pictures/prices, which he can then export to html and upload to a website.

Problem is that access doesn't export the images when saving to HTML :(

The export to PDF solution isn't appropriate in this instance, is their a
third party print to html utility anywhere, or any other easy solution to
this problem?

Thanks in advance

Chris

--
Chris Cox
ch***@cbcox.demon.co.uk (home)
ch******@3mail.com (mobile)

Nov 12 '05 #4
Use an HTML Printer Driver. There are lots of free or shareware ones out
there. I've tried and like the results from:
http://www.aureliasystems.com/

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Chris Cox" <ch***@cbcox.demon.co.uk> wrote in message
news:c1*******************@news.demon.co.uk...
I'm trying to put together a simple access database that will allow a friend to maintain a simple database of products/pictures/prices, which he can then export to html and upload to a website.

Problem is that access doesn't export the images when saving to HTML :(
The export to PDF solution isn't appropriate in this instance, is their a third party print to html utility anywhere, or any other easy solution to this problem?

Thanks in advance

Chris

--
Chris Cox
ch***@cbcox.demon.co.uk (home)
ch******@3mail.com (mobile)


Nov 12 '05 #5
"Stephen Lebans" <Fo****************************************@linval id.com> wrote:
Use an HTML Printer Driver. There are lots of free or shareware ones out
there. I've tried and like the results from:
http://www.aureliasystems.com/


Thanks. Added to my list of printer tools.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #6


On way is to create the relevant pages using asp on a local server/workstation (IIS/PWS) then 'spider'
these pages to static HTML pages and image files for upload.

The asp pages publish the contents of the database directly, so when you add or edit an item using an Access
Form the change is reflected immediately. A tool such as the free HTTrack/WinHTTrack can generate a static
copy of the pages and image files which can then be uploaded to any web server.

The whole process is easily scripted, for example, you could run the spidering plus HTML compacting, site
validation, mapping and upload in a batch file to automate the entire publishing process.

A simple asp image database sample is available here:
http://www.ammara.com/support/samples/

HTTrack is available here:
http://www.httrack.com/

--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous
"Chris Cox" <ch***@cbcox.demon.co.uk> wrote:
I'm trying to put together a simple access database that will allow a friend
to maintain a simple database of products/pictures/prices, which he can then
export to html and upload to a website.

Problem is that access doesn't export the images when saving to HTML :(

The export to PDF solution isn't appropriate in this instance, is their a
third party print to html utility anywhere, or any other easy solution to
this problem?

Thanks in advance

Chris

--
Chris Cox
ch***@cbcox.demon.co.uk (home)
ch******@3mail.com (mobile)


Nov 12 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Vikrant | last post by:
Hey Friends I need to export an Access Report using a filter. I am using the method OutputTo m_pDoCmd->OutputTo( 3, // asOutputReport COleVariant(strReportName), // <report name>...
3
by: Tim T | last post by:
Hi, I hope there is someone reading this that has the answer, Please Help! I have the need to send a html email via asp.net. its easy enough to send an html email and add attachments. My...
2
by: Yaseen D M | last post by:
I have aspx page which contains some gif, jpg and png images. PNG image is generated dynamically. This file is basically a graph image. The problem i am facing in exporting these images to word,...
0
by: sonali | last post by:
when i export grid to word i got whole data but on that grid i have some run time created images that gives some problem images come blank (there is grid inside table) Dim str As String...
7
by: tinman | last post by:
Hi, nooB here, I came here cause you folks know WAY more than I do. I'm an artist, I use access 2002 to organize records of my paintings, which include images of each one. Often I want to email...
2
by: wstsoi | last post by:
hi I have to read images from spreadsheet, is it possible to do with php?
9
by: Confused but working on it | last post by:
Just wanted to say thanks for the posts helping me make ths work. Added a few comments and after the readdir used a pattern match to test for ..jpg, and seems to work fine on my test setup. Maybe I...
0
by: =?Utf-8?B?U2hhbQ==?= | last post by:
Hai all, In my application, I need to Export webpage things into hard drive. I am using gridview, and i export all things(with the help of some sites) into excel except images. Please, Can...
0
by: Mariaprabudass E | last post by:
I need to extract images from pdf file. There is option in Acrobat 8.0(Advanced-->Document Processing-->Export All images). I tried to automate that process. But i could not know how to close the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.