mit folgender Sequenz
Code: Alles auswählen
'Dialogaufruf
Dlg = CreateUnoDialog(DialogLibraries.Standard.Dlg_Biegeschwing)
Dlg.Execute()
if OptionsButton1.state then
fall = 1
endif
if OptionsButton2.state then
fall = 2
endif
if OptionsButton3.state then
fall = 3
endif
if OptionsButton4.state then
fall = 4
endif
msgbox fall
Das will mir aber nicht gelingen.
Wie muß ich dann aber die Abfrage der OptionsButton gestalten?
Mit Gruß
Werner