Results 1 to 3 of 3

Thread: What the hell am I doing wrong?

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    IL
    Posts
    39

    Post

    Ok, my form is set to...
    Hight 15000
    left 105
    Moveable true
    Start up Position Windows Default
    top -5670
    Width 11970
    ScaleHight 14625
    scaleLeft 0
    scaleMode twip
    ScaleTop 0
    ScaleWidth 11880

    In program creation/editing, I can view the entire form, but not when I run it. I can only view the first half the form in run mode, and why does it only print the first half of the form when I tell it to print form.

    I don't understand how It is there, and the second half of the form is working and holding information in run mode, but I cant see/print it in run mode.

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    That's a very big form and unless you are using a very high screen resolution you'll never see it all. What do you mean when you say "In program creation/editing, I can view the entire form..."? Do scrollbars appear on the form? Do you have VB6? If so you can see how the form will look on the screen at run time if you right-click on the "viewing" area of the Form Layout window and check Resolution Grades.

    ------------------
    Marty
    What did the fish say when it hit the concrete wall?
    > > > > > "Dam!"

  3. #3
    Hyperactive Member Juan Carlos Rey's Avatar
    Join Date
    Aug 1999
    Location
    Mendoza, Argentina
    Posts
    301

    Post

    Top/Left corner of your screen is point 0, 0.
    If you say "top - 5670" your form will be 5670 tweeps above screen and you're not going to see that portion.

    ------------------
    Improve your self-esteem.
    It's so easy even you can do it!

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