Hi All,
Working on a survey-application.
Using DynamicObjects to create the survey pages. So far so good.
I want to use 'Broadcast Recursive Send' command on the dynamically created objects to display and save the entered data.
Example:
Code:
Class cSurveyWebRadio is cWebRadio
......
Procedure pSave
String sValue
Webget psValue to sValue
End_procedure
End_Class
But when i execute the 'Broadcast Recursive send' command on cWebDynamicObjectContainer the pSave command is not executed.
Is this by design? Am i doing something wrong? Can i do it in another way?