STDCALL will run in a forms EEP.
----- Original Message -----
From: "Lawrence Lustig" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Monday, March 16, 2009 1:35 PM
Subject: [RBASE-L] - RE: 3 Button Pause/Dialog?
<<
How about using the wonderful Windows MessageBox? Here's how:
Mike:
I think more people would use some of these functions if you wrapped them up
in an R:Base stored procedure. That way, it's all standard R:Base code (for
the end-user programmer, anyway. That's what I did with the
SetDropdownWidth function you were kind enought to research for me. (I'll
post this function to the list tomorrow, when I'm on the client site where
I'm using it).
The only problem I see is that it appears that STDCALL never got added to
the list of allowable commands in EEPs, so you need to make sure that part
of the routine runs before any forms start.
--
Larry