FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour cGetDir32 No Muestra los Equipos de la red.
Posts: 5
Joined: Thu Mar 15, 2012 05:09 PM
cGetDir32 No Muestra los Equipos de la red.
Posted: Sat Mar 17, 2012 05:44 PM

Muy buen día a todos, tengo un problema con la funcion cGetDir32.

Mi maquina tiene instalado Win7, cuando mando a llamar la función no me permite entrar a los directorios de la RED, si entro a cualquier otro de la misma maquina no tengo problema, solo es con la RED, alguien sabe cual podría ser el problema??, de antemano gracias y que tengan un excelente día.

Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: cGetDir32 No Muestra los Equipos de la red.
Posted: Sun Mar 18, 2012 01:05 AM

cGetDir32()

Dialog box to select directory.

Syntax:
cGetDir32( <cTitle>, [<cInitDir>] ) --> cDir

This function invokes the 32 bits Windows default select directory DialogBox.

This function only works on Win 95/98 and NT machines. The file RunDlg32.exe must be present on every PC in the \windows or \windows\system directory.


try the cGetDir() function.

Dialog box to select directory.

Syntax:

cGetDir( <cTitle>, [<cInitDir>], <nClsId>, <cTitle2>, <nFlags> ) --> cDir

Parameters:

<cTitle> Title of the dialog box
<cInitDir> Initial directory
<nClsId> ClsId of a special folder location
<cTitle2> Prompt of the folder selection tree
<nFlags> Flags for setting the selection dialog behavior


try search values for the nFlags parameters.

salu2
carlos vargas
Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)

Continue the discussion