Using Enabler with Microsoft Visual FoxProDeliveryItemSelectedEvent does not fire from ActivatePopupProblemFoxPro cannot handle nested events. That is, if the code is inside an event handler such as a button click, or key press, any other events will be ignored. ExampleIf you call EnbPumpX.ActivatePopup from an event. This method displays the Pump Status/Stack dialog. The user can then select a delivery from the stack. This normally causes the DeliveryItemSelected event to fire. Because of the FoxPro limitation, this event does not occur. WorkaroundSet the ModalPopup property of each EnbPumpX control to .F. (false). The dialog will then be displayed modelessly; that is, it will be displayed, but your code will continue to run - you should then return from the event handler. This will allow the DeliveryItemSelected event to fire when the user selects a delivery some time later. © 2005 Integration Technologies Limited Last revised Wednesday, 04-Nov-2009 18:41:53 EST |