Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Refreshing Screen Data

Quick Tour
Employee Form

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.