Skip to content
Pete edited this page Jun 15, 2018 · 5 revisions

Back to Home

  • NetErr(<lNewError>) lError
    Checks if a database command (like: USE , APPEND et.c.) has failed in a network operation. Optionally, sets error status to <lNewError>.
    NetErr() returns .T. when files cannot be opened due to shared access violation. It happens when a process opens a file in shared mode and then an attempt is made to open this same file in exclusive mode, or when a file already opened in exclusive mode is attempted to be opened in any other mode.

  • NetName() cWorkstationName

  • NextKey( [<nInputMask>] ) nInkeyCode
    returns the value of the next key in the buffer without extracting it.

  • NoSnow() NIL
    ('CGA', anyone?)

  • NToCDoW( <nDayOfWeek> ) cDay
    returns the day name of <nDayOfWeek>. returns empty string on empty/invalid (not in range 1-7) <nDayOfWeek>.

  • NToCMonth( <nMonth> ) cMonth
    the month name of <nMonth>. returns empty string on empty/invalid <nMonth> (e.g. not in range 1-12)

  • NumButtons() nButtons
    returns the number of buttons that a mouse has!

Index

Harbour exclusive functions Clipper compatible functions
hb_A A
hb_B B
hb_C C
hb_D D
hb_E E
hb_F F
hb_G G
hb_H H
hb_I I
hb_J_K J K
hb_L L
hb_M M
hb_N_O N O
hb_P P
hb_R Q R
hb_S S
hb_T T
hb_U U
hb_V V W
hb_W X Y

  • Contrib. Libraries
HBWIN WinAPI Library Compress Libraries
HBHPDF Library (Haru) Multi Threading
Harbour Socket API hbCT (Cl*pper tools)
Serial API hbNF (NanForum library)
HBCURL cURL API Library Mini-XML docs

Clone this wiki locally