Entry_Display(integer iFile integer iFlag)
created for EntItem simulation and Server support:
if file# = 0, display only if Data_File is in Done-array
else display only if file# = Data_File
Entry_Update(integer iFile integer iFlag)
This is designed onlt to work with DDs. With DDs, this is called under
two conditons.
1. Update for find (passes iFile and Flag=1). We never want to update for finds. Text is not indexed
2. Update for save (passes iFile=0 and Flag=3).
Thus we update if a ddo save (iFlag=3) the field is changed, and the file is in done array