Refreshing Screen Data
Our Employee form displays database records one row at a time. Whenever we
change the curent row, such as by navigating to a different row, we must reflect
this change on the screen. The subroutine EmpRefresh() updates our textboxes with the current dynaset row. For NULL field values,
we display the empty string.
Contents