Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text diappears from static text area

Status
Not open for further replies.

firelex

Programmer
Jan 10, 2002
118
DE
Hello, all!
My problem is:
I have a static text area (IDC_GP_LNUMHL) and an editable text area.
If I bind a variable (m_strLNumHl) to the id of static text and try to change it's text -> the static field show nothing: neither the text, that I've typed in by creating, nor the new text, that I wanted to place there.

I should be a translation mechanism for my GUI.

Any ideas?

Thanx
 
As long as you are setting the variable correctly, it sounds like you're just missing a call to "UpdateData".

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top