B
bbnimda
Hi All,
When I use this function with my ComboBox
MyControl.PossibleValue = "Thing1;thing2; etc... ;thingx"
Something goes wrong in my form
1) I can't new Item in my folder
2) My saved Item (created with my form), became using the default task.imp
when I use
MyControl.AddItem "thing1"
MyControl.AddItem "thing2"
..
..
MyControl.AddItem "thingX"
All is working fine
But I really need to use possible value in my form So I wonder if someone
can Help Me
Tks
When I use this function with my ComboBox
MyControl.PossibleValue = "Thing1;thing2; etc... ;thingx"
Something goes wrong in my form
1) I can't new Item in my folder
2) My saved Item (created with my form), became using the default task.imp
when I use
MyControl.AddItem "thing1"
MyControl.AddItem "thing2"
..
..
MyControl.AddItem "thingX"
All is working fine
But I really need to use possible value in my form So I wonder if someone
can Help Me
Tks