Hi,
I'm trying to upgrade some old code in foxpro 2.6 dos/win that use the
NL1F25.FLL or .PLB librairy that access NOVELL Serveur.
Here is the list of fonction that im trying to replace with the equivalent
in windows fonction with foxpro 2.6/windows. This code is preview to be
replace with a new application. But in the meanwhile im trying to eliminate
the NOVELL 3.1 Server and putting all those application on a Windows servers
for better hardware and access stability.
Function Description NOVELL
N_B_PASSWO Check if password is valid or change password
N_CAPDFLT Set or query the default capture device
N_CAPGET Get information about print capture device
N_CAPSET Set print capture device attributes
N_CAST Send a broadcast message
N_CHECKF Find the station that has a file lock
N_CHECKR Find the station that has a record lock
N_DATE Get server date; set local station date to server's
N_FULLNAME Get full name of the user logged in at a station
N_INDOS Enable or disbale NetLib "InDos" TSR flag
N_LOGOUT Logout and detach from a server
N_MONITOR Initiate activity monitoring for a database file
N_READY Ready program for network operation
N_SERVER Get or Set preferred server
N_STANUM Get or Set the current station number
N_WHOAMI Get name of user logged in
Can you help me ?
Thanks