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

 All Forums
 Announcements
 Announcements: New Releases
 v3.1sr3beta2 is out...
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 26 October 2000 :  12:58:53  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
on a side note... I'm just posting the code as I make changes, I'm not going to just "Do all the work" then release a final...
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

I take this will mean a bit of a return to the old days where there might be more than one beta a day (one at work, one at home, etc)?? Or should we just keep checking the beta that's on the beta page??

Dave Maxwell
--------------
When's the next meeting of Snitzaholics Anonymous<img src=icon_smile_question.gif border=0 align=middle>
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 26 October 2000 :  13:29:17  Show Profile  Visit Kal Corp's Homepage
I had to update the database for all the new Bio Fields to allow Zero Length.

I was able to register in NT mode?

I have most of these off.
Example Sex. I have it turned of, but it still fails to update the database unless I have the set to allow zero Length.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  13:35:55  Show Profile  Visit HuwR's Homepage
Mine, works ok, but I will check my DB, I may have fixed the fields already

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  13:38:02  Show Profile  Visit HuwR's Homepage
I'd already fixed my db <img src=icon_smile_sad.gif border=0 align=middle>, will try it against another one

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 26 October 2000 :  13:51:22  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
I had fixed this before by making the delivered value a " " instead of "" in the code of beta1

<center>Reinsnitz (Mike)
<font color=red>><)))'></font id=red>

<font color=green>"<font color=red>I no longer call you servants, because a servant does not know his master's business. Instead I have called you friends...</font id=red>"
-- John 15:15</font id=green></center>
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 26 October 2000 :  14:04:08  Show Profile  Visit Kal Corp's Homepage
I think we need ", <font color=red>''</font id=red>" changed to ", <font color=red>' '</font id=red>"

Also
Mike was the Post.Asp Updated with other bug updates.

I had to use a new file with my updates. :-(


Posted a bug @
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=1595&FORUM_ID=11&CAT_ID=1

Edited by - kal corp on 26 October 2000 14:07:47
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  14:22:58  Show Profile  Visit HuwR's Homepage
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I think we need ", <font color=red>''</font id=red>" changed to ", <font color=red>' '</font id=red>"

<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

I think that's what he meant, that's whats in the code anyway

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 October 2000 :  14:24:09  Show Profile  Visit HuwR's Homepage
Sorry, in the code it is '' and should be ' '

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 26 October 2000 :  15:30:18  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
There are a bunch of similar calls in that file Kal, was that the only line that should have been changed?

<center>Reinsnitz (Mike)
<font color=red>><)))'></font id=red>

<font color=green>"<font color=red>I no longer call you servants, because a servant does not know his master's business. Instead I have called you friends...</font id=red>"
-- John 15:15</font id=green></center>
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 26 October 2000 :  15:50:18  Show Profile  Visit Kal Corp's Homepage
All the Else's After strfullName :-)
Go to Top of Page

testingagain
Starting Member

2 Posts

Posted - 27 October 2000 :  16:06:16  Show Profile
How do I set the feilds to allow zero length?

Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 27 October 2000 :  21:51:01  Show Profile  Visit Kal Corp's Homepage
Manualy in the database.

better to change the register.asp files

Look for

strsql = strsql & ", <font color=red>''</font id=red>"
and add a space
like this
strsql = strsql & ", <font color=red>' '</font id=red>"

Do this for all the
strsql = strsql & ", ''"
you find
LOL <img src=icon_smile.gif border=0 align=middle>


Edited by - kal corp on 27 October 2000 21:51:33
Go to Top of Page

testingagain
Starting Member

2 Posts

Posted - 29 October 2000 :  14:17:54  Show Profile
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Manualy in the database.

better to change the register.asp files

Look for

strsql = strsql & ", <font color=red>''</font id=red>"
and add a space
like this
strsql = strsql & ", <font color=red>' '</font id=red>"

Do this for all the
strsql = strsql & ", ''"
you find
LOL <img src=icon_smile.gif border=0 align=middle>


Edited by - kal corp on 27 October 2000 21:51:33
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

There are also two instances of:
strsql = strsql & ", <font color=red>''</font id=red>''

the last " is two ' ' pushed together in two places.

tricky to find!



Edited by - testingagain on 29 October 2000 14:20:01
Go to Top of Page

GhorZonia
New Member

Finland
60 Posts

Posted - 04 November 2000 :  11:49:42  Show Profile  Visit GhorZonia's Homepage
Well, any news on v3.1 SR3? Still many bugs to hunt down?
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 06 November 2000 :  15:41:14  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
The biggest holdup is the setup.asp file :)

<center>Reinsnitz (Mike)
<font color=red>><)))'></font id=red>

<font color=green>"<font color=red>I no longer call you servants, because a servant does not know his master's business. Instead I have called you friends...</font id=red>"
-- John 15:15</font id=green></center>
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07