DBEDIT()*         Locks up with return value of 2.

Clipper Version 1.29 dtd 04/15/91.

Problem Statement

When a UDF returns a value of 2, DBEdit locks up.

Cause

Unknown.

Work Around(s)

1) Use TBrowse.

2) If you still want to use DBEdit, then:
a) save the recno() of the following record
b) "go top"
c) go to the saved recno()
d) _then_ refresh your screen.