No I do not want to create a list. I want the document to show up under the
rest of the data.
(xxxx = data from database)
xxxxx xxxxxxxxxxx xxxxxxxx xxxxxxxxxxx xxxxxxxxxx
document (not path) shows here
| |
| |
| |
| |
_____________________
Thank You,
Cory
:
I presume you want the DRW to create a list of links to documents. If so,
code a custom query such as:
SELECT *, '<href="/PathToDocs/' & [docfilename] & '">' & [docdesc] & '</a>'
AS doclink, ...
and make sure you report the doclink field. When the wizard ends,
right-click the doclink column, choose Database Column Value Properties, and
select Column Value Contains HTML.
Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
:
How do I store the path to .doc & .pdf files in SQL 2000? I am trying to use
Frontpage 2003 DRW to create a result page displaying the doc or pdf file.
So far I have DRW displaying all the info need in the SQL database, but the
path for the doc & pdf files displays instead of the document.
Thank You
reply to: administrator(remove this)@lepinandrenehan.com