Hello,
I have on_change function in a wizard ... I'm trying to get the context variable such as 'active_id' or pass new variables from the xml, but it always shows me empty context .
is there any way to get active_id of the parent form in my on_change method ..
thanks ...
active_id is passed when a wizard is called from a button or short cut Menu. How are you calling your wizard?
post your code here, to get better idea