
xpo
|
| Posted: 08/08/2002, 4:07 PM |
|
how i can add comments from visitors for news,asp?
|
|
|
 |
Nicole
|
| Posted: 08/09/2002, 5:09 AM |
|
Hello,
I suppose that it'd be helpful for you to look at Forum example. The approach is the same in both cases: you want to add comments to one of the posting
|
|
|
 |
xpo
|
| Posted: 08/09/2002, 1:25 PM |
|
hekko and 10x,
but, how i can do link from one "new" to one of the posting ?
|
|
|
 |
Nicole
|
| Posted: 08/10/2002, 4:03 AM |
|
Hello,
could you please elaborate what you mean? The issue isn't clear for me..
|
|
|
 |
xpo
|
| Posted: 08/10/2002, 6:31 PM |
|
Hello NiIcole,
sorry for my engl.
i will try to explain again
has table Tnews with fields Fcurrent.
in page can see last 10 recordes in Tfields. I want to do comments from Users for new 1, or new2 or new3, etc
different comment for different new.
i can't did relationships for tables.
if you can explain principle , i'll be very thankful
|
|
|
 |
Nicole
|
| Posted: 08/12/2002, 11:44 PM |
|
Hello,
You should create ‘comments’ table where store information like:
User_id posted the comment
News_id for the news comment is related to
Comment_body
Then you can create Master-Detail grid form to display news and comments for each news (where news is master table and comments is detail table). Refer to the thread: http://www.gotocode.com/disc_viewt.asp?mid=12644
to find how to build master-detail form with CCS.
|
|
|
 |
xpo
|
| Posted: 08/13/2002, 2:20 PM |
|
Hello Nicole.
thanks, i made it...thanks again
|
|
|
 |
|

|