cancel
Showing results for 
Search instead for 
Did you mean: 

Clearing of Values

Former Member
0 Kudos

Hi,

In Add mode, after I add values, I need to clear the values in the form.

I clear the values like this

oForm.Freeze(True)

oForm.Items.Item("TxtSeq").Specific.Value = ""

oForm.Items.Item("TxtStd").Specific.Value= ""

..

..

..

..

oForm.Freeze(False)

When I run this code,I see that the value in each and every field gets cleared in sequence one by one .

All the fields turn yellow.

The clearing is explicitly visible.

This happens even after freezing and unfreeze the form.

I just dont want this to be visible to the user.

Can anyone help ?

Mina

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You could try setting the datasources behind these fields to blanks rather than the edittext's themselves. This might help.

John.

Answers (0)