FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Windows 8.1 + Windows server 2012 = Fail
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Windows 8.1 + Windows server 2012 = Fail
Posted: Fri Jan 09, 2015 11:17 AM
friends,

I am accessing a network with Windows Server 2012 server using a station with windows 8.1.

In this case the isDir () and Hb_DirExists () always return .F., The same existing directory.

Any idea how to solve this?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Windows 8.1 + Windows server 2012 = Fail
Posted: Fri Jan 09, 2015 11:25 AM
Vilian,

I use LisDir() and i have no problem at all.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: Windows 8.1 + Windows server 2012 = Fail
Posted: Fri Jan 09, 2015 11:56 AM

In Windows 8.1 + Windows Server 2012 ?

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Windows 8.1 + Windows server 2012 = Fail
Posted: Fri Jan 09, 2015 01:08 PM
Code (fw): Select all Collapse
   IF .NOT. lIsDir( "C:\NFEPDF" )
      lMkDir( UPPER( "C:\NFEPDF" ) )
   ENDIF


João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: Windows 8.1 + Windows server 2012 = Fail
Posted: Fri Jan 09, 2015 02:12 PM

Karinha,

Isso não funciona se vc estiver usando uma estação com Windows 8.1, utilizando um server 2012

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Windows 8.1 + Windows server 2012 = Fail
Posted: Fri Jan 09, 2015 02:48 PM
vilian wrote:Karinha,

Isso não funciona se vc estiver usando uma estação com Windows 8.1, utilizando um server 2012



Porque? Dá alguma mensagem de erro? HD está com as permissões?

Aqui, não reportaram problemas.

abs.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: Windows 8.1 + Windows server 2012 = Fail
Posted: Fri Jan 09, 2015 05:13 PM

Karinha,

Sei não. Sou usuário administrador na rede, com acesso total a todas as pastas. Se acesso de um micro com Windows 7 ou Xp, o programa funciona que é uma beleza. Se acesso de um micro com Windows 8.1 a função LisDir() sempre retorna .F., mesmo que a pasta já exista.

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Windows 8.1 + Windows server 2012 = Fail
Posted: Fri Jan 09, 2015 05:16 PM

I have no problem with Windows 8.1 and Windows Server 2012.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Continue the discussion