reload

Reload the document

 

document.reload();  -> send retrieve to current document

document.reload(true); -> same

document.reload(false); -> send "simple" retrieve without analyzing the PSR File or the SQL Command behind this. This is faster variant

(beas-Script: retrieve)

 

document.refresh(); is a reload(false), but open a question box, if data not saved.