Search found 109 matches: cgetdir

Return to advanced search

Re: Possible with <cGetDir> select from a opend Main-Dir ?

Try also:

Code: Select all  Expand view
cDirName := cGetDir( "Select a directory", "D:\P_xbrwimg_plan", , "Test", 3 )


Works fine here on XP.

EMG
by Enrico Maria Giordano
Fri Aug 03, 2012 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Re: Possible with <cGetDir> select from a opend Main-Dir ?

My final Solution. It works fine now : 1. Names of a Projectpath are PROJECT1, PROJECT2 ... 2. I use the Function DIRECTORY and work with Wildcards like PROJECT* 3. xBrowse shows only these existing Subdirectorys. 4. Next I save the Project-path to a INI-file and relaunch the Prog with the new Proje...
by ukoenig
Fri Aug 03, 2012 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Re: Possible with <cGetDir> select from a opend Main-Dir ?

Enrico, this comes very close to the Solution I'm looking for : with the Project-button selecting a Subdirectory. I can switch at Runtime between different created Projects. It is not completed : I still need a Return-value of the clicked Subdir and maybe opening the tree. ( I had to click on the Ma...
by ukoenig
Wed Aug 01, 2012 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Re: Possible with <cGetDir> select from a opend Main-Dir ?

Enrico,

I think the only Solution will be,
using the DIRECTORY-function and display the Sub-directorys inside a small Listbox for Selection.

Best Regards
Uwe :lol:
by ukoenig
Wed Aug 01, 2012 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Re: Possible with <cGetDir> select from a opend Main-Dir ?

Enrico,

Open with Dbl-Click is OK no Problem, but I want to jump straight inside the Main-directory.
I don't want, the User can open a wrong Main-Directory by mistake.

Best Regards
Uwe :lol:
by ukoenig
Wed Aug 01, 2012 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Re: Possible with <cGetDir> select from a opend Main-Dir ?

Or to double-click on the directory name?

EMG
by Enrico Maria Giordano
Wed Aug 01, 2012 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Re: Possible with <cGetDir> select from a opend Main-Dir ?

Did you try to click on the small white triangle?

EMG
by Enrico Maria Giordano
Wed Aug 01, 2012 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Possible with <cGetDir> select from a opend Main-Dir ?

... possible to show the Sub-Directorys from inside a opend Main-Directory ? I tested, it only shows the Main-directory ( doesn't open ) : cDirName := cGetDir( "Select a directory", "D:\P_xbrwimg_plan\" ) http://www.pflegeplus.com/pictures/seldir.jpg D:\P_xbrwimg_plan ...
by ukoenig
Wed Aug 01, 2012 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Re: ¿Cómo hago para que un programa me abra una carpeta?

FW dispone de esta función: cGetDir( <cTitle>, [<cInitDir>], <nClsId>, <cTitle2>, <nFlags> ) --> cDir Parameters: <cTitle> Title of the dialog box <cInitDir> Initial directory <nClsId> ...
by MarioG
Tue May 29, 2012 12:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo hago para que un programa me abra una carpeta?
Replies: 4
Views: 1005

Re: cGetDir32 No Muestra los Equipos de la red.

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 ...
by carlos vargas
Sun Mar 18, 2012 1:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: cGetDir32 No Muestra los Equipos de la red.
Replies: 1
Views: 618

Re: Project : Programming a Image-viewer with xBrowse

... The new Options : http://www.pflegeplus.com/pictures/xbview1.jpg A Question : The Function cGetDir( "Select a directory", CurDrive() + ":\" + GetCurDir() ) + "\" opens the Dialog just somewhere on Screen. Is it ...
by ukoenig
Wed Apr 13, 2011 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Project : Programming a Image-viewer with xBrowse
Replies: 34
Views: 8015

Re: cGetFile32/cGetDir32 en WinVISTA y Win7

Si, cGetFile32 y cGetDir32 devuelven nombres largos en 16 bits, no asi cGetFile y cGetDir. Ahora estas últimas devuelven nombres largos si trabajas en 32 bits.
Salu2
by horacio
Tue Mar 22, 2011 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cGetFile32/cGetDir32 en WinVISTA y Win7
Replies: 5
Views: 1260

Re: cGetFile32/cGetDir32 en WinVISTA y Win7

ronaldo wrote:cGetFile() e cGetdir()
Pero estas funciones no manejan NOMBRES LARGOS.
by JmGarcia
Mon Mar 21, 2011 3:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cGetFile32/cGetDir32 en WinVISTA y Win7
Replies: 5
Views: 1260

Re: cGetFile32/cGetDir32 en WinVISTA y Win7

utilize:

cGetFile() e cGetdir()
by ronaldo
Sat Mar 19, 2011 12:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: cGetFile32/cGetDir32 en WinVISTA y Win7
Replies: 5
Views: 1260
PreviousNext

Return to advanced search