views:

41

answers:

0

Hello. So i have this very weird problem. I have a form A with 3 tabs, which calls another form B passing in the value of a memoedit(textbox) control.This memoedit control is placed on the third tab.

When i try to call form B, without having accessed the third tab, NO value is passed. However, when i try to call form B, after having opened the third tab (the button that opens form B is on the second tab), thae the value is passed just fine.

This is a very weird behaviour and even the senior programmer at my work couldn't help.The memoedit control's value is filled via databinding, in case that's of any use to know.