for every numeric field in the report is alot of overhead...
I was looking for something like left/right...except maybe
a CSS Style type.
Joe Eugene
-----Original Message-----
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 07, 2004 3:29 PM
To: CF-Talk
Subject: RE: Technique To Hide Numbers
Left(), Right()
-----Original Message-----
From: Joe Eugene [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 07, 2004 2:18 PM
To: CF-Talk
Subject: Technique To Hide Numbers
We have several reports with Numeric fields and we want to be
able to attach preceeding random numbers, so the user wont be
able to copy the report into any other format.
One way of doing this is using basic HTML Font Tag.
e.g.
<td><font color=ffffff>#randRange(1,10)#</font>441155.40</td>
This technique will display the report correctly but when user
goes to mark the Page, it will display invalid numbers.
This works but for large reports (over 5000 lines), repeating the
<font> tag can create a big overhead to send all that html to the browser.
Is there any other way to accomplish the above using CSS OR HTML?
Perhaps a technique to hide the first 2 numbers?
Thanks,
Joe Eugene
________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

