Forums
This topic is locked
Does anyone know how to...
Replies
Replied 01 Feb 2002 18:12:32
01 Feb 2002 18:12:32 Viktor Farcic replied:
Click on cell in question and go to Insert > Special Characters > Non-Breaking Space
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Does anyone know how to show a table border when the cell is empty? I don't want to put a character in the same colour as the background.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Viktor Farcic
TalkZone Manager
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Does anyone know how to show a table border when the cell is empty? I don't want to put a character in the same colour as the background.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Viktor Farcic
TalkZone Manager
Replied 01 Feb 2002 18:51:36
01 Feb 2002 18:51:36 Dan Slade replied:
Great, thanks, worked a treat.
Replied 10 Jul 2002 19:00:36
10 Jul 2002 19:00:36 Tuan Hoang replied:
I know about putting a non-breaking space character into a cell to make the cell appear not to be empty, but if I'm pulling the data from a database into a repeating region, and several of the fields are empty, how can I code it to put in the if the cell is empty? any help would be greatly appreciated.
Regards,
guano
Regards,
guano
Replied 10 Jul 2002 22:40:14
10 Jul 2002 22:40:14 Julio Taylor replied:
depending on your app server, a simple conditional statement should do it:
(non-code)
if <recordset empty> then insert  
else
print <recordset data>
endif
or something along those lines?
------------------------
Poolio
MSN:
www.eliziumdesign.com
(non-code)
if <recordset empty> then insert  
else
print <recordset data>
endif
or something along those lines?
------------------------
Poolio
MSN:
www.eliziumdesign.com
Replied 11 Jul 2002 15:59:06
11 Jul 2002 15:59:06 Tuan Hoang replied:
I've got a Windows 2000 Server with IIS5. I'm using ASP with VBscript
how would I check for the recordset.Fields.Item("item".Value to be empty?
I tried an IF...Then...Else... and it seemed to not like the way I put If recordset = " " then ... else.
how do I reference it to be empty or blank?
thanks for the help.
how would I check for the recordset.Fields.Item("item".Value to be empty?
I tried an IF...Then...Else... and it seemed to not like the way I put If recordset = " " then ... else.
how do I reference it to be empty or blank?
thanks for the help.