|
-
Feb 9th, 2008, 01:43 PM
#1
Thread Starter
Fanatic Member
creating watermark.
Hey I have a form which pulls data from a table which has a true/false field called (processed).
if this field is true (already did this), i want to do the following:

but instead of void I want to display "processed"
-
Feb 9th, 2008, 04:05 PM
#2
Re: creating watermark.
 Originally Posted by masfenix
Hey I have a form which pulls data from a table which has a true/false field called (processed).
if this field is true (already did this), i want to do the following:
but instead of void I want to display "processed"
Do you want to display on the form or do you need to print it? If it's just on a form I'd create a little graphic in Photoshop, drop it on a picture box and then set the visible property to true or false as required.
-
Feb 9th, 2008, 04:07 PM
#3
Thread Starter
Fanatic Member
Re: creating watermark.
but i want it to be trasnparent
-
Feb 9th, 2008, 04:09 PM
#4
Re: creating watermark.
 Originally Posted by masfenix
but i want it to be trasnparent
Why couldn't you use an image with transparency?
Also, you're not actually doing this with checks, are you?
-
Feb 9th, 2008, 05:44 PM
#5
Thread Starter
Fanatic Member
Re: creating watermark.
no its just a form. i'll try with a transparent picture, but dosnt it depend on the picturebox>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|