cancel
Showing results for 
Search instead for 
Did you mean: 

Extended Edit box loses the typed value when form is resized

Former Member
0 Kudos
56

Extended Edit box loses the typed value when form is resized:

Hi,

I have added an extended edit box in a system form (SO form). When form is resized, I'm programmatically repositioning the edit box for proper alignment. When I do that, whatever has been typed in the edit box is lost (which is not yet saved).

If I don't do repositioning of the edit box, then it is working fine - whatever the user typed remains there.

Why is this happening, and how can I work-around this?

Thanks for your help.

Regards,

Geetha

Edited by: Rui Pereira on Dec 23, 2008 4:24 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Anuj,

Thanks for your reply.

But, I need to have the scroll bar enabled, because the text entered can have more letters than the size of the edit box.

Regards

Geetha

Former Member
0 Kudos

I'm doing work-around to handle this - store value in a variable and reload it into the edit box.

Former Member
0 Kudos

Hi Geeta,

Try to disable the scroll of Extended Edit text.

its in the property list of the Extended Edit Textbox's object.

Actually its also with SBO's own extendedBoxes but whenever we mouse over on the box. it again appears but ita after saving the data.