T Tranborg New Member May 7, 2002 #1 Nothing happens when I Subscribe to my SmartSelect event on change! Has anybody out there any idéa whats wrong? Thanks in advance.
Nothing happens when I Subscribe to my SmartSelect event on change! Has anybody out there any idéa whats wrong? Thanks in advance.
S Stefan De Leyn New Member May 7, 2002 #2 Have you defined an input parameter in your procedure ? If not just define the following : DEFINE INPUT PARAMETER cNewValue AS CHARACTER NO-UNDO. Possibly this is the reason why nothing is happening.
Have you defined an input parameter in your procedure ? If not just define the following : DEFINE INPUT PARAMETER cNewValue AS CHARACTER NO-UNDO. Possibly this is the reason why nothing is happening.