PDA

View Full Version : e_ function call


ScottDuncan
09-18-2005, 12:22 PM
I've run across a problem calling a function from a on e_Key and on e_ID.
Is it possible?

on Menu and on Key events (page) i'm calling a global function but it doesn't trigger.

I use functions all the time, i'm thinking maybe making function calls from those events just isn't possible?

Intrigued
09-18-2005, 09:39 PM
Here is a small project that shows that a Global Function will work with both.

Check this .apz (AMS 6 needed) out and tell me if this is what you meant.

Intrigued
09-18-2005, 10:03 PM
I typed out the Dialog.Message in the On Menu. It should contain the code below (sorry there):

if e_ID == 101 then
fTest()
end