Xbasic
BROWSE.REFRESH_BROWSE Function
Syntax
C Browse.Refresh_Browse()
Description
The .REFRESH_BROWSE() method refreshes the form or browse, as if you had pressed Browse > Refresh Display (same as the Refresh command on the menu)
Example
dim br as P
br = browse.view("Names")
br.refresh_browse()Limitations
Desktop applications only.
See Also