Navigation:  Classes > bBrowser >

bBrowser:EnableSkipEoF()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Enable or disable the ability of the browser to skip the data server to end of file.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:EnableSkipEoF([<lEnable>]) Æ NIL

Arguments

<lEnable>A logical value that indicates whether the record pointer may be skipped to end of file by the browser. If this argument is not specified, the value TRUE is used as a default, and the ability is enabled.
Data type:Logic

Description

bBrowser:EnableSkipEoF() enables the browser to skip the attached server to the phantom record at Eof. This ability only applies to movements implemented by the browser and not those made directly with the server.

See Also

bBrowser:IsSkipEoFEnabled()

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_enableskipeof.htm