Results 1 to 3 of 3

Thread: Captions not displaying

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Location
    NH
    Posts
    90

    Question

    In my program even when stepping through it a line at a time it does not want to update the screen.

    frmProofDesk.CurrentStatus.Caption = "Processing SQL"
    frmProofDesk.CurrentStatus.BackColor = &HFF00&

    I only have one screen up. I can't figure it out.

    Thanks Scott

  2. #2
    Addicted Member Tiovital's Avatar
    Join Date
    Apr 2000
    Posts
    249
    hi,
    add DoEvents after last command

    Regards

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Location
    NH
    Posts
    90

    Tried that

    When in the debugger it show that the value has been changed when I put my cursor over it but the screen doesn't change. I put a DoEvents before and after the two lines still nothing.

    Help
    Scott


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