VBScript Problem :-(

P

PBeast

When you take the form over from OL2000 to OLXP, the form
does not copy the user properties. You have have to
properly bound the properties again CheckBox11. I had the
same problem when I tried to move my OL2k form to
OLXP....none of the properties were copied over....so i
had to manually configure the properties again for the
necessary fields.
Put the form on OLXP and run it in design mode....see if
the properties were crossed over.
Hope this helps.
 
F

Florian Rosch

Hi,
thanks for this hint, but that wasn't the problem. All properties were bound
properly to the checkboxes, under OL2k and under OLXP. I had to take out
this line of code completely to make the form run. Seems that OLXP has a
problem when trying to change properties of such a checkbox (or textbox or
something else) directly via
"Item.GetInspector.ModifiedFormPages("Message").Controls("CheckBox11")". But
this is the first form I'm programming with such a strange behaviour, all
other forms I've programmed in the past worked fine under OLXP.

I don't know where this problem comes from, I've taken out this line of code
and it works ;-)

Thanks for your help!

Florian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top