xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

SetNetMsgColor()

Queries or changes the color for displaying failure messages of Net*() functions.

Syntax

SetNetMsgColor( [<cNewColor>] ) --> cOldColor

Arguments

<cNewColor>
This is a SetColor() compliant color string used to display messages when a Net*() function fails.

Return

The function returns the previous color as a character string.

Description

SetNetMsgColor() queries and/or changes the color of messages displayed by Net*() functions on the screen, when a requested database operation fails in a multi-user environment. The messages are displayed in the last screen row (at the bottom of the screen).

Info

See also:NetAppend(), NetDbUse(), NetDelete(), NetFileLock(), NetRecall(), NetRecLock(), SetNetDelay()
Category: Network functions , Screen functions , xHarbour extensions
Source:rtl\ttable.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe