xHarbour Reference Documentation > Function Reference |
Queries or changes the color for displaying failure messages of Net*() functions.
SetNetMsgColor( [<cNewColor>] ) --> cOldColor
The function returns the previous color as a character string.
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).
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 |
http://www.xHarbour.com