On 3/19/07, Luca Bertoncello <[EMAIL PROTECTED]> wrote:

if(SysLibFind("Net.lib", &AppNetRefnum) == 0)
{
  if(NetLibIFUp(AppNetRefnum, Creator, Instance))
    StrCopy(W, "T");
  else
    StrCopy(W, "F");
}
else
  StrCopy(W, "0");


isn't it missing a SysLibOpen call?


Estêvão Samuel Procópio

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to