Come to think about I have made dummy statemens for as long as I rember,  So
even if  you do it, it only means you can think! I hope!
 
 

Gunnar Ekblad

Kontema IT AB

Hästholmsvägen 32

131 30 Nacka

Sweden

 

-----Ursprungligt meddelande-----
Från: [email protected] [mailto:[email protected]] För Lawrence Lustig
Skickat: den 24 mars 2009 17:35
Till: RBASE-L Mailing List
Ämne: [RBASE-L] - RE: 3 Button Pause/Dialog?


<<
STDCALL will run in a forms EEP.
>>


I finally had a chance to look at this.  There is a problem, although it's
not the one the error message indicates.

STDCALL works fine from inside an EEP.  However, it does not work under the
following circumstance:

1. The STDCALL call is placed inside a Stored Procedure.

2. The stored procedure is called without an assignment, like this:

CALL SetDropdownList('cbTest', 500)

If both those things are true, the STDCALL function fails with the message
"Illegal command in Entry/Exit Procedure." even though no EEP is involved.

The easy workaround is to do a meaningless assignment:

SET VAR vJunk = (CALL SetDropdownList('cbTest', 500))

which works.
--
Larry

Reply via email to