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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 Signature
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Reloadmaster
Starting Member

32 Posts

Posted - 24 June 2001 :  05:31:08  Show Profile  Visit Reloadmaster's Homepage  Send Reloadmaster an ICQ Message
Hi! I've a little porblem i want somw help with...
I have done so when someone leaves a message and includes the signatur it will be a line between. BUT!
It also happens when they don't inlude the signature and that's my problem i dont wan't it to show when they don't include the signature...

Someone who can help me?

Ooops here is the code:
txtMessage = txtMessage & vbCrLf & vbCrLf & "<hr noshade color=""#000000"" size=""1"">" & vbCrLf & ChkString(GetSig(STRdbntUserName), "signature" )


I love this forum!!!
<---««« That's me!

Deleted
deleted

4116 Posts

Posted - 24 June 2001 :  05:54:20  Show Profile
quote:

Hi! I've a little porblem i want somw help with...
I have done so when someone leaves a message and includes the signatur it will be a line between. BUT!
It also happens when they don't inlude the signature and that's my problem i dont wan't it to show when they don't include the signature...

Someone who can help me?

Ooops here is the code:
txtMessage = txtMessage & vbCrLf & vbCrLf & "<hr noshade color=""#000000"" size=""1"">" & vbCrLf & ChkString(GetSig(STRdbntUserName), "signature" )


I love this forum!!!
<---««« That's me!



You have to check if the signature is empty or not before appending the <hr> tag. Something like that:


strTempSignature = ChkString(GetSig(STRdbntUserName), "signature" )
if strTempSignature <> "" then
txtMessage = txtMessage & vbCrLf & vbCrLf & "<hr noshade color=""#000000"" _
size=""1"">" & vbCrLf & strTempSignature
end if


Hope this helps...

Think Pink
Go to Top of Page

Reloadmaster
Starting Member

32 Posts

Posted - 24 June 2001 :  07:48:08  Show Profile  Visit Reloadmaster's Homepage  Send Reloadmaster an ICQ Message
I wonder if enyone can help me build an IF tag wich has
af it's marked show
xxxx
and isn't it the show
xxxxx

I love this forum!!!
<---««« That's me!
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07