Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Grumpfish Library 3.2 - <b>add_rec()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ADD_REC()

    This function is for APPENDing BLANK records to a database in a
    multi-user system.  The syntax is:

    ADD_REC([<wait time>])

    Required Parameters

    None

    Optional Parameter

    <wait time> is a numeric expression representing the number of
    seconds to wait for the APPEND BLANK to be successful.  If this
    parameter is not passed, the function will loop until either the
    APPEND BLANK is successful or the user presses Esc.

    Return Value

    ADD_REC() returns a logical value: True (.T.) if the APPEND BLANK is
    successful, or False (.F.) if it did not succeed within the
    specified time.  Please note that it is highly unlikely that this
    function will ever return False, except in the rare event that two
    users attempt to APPEND BLANK to the same database at precisely the
    same time.


See Also: NET_USE() REC_LOCK()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson