Forums

This topic is locked

display icon to replied messages

Posted 29 Apr 2002 06:23:15
1
has voted
29 Apr 2002 06:23:15 zoe z posted:
<font face='Verdana'></font id='Verdana'><font size=2></font id=size2><font color=blue></font id=blue>
i built a page to display all messages that i've received.now,i want to put an icon on every messages that i've replied.this way,i know i've replied to that message and won't accidentally replying twice to a message.can this be done with UD4?i use asp and access 2000

Replies

Replied 29 Apr 2002 13:06:09
29 Apr 2002 13:06:09 Andrew Watson replied:
Aye this is definately poss. !
All you need to do is 'FLAG' the record when you reply to it.

How do you reply to messages? what triggers it?

Do you click on the message then fill out a form and send a reply to them? Is it posted as an email or to the database or what.

give us a wee bit more info.

All you need to do is add a yes/no field to your Messages table called REPLIED or something like that, its default value should be 0. When you reply to a message you need to update this to -1.

pop an update command in your page just as the reply is being posted and then youll know !!!

:: Son, im Thirty.... ::
Replied 30 Apr 2002 02:36:30
30 Apr 2002 02:36:30 zoe z replied:
how do i reply to a messsage:i click on the message,fill out a form and send it to database.can you pls give a detailed info on how to do this coz i'm new to UD 4



<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Aye this is definately poss. !
All you need to do is 'FLAG' the record when you reply to it.

How do you reply to messages? what triggers it?

Do you click on the message then fill out a form and send a reply to them? Is it posted as an email or to the database or what.

give us a wee bit more info.

All you need to do is add a yes/no field to your Messages table called REPLIED or something like that, its default value should be 0. When you reply to a message you need to update this to -1.

pop an update command in your page just as the reply is being posted and then youll know !!!

:: Son, im Thirty.... ::
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote><font face='Verdana'></font id='Verdana'><font size=2></font id=size2><font color=blue></font id=blue>
Replied 30 Apr 2002 05:15:02
30 Apr 2002 05:15:02 zoe z replied:
okay,i've tried to do that.i assigned the replied field as yes/no but it turned out as true/false in my display table.and,on top of the table,there are another true false true false.what if i want to change the true/false in the table with a symbol,say,a tick or an image?do i need to assign the replied field as image? i want to delete the true false true false on the top of the table.how to do that?maybe you could write some coding just to guide me

<font face='Verdana'></font id='Verdana'><font size=2></font id=size2><font color=blue></font id=blue>

Reply to this topic