Hello James,
The problem is, i want to start a action in the main-window.
In the main window, i define a var < nPROGPOS = 1 >.
In the Child, the var gets the value from the folder :
ON CHANGE Optionget( nOption, nOldoption)
nPROGPOS := nOption
A Test in the Child => nPROGPOS has the value from the folder-pos.
Inside the child, everything is ok.
But when i press the button in the Main-Window
nPROGPOS is allways 1.
I need the nOption-value in the office-bar.
When it is impossible to do it this way, i have to create a button
in each folder for the needed action.
It seems, nPROGPOS in the Main-window is different to the one
in the Child.
I checked : Public, static, private, by reference
No chance at all.
Regards
Uwe