Im using a Office2007-Buttonbar in a ChildWindow
of Outlock2003.
The Bar is a Control of the Child like the Gets and Says.
I dont want a Save-Button.
I solved the problem like this
1. I created a hidden button with the function oDlg1:Update()
( oDlg1 is the Child of oOutlook ).
2. When I press one of the Office-Bar-Buttons of the Child,
the action at first does a click on the hidden button
oBtn0:Click() for the oDlg1:Update().
Added Information : 02.02.2008
Var-Definations in Outlook2003
------------------------------------
oGet VAR cGET
oSay VAR cSAY
oRadio VAR nRADIO
oCheck VAR lCHECK
How to get the Child-Values
when Switching to Office2007-Bar !!!!
-------------------------------------------
cGET = oGet:Value()
cSAY = oSay:Varget()
nRADIO = oRadio:nOption
lCHECK = oCheck:Varget()
------------------------------------
It works, but is there maybe another way, to handle this ?
Greetings from Germany
U. König