|
-
Dec 6th, 2002, 05:37 AM
#1
Thread Starter
Fanatic Member
STILL UNRESOLVED - Lightning answer needed...
Hi All.
I have several forms in my program, which i need extending to the length of an A4 sheet of paper, but it won't allow you to create a form, larger than the monitor size.... any ideas?
I need to print an invoice full page, but can't insert anything else because i've run out of page ! lol
Do i need scroll bars, if so... how? All the forms are already complete, so i don't want to rip them apart to put scroll bars in...
This program has GOT to be finished 2day.... so any help would be much appreciated.
Regards,
Paul.
Last edited by VisionIT; Dec 6th, 2002 at 06:17 AM.
-
Dec 6th, 2002, 05:39 AM
#2
In the early days of computers we had A4 monitor. Find one, it might help.....
-
Dec 6th, 2002, 05:40 AM
#3
Lively Member
Why don't you just create a Word template and copy the text from the invoiceform into the Wordfile and then print? Would be a lot easier way then to trying stretch a form to a4 size.
Regards,
danielsan
'Even though the book is finished. There's no need to close and forget.'
-
Dec 6th, 2002, 05:43 AM
#4
Frenzied Member
If you use a MDI then the forms are shown in this mdi , if they are bigger than the screen then a scrollbar is added .(I think)
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
-
Dec 6th, 2002, 05:45 AM
#5
Thread Starter
Fanatic Member
gr8 idea....
Nice idea... but how do i do that???
Regards,
Paul.
-
Dec 6th, 2002, 06:43 AM
#6
Frenzied Member
Where do you do what, on which reply do you count.
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
-
Dec 6th, 2002, 06:48 AM
#7
Thread Starter
Fanatic Member
I was going to say... how can i create a Word document, and integrate it into the VB program... but i've done it now....
Thanks everyone for your help.
Regards,
Paul.
-
Dec 6th, 2002, 07:14 AM
#8
why not just use the report designer.. create reports.. and put the data from the form onto the report...
-
Dec 6th, 2002, 08:17 AM
#9
yay gay
yea or create a picture with gdi and fill it up
\m/  \m/
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
|