Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Custom Fields in Topic
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 18 June 2008 :  08:40:05  Show Profile  Reply with Quote
Your error is in post_info.asp

Line 177-178


		strSql = "SELECT C.CAT_STATUS, C.CAT_NAME, F.F_NOTELET_ALLOWED to strSql, " &_
		"F.FORUM_ID, F.F_STATUS, F.F_TYPE, F.F_SUBJECT, " &_


Change them to say:
		strSql = "SELECT C.CAT_STATUS, C.CAT_NAME, " &_
		"F.FORUM_ID, F.F_STATUS, F.F_TYPE, F.F_SUBJECT, F.F_NOTELET_ALLOWED, " &_
<
Go to Top of Page

sgoode
Starting Member

United Kingdom
22 Posts

Posted - 18 June 2008 :  09:21:01  Show Profile  Visit sgoode's Homepage  Reply with Quote
Hi Carefree

I made the change exactly as you posted, however, I am still getting the error message:

Microsoft JET Database Engine error '80040e14'

Syntax error (missing operator) in query expression 'F.F_NOTELET_ALLOWED to strSQL'

/housing/post_info.asp, line 196



Steve<
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 18 June 2008 :  09:25:31  Show Profile  Reply with Quote
I didn't notice before, but you have the same error in lines 188-189. Fix the same way.<
Go to Top of Page

sgoode
Starting Member

United Kingdom
22 Posts

Posted - 18 June 2008 :  09:39:46  Show Profile  Visit sgoode's Homepage  Reply with Quote
Slightly different eroor message in same area:

Microsoft JET Database Engine error '80040e14'

The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.

/housing/post_info.asp, line 196

Steve<
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 18 June 2008 :  10:01:34  Show Profile  Reply with Quote
Post a link to your latest modified post_info.txt.<
Go to Top of Page

sgoode
Starting Member

United Kingdom
22 Posts

Posted - 19 June 2008 :  03:00:08  Show Profile  Visit sgoode's Homepage  Reply with Quote
Latest post_info.txt posted.

http://www.qwiksites4u.com/text_docs/post_info.txt

Steve<

Edited by - sgoode on 19 June 2008 03:56:09
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 19 June 2008 :  05:46:47  Show Profile  Reply with Quote
Line 189, remove the last comma.<
Go to Top of Page

sgoode
Starting Member

United Kingdom
22 Posts

Posted - 19 June 2008 :  06:36:15  Show Profile  Visit sgoode's Homepage  Reply with Quote
Carefree

That got it. I really appreciate the time and the help.

I'm not sure if what I have ended up with is what I was expecting; might just be my expectations.

The Notelet field is available on posting. However, It does not appear when viewing a post and also it is not searchable. I was hoping that I would have an extra field that I could use in a similar way to the Subject field.

I wanted a field (two would have been better) that would allow people to be more specific about their topic and could also be added to the search form.

Did I misunderstand the mod?

Thanks
Steve<

Edited by - sgoode on 19 June 2008 06:40:20
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 19 June 2008 :  09:50:23  Show Profile  Reply with Quote
To make notelets searchable would require modifying the search form, and you'd have to allow all members access to them.

That may not be the best solution to what you want, though. Adding additional fields (other than subject and message) would also require modifying the search form. Maybe the best solution would be educating the users to be more descriptive?<
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07