I want to initialize some variables and do a search in a viewModel so in "Execute Expression On Show" I put :
vSeekParam := 'Check';
selfVM.Search
In the action that brings the Seeker ViewModel.
When prototyping in WECPOF, it changes the vSeekParam variable, but not when I run the model in Turnkey.
What am I doing wrong?
Thanks