Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
TinkerUK #1
Server Behaviour Help
Hi all,
I was wondering if someone could help me with my first attempt at creating a
server behaviour.
I've got as far as creating a server behaviour but my paramaters include
selecting Dynamic Text - which gives the result in ASP tags <% %>.
I just need the resulting Dynamic Text with the ASP tags. Is this possible an
if so, how?
I've attached the code to this message. DFD_RecordSetItem is a Dynamic Text
Field (the part I'm having the problem with!).
The code I'm using generates part 1 of the attached code.
The code I want it to return is part 2 of the attached code.
The code I'm using in my behaviour is part 3 of the attached code.
Thanks again,
Delme Greening.
Attached Code Starts Here
~~~~~~~~~~~~~~~~~~~~~
Part 1
<%=fncFmtDate(<%=(rsDocuments.Fields.Item("Date"). Value)%>, "%d %b %Y")%>
Part 2
<%=fncFmtDate((rsDocuments.Fields.Item("Date").Val ue), "%d %b %Y")%>
Part 3
<%=fncFmtDate(@@DFD_RecordSetItem@@, "@@DFD_FormatString@@")%>
TinkerUK Guest
-
RSS Feed Eater - VBScript Server Behaviour released
Hi, I have just added my latest Dreamweaver extension to my website. It makes the task of consuming and displaying RSS feeds on ASP VBScript web... -
Server Behaviour limitations in Macintosh
Using DWMX2004 on Mac and I know there is only enough room for 26 server behaviour sub menu folders, including built-in Macromedia ones. Question:... -
crazy behaviour
Hi, I'm thring to get a form to respond to slections made in a select control. I'm not going mad it just feels like it - but my form just... -
URL Behaviour
We've added a web service to our application. I've set the "URL Behaviour" property to dynamic. The put the following key in our web.config... -
cant get Restrict Access to Page server behaviour towork
All my asp pages have been working up until now. The first problem started when I put the Restrict Access to Page server behaviour on a page... it...



Reply With Quote

