Results 1 to 9 of 9

Thread: STILL UNRESOLVED - Lightning answer needed...

  1. #1

    Thread Starter
    Fanatic Member VisionIT's Avatar
    Join Date
    Nov 2002
    Location
    Workin'...
    Posts
    718

    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.

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611
    In the early days of computers we had A4 monitor. Find one, it might help.....

  3. #3
    Lively Member
    Join Date
    Oct 2002
    Location
    behind a pc
    Posts
    117
    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.'

  4. #4
    Frenzied Member swatty's Avatar
    Join Date
    Aug 2002
    Location
    somewhere on earth
    Posts
    1,478
    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

  5. #5

    Thread Starter
    Fanatic Member VisionIT's Avatar
    Join Date
    Nov 2002
    Location
    Workin'...
    Posts
    718

    gr8 idea....

    Nice idea... but how do i do that???

    Regards,

    Paul.

  6. #6
    Frenzied Member swatty's Avatar
    Join Date
    Aug 2002
    Location
    somewhere on earth
    Posts
    1,478
    Where do you do what, on which reply do you count.
    Code:
    If Question = Incomplete Then
       AnswerNextOne
    Else
       ReplyIfKnown
    End If
    cu Swatty

  7. #7

    Thread Starter
    Fanatic Member VisionIT's Avatar
    Join Date
    Nov 2002
    Location
    Workin'...
    Posts
    718
    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.

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    why not just use the report designer.. create reports.. and put the data from the form onto the report...

  9. #9
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    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
  •  



Click Here to Expand Forum to Full Width