|
-
Jan 14th, 2000, 03:26 AM
#1
Thread Starter
New Member
I am wondering how to print the current form in VB5.
I'm trying to wirte an order form program that you fill it in and print it out w/out saving.
Any help would be appreciated.
------------------
I'm a (S)eeker (O)f (C)hrist!
RU?
-
Jan 14th, 2000, 03:35 AM
#2
-
Jan 14th, 2000, 04:08 AM
#3
Thread Starter
New Member
I'll try that.
I case you couldn't tell I'm a Newbie to VB I've built useless programs to use mainly single controls. I appreciate the help.
------------------
I'm a (S)eeker (O)f (C)hrist!
RU?
-
Jan 14th, 2000, 05:59 AM
#4
If PrintForm works for you, you may want to set the Visible property of some controls that aren't a part of the order (like command buttons) to False, and the set them back to True when printing is done. If your form and/or controls are colorful and you don't have a color printer, you can also save the BackColor, set it temporarily to vbWhite, and restore the saved BackColor after printing.
------------------
Marty
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
|