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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.