Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: and0b
  • Order by date
  1. and0b

    frame on the form

    Yes, I think this is the reason. Thank you!
  2. and0b

    frame on the form

    I'm trying to move frame with option buttons on it during runtime but only bottom line of the frame is moving. I'm using properties me.frame.top=1440 and me.frame.left=770. What is wrong? Andrew
  3. and0b

    form, texboxes and code

    Yes, it works different(?!) but still not right! I have problem not with triggering event but with boxes which should move in the place of each other but they wont. Andrew
  4. and0b

    label location

    this all is at design time, I'm just changing number and saving manually.
  5. and0b

    label location

    How I can save parameters?? I thought so when I'm saving code I'm also saving parameters?
  6. and0b

    label location

    I have a label on the form for which I'm setting location" Me.lbl_lname.Top = 1500 Me.lbl_lname.left = 2000 now I'm saving this code, running the form and checking how does loock. Next in the code I'm changing position to: Me.lbl_lname.Top = 750 Me.lbl_lname.left = 1000 saving...
  7. and0b

    width of the form

    Thank you! I just found so me.insidewidth=14400 works as well.
  8. and0b

    width of the form

    I was asking about before but I still don't know why I have a problem with width of the form. At design time I created form with width=5" and at run time I want to change its size to 10". Me.width=14400 sometimes is working sometimes don't. Is there other way to change width of the form which...
  9. and0b

    form, texboxes and code

    Can someone please take a look at this piece of code? it is driving me crazy! All I want to have is three text boxes moving up as user is typing info in these textboxes, when cursor/active box stays in the middle of the form. For some reason it does not work as I want to. Here it is: Private...
  10. and0b

    KeyPress in run time

    But I'm going to use also other events like GotFocus, LostFocus.
  11. and0b

    KeyPress in run time

    Thank for quick reply, but I'm a beginner. Can you say little bit more? some samples?
  12. and0b

    KeyPress in run time

    How to use KeyPress methode in run time. I have a form on which I'm creating textboxes in run time. When user enters data, he is using ENTER key to jump to the next textbox. How to assing KeyPress method to the just created tsxtbox so it will working with ENTER key (13)? Thnak you for any help...
  13. and0b

    property of textboxes

    Thanks, I figured it out. Here it is: par='3' MyForm.textbox&par..width=150 I don't have idea why there have to be two dots. Andrew
  14. and0b

    form width

    Problem is so I want to chcange size of the form during run time. I did try also other numbers for form width none was working.
  15. and0b

    property of textboxes

    I need advice on changing few textboxes properties at once. I have 10 textboxes: textbox1, textbox2,..... textbox10. How can I change width of textbox2, textbox4, textbox5, textbox7 and texbox9 at once? Can I somehow replace # with variable in MyForm.textbox3.width=150 Thank you!
  16. and0b

    form width

    I'm sorry, I was not clear - I want to change width of the form.
  17. and0b

    form width

    I'm creating for at run time: Dim frm As Form Set frm = CreateForm frm.NavigationButtons = False frm.Width = 500 why I can remove navigation buttons but not size??? Can someone help me with that?
  18. and0b

    text box on the form

    Thank you!
  19. and0b

    text box on the form

    How to add a textbox on the form from code, during run time?
  20. and0b

    continuus search

    Thank you! It is working now!

Part and Inventory Search

Back
Top