Forums
This topic is locked
50,000 +1 have read this
Posted 21 May 2002 02:31:26
1
has voted
21 May 2002 02:31:26 Dave Clarke posted:
I have seen the thread for displaying how many times a certain record has been displayed but this would seem to concern only one record at a time, like on a detail page.Is it possible to perform this count on multiple records such as in a repeat region?
I have a page that displays 5 records at a time, so they would all need to have 1 added to the counter.
dave
Replies
Replied 21 May 2002 09:25:57
21 May 2002 09:25:57 Viktor Farcic replied:
Put the code for updating counter inside of repeated region.
Viktor Farcic
TalkZone Manager
Viktor Farcic
TalkZone Manager
Replied 21 May 2002 12:47:37
21 May 2002 12:47:37 Dave Clarke replied:
thank you, these things are so simple when you think about it <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Put the code for updating counter inside of repeated region.
Viktor Farcic
TalkZone Manager
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Put the code for updating counter inside of repeated region.
Viktor Farcic
TalkZone Manager
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 21 May 2002 16:27:47
21 May 2002 16:27:47 Dave Clarke replied:
I can set up a stored procedure to update "seencount" but nothing shows up in the data bindings panel, although it does appear in the code for the page.
Is this right?
If so where do i then put the code for it to perform its action? anywhere in the repeat region?
Is this right?
If so where do i then put the code for it to perform its action? anywhere in the repeat region?
Replied 21 May 2002 16:46:34
21 May 2002 16:46:34 Dave Clarke replied:
Just tried to add the stored procedure and got this error
While executing applyServerBehavior in command.htm,the following Javascript error(s)occured:
At line 1059 of the file "D:\Macromedia\Dreamweaver UltraDev 4\configuration\shared\ultradev\scripts\ssClasses.js" node has no properties
any ideas?
While executing applyServerBehavior in command.htm,the following Javascript error(s)occured:
At line 1059 of the file "D:\Macromedia\Dreamweaver UltraDev 4\configuration\shared\ultradev\scripts\ssClasses.js" node has no properties
any ideas?