FF_TextBox_Clear

Started by C & GBS, Inc , July 08, 2010, 10:12:58 AM

Previous topic - Next topic

C & GBS, Inc

I am using the following code to clear the textbox TXTFIRSTNAME, but it does not clear as I think that it should.

FF_TextBox_Clear (HWND_FRMADDRESSBOOKIII_TXTFIRSTNAME)

What I am trying to do is to clear the textbox after I have written the record.

Thank you,

Buck

Rolf Brandt

Use this instead:

FF_TextBox_SetText (HWND_FRMADDRESSBOOKIII_TXTFIRSTNAME, "")

FF_TextBox_Clear clears only the current selection in a TextBox.

Rolf
Rolf Brandt
http://www.rbsoft.eu
http://www.taxifreeware.com
I cook with wine, sometimes I even add it to the food.
(W. C. Fields)

C & GBS, Inc

Rolf,

That works... and thank you for your time.

Buck

Rolf Brandt

No problem. Without the help I got from this forum I often would have been lost.
Rolf Brandt
http://www.rbsoft.eu
http://www.taxifreeware.com
I cook with wine, sometimes I even add it to the food.
(W. C. Fields)