I have an error routine within Foxpro, this works fine if I create an error on purpose (ie select a file which does not exist). However I get a Foxpro fatal Error when using the ExternalEvent Procedure with Foxpro.
Basically there is a procedure in the shockwave object which sends me 1 of 4 things if a button is pressed. This being in :
PROCEDURE ExternalEvent
LPARAMETERS bstrevent
If I put code in this procedure, does not matter what the code is (could be just IF...ENDIF). From time to time this fatal error is called. If no value for bstrevent is sent or I have no code in this Procedure the fatal error is never called.
Is theire a different way I can communicate with Foxpro Via Shockwave???
Basically there is a procedure in the shockwave object which sends me 1 of 4 things if a button is pressed. This being in :
PROCEDURE ExternalEvent
LPARAMETERS bstrevent
If I put code in this procedure, does not matter what the code is (could be just IF...ENDIF). From time to time this fatal error is called. If no value for bstrevent is sent or I have no code in this Procedure the fatal error is never called.
Is theire a different way I can communicate with Foxpro Via Shockwave???