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 strongm 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: *

  1. markathon

    AddObject code for cmdbtn.Click event ?

    agoeddeke, I took another look at it and found that yes, your code works very well, it was my click event code that didn't work. It was missing a necessary parameter that should have been passed in. I am using D. Hennig's Application Manager form, which if you put as "do AppMgr.app" in your...
  2. markathon

    AddObject code for cmdbtn.Click event ?

    Dan, wgcs, darrellblackhawk, agoeddeke Thanks for your answers, confirming what I had come to suspect - that I can't add method code to an object prodedurally. I was trying to keep it simple, as this code block was to exist inside my vfp8start.prg routine. I tried the BindEvent code as...
  3. markathon

    AddObject code for cmdbtn.Click event ?

    Hi, I am trying to create an add-on command button to the VFP 8 Standard toolbar. I am having trouble with getting the Click event to work properly. Does anyone know what the code here should be for the click event to take in the "do ..." command? if wvisible('Standard') release oTbr...
  4. markathon

    Startup form doesn't display long enough for user input

    Mike, Thanks for your post, I figured out the same thing a bit earlier today while reading about READ EVENTS in the Help file. I put a READ EVENTS just after the "do Form myForm" line. Then, in the form itself, I put a CLEAR EVENTS in the Click event of the OK command button on the...
  5. markathon

    Startup form doesn't display long enough for user input

    Thank you for the suggestion. I had already tried that, it doesn't solve the maximum string length problem in the Messagbox function. I can make a 86 char line and it will display 12 rows of them, Messagebox won't display more than 1032 chars. But that is not the problem I was asking for help...
  6. markathon

    MSDE 2000 - where is the Enterprise Manager?

    Get a free copy of the 120-day demo version of SQL Server 2000 on CD from Microsoft. During installation, you will have the option to only install the tools. You will then have Enterprise Manager on your desktop from which to construct your MSDE database. The Tools do not time out after 120...
  7. markathon

    Startup form doesn't display long enough for user input

    I have a form that must display a lengthy Security Message prior to the user logging into the application. The form has an editbox, set to transparent, where the text message is displayed; an OK button to use to exit the form, and a Warning icon. The form's Show Window property is set as...

Part and Inventory Search

Back
Top