OK found it!

again the secrets are in the control :-)

oform = thisComponent.drawpage.forms.getbyname( "Ingave")
omodel = oform.CbxTaal
oControl = ThisComponent.CurrentController.getControl( omodel)
'
ocontrol.selectitem("N", true)

still have the question how to set a Default value with the GUI !!

Thanks


Fernand Vanrie escribió:
Hallo all,
First I treed to set with the GUI a  a Default value into a FormControl
ListBox but no sucses, the opening ListBox stays empty and the entered
value disapered.... ?

then i tried  the same  me thing using the API no sucses.......;

my best gues was

oform.CbxTaal.setPropertyvalue("Selecteditems","N") "N" is one of the
list entries
but here i have a error i need no string but a type short ?? how do i produce this type short in Basic ?

Wath i basicly want to do is to have control over the item  (who is part
of the list entries ) who is showed when opening a form.


did you try
http:///api.openoffice.org/docs/common/ref/com/sun/star/form/component/ListBox.html#DefaultSelection
?

Regards
Ariel



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to