Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
funkster #1
Download Repeat Region Server Behavior
Hi,
Using this server behaviour I'd like to name the file I save from a field in my recordset but I keep getting errors back when I try to do this. Is it possible.
Thanks, Mark.
funkster Guest
-
download repeat region
Hi, I used the download repeat region on a site I set up a while ago, it worked great then. My customer has told me it no longer works, instead... -
Updating Repeat Region
Using PHP I have a dynamic repeat region in Dreamweaver. In each repeat region I have a button that gives the option to update that specific region... -
repeat region
Hi.. I use repeat region to view only 10 records at a time, so how can I have another link that when user click on next it will go to another 10 of... -
problem with repeat region
i'm currently doing an ecommerce website for my project. using dreamweaver and access for the database btw. so here's a brief description of how the... -
php repeat region
Hey guys, question about PHP, I'm trying to help out a friend but I don't really know anything about php. I'm also pretty amaturish at asp. I... -
-
Bill Horvath .:CMX:. #3
Re: Download Repeat Region Server Behavior
In the behavior, where you name the file, you should be able to use
#YourRecordsetName.WhateverField# as long as the recordset code comes before
the behavior code.
--
Bill Horvath
Free Tutorials for All Macromedia Products
[url]http://www.communitymx.com/free.cfm[/url]
Free 10 Day Trial
[url]http://www.communitymx.com/joincmx.cfm[/url]
"funkster" <webforumsuser@macromedia.com> wrote in message
news:e374g0$f1g$1@forums.macromedia.com...> Hi,
> Using this server behaviour I'd like to name the file I save from a field
> in my recordset but I keep getting errors back when I try to do this. Is
> it possible.
> Thanks, Mark.
Bill Horvath .:CMX:. Guest
-
funkster #4
Re: Download Repeat Region Server Behavior
Thanks for your response. I knew it should work but was having problems with
the syntax.
I've now got this working, for anyone who's interested here is my exact code:-
replace
"inline; filename=order.csv"
with
"inline; filename=order" & (Recordset1.Fields.Item("OrderNumber").Value) &
".csv"
Mark.
funkster Guest



Reply With Quote

