Axax client onActivateSheet SelectPossible problem
I would like to have pre chosen possible values of a field when entering one specific sheet in my report. The report consists of many sheets but when the user runs it in Ajax he only see one at a time, and Ii do not whant this field to be preselected in the whole document.
I have tried to solve this by the trigger "onActivateSheet"
When I set a "onActivateSheet" trigger on one of my sheets and choose selectPossible of a field it works fine in the client (both with web-view and without) but it does not work when it runs in ajax environment, in Ajax environment nothing happens, the field values is not selected.