... El servicio ya se esta ejecutando.","ERROR",3)
Return .f.
ELSE
Return .t.
ENDIF
Return nil
//
//
Function CargaArch(Ruta,Objeto)
Ruta :=cGetFile32()
Objeto:Refresh()
Return Ruta
//
// CORRE EL EXE COMO UN SERVICIO
Function ServiceProcess( mode )
Local nProcessId := 0
Default mode := 0 ...
Search found 182 matches: cgetfile32
Searched query: cgetfile32
- Tue Jun 04, 2024 2:18 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda con DLL
- Replies: 8
- Views: 1466
- Fri Jan 26, 2024 5:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: "Save As" dialog box
- Replies: 14
- Views: 3236
Re: "Save As" dialog box
maybe:Natter wrote:And here is cGetFile32, I need to select a folder ?
https://forums.fivetechsupport.com/view ... 04&start=0
Regards, saludos.
- Fri Jan 26, 2024 4:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: "Save As" dialog box
- Replies: 14
- Views: 3236
Re: "Save As" dialog box
And here is cGetFile32, I need to select a folder ? ![Confused :?](./images/smilies/icon_confused.gif)
![Confused :?](./images/smilies/icon_confused.gif)
- Thu Jan 25, 2024 4:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: "Save As" dialog box
- Replies: 14
- Views: 3236
Re: "Save As" dialog box
Dear Yuri,
cFile := cGetFile32( "Prg Source (.prg) |.prg|", FWString( "Save as" ), 0, cPath, .T., .T. )
thanks to Cristobal
cFile := cGetFile32( "Prg Source (.prg) |.prg|", FWString( "Save as" ), 0, cPath, .T., .T. )
thanks to Cristobal
- Mon Nov 28, 2022 2:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 initial file
- Replies: 2
- Views: 749
- Mon Nov 28, 2022 1:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 initial file
- Replies: 2
- Views: 749
Re: cGetFile32 initial file
ARREGLADO FALTABA lSAved:=.T.
Function cGetFile32( cFileMask, cTitle, nDefaultMask, cInitDir, lSave, nFlags, cIniFile )
local cSection, cFile
local nRet
DEFAULT lSave := .f.
CursorWait()
// On cGetFile() that parameter is a boolean for long filenames
if nFlags != Nil .and. ValType( nFlags ...
Function cGetFile32( cFileMask, cTitle, nDefaultMask, cInitDir, lSave, nFlags, cIniFile )
local cSection, cFile
local nRet
DEFAULT lSave := .f.
CursorWait()
// On cGetFile() that parameter is a boolean for long filenames
if nFlags != Nil .and. ValType( nFlags ...
- Mon Nov 28, 2022 1:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 initial file
- Replies: 2
- Views: 749
Re: cGetFile32 initial file
I HAVE THE SAME PROBLEM SINCE UPDATING TO FWH 21.02 Revised
DOS'NT SHOW THE FLE NAME IN THE NAME BOX.
DOS'NT SHOW THE FLE NAME IN THE NAME BOX.
- Fri Dec 03, 2021 8:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32() about traditional Chinese characters
- Replies: 11
- Views: 1460
Re: cGetFile32() about traditional Chinese characters
CGETDIR.OBJ Linking Error
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '___CPPdebugHook' referenced from C:\BCC582\LIB\CW32.LIB|xx
Error: Unresolved external '__hInstance' referenced from C:\BCC582\LIB\CW32.LIB|_fastmm
Error ...
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '___CPPdebugHook' referenced from C:\BCC582\LIB\CW32.LIB|xx
Error: Unresolved external '__hInstance' referenced from C:\BCC582\LIB\CW32.LIB|_fastmm
Error ...
- Fri Dec 03, 2021 4:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32() about traditional Chinese characters
- Replies: 11
- Views: 1460
Re: cGetFile32() about traditional Chinese characters
CGETDIR.OBJ Linking Error
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '___CPPdebugHook' referenced from C:\BCC582\LIB\CW32.LIB|xx
Error: Unresolved external '__hInstance' referenced from C:\BCC582\LIB\CW32.LIB|_fastmm
Error ...
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '___CPPdebugHook' referenced from C:\BCC582\LIB\CW32.LIB|xx
Error: Unresolved external '__hInstance' referenced from C:\BCC582\LIB\CW32.LIB|_fastmm
Error ...
- Tue Nov 30, 2021 12:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32() about traditional Chinese characters
- Replies: 11
- Views: 1460
Re: cGetFile32() about traditional Chinese characters
ssbbs wrote:Reference URL: http://www4.zzz.com.tw/phpBB3/viewtopic.php?f=2&t=350
Buen día. Este cGetDir.Obj, ¿se generó en qué idioma (FiveWin)? ¿Tiene la fuente (código) de este cGetdir?
Good Morning. This cGetDir.Obj, was generated in what language(FiveWin)? Do you have the source(Code) of this cGetdir?
Code: Select all | Expand
cGetDir.obj
test.prg
Regards, saludos.
- Tue Nov 30, 2021 8:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32() about traditional Chinese characters
- Replies: 11
- Views: 1460
- Tue Nov 30, 2021 7:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32() about traditional Chinese characters
- Replies: 11
- Views: 1460
Re: cGetFile32() about traditional Chinese characters
ssbbs wrote:I have solved this problem!
Would you please post the solution.
regards
- Fri Nov 26, 2021 11:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32() about traditional Chinese characters
- Replies: 11
- Views: 1460
Re: cGetFile32() about traditional Chinese characters
I have solved this problem!
- Thu Nov 25, 2021 6:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32() about traditional Chinese characters
- Replies: 11
- Views: 1460
Re: cGetFile32() about traditional Chinese characters
Este programa es incorrecto. Vuelva a hacerlo en inglés o español y pruébelo, no funcionará.
No puedo probar aquí, está en chino y Windows en portugués no proporciona caracteres chinos.
Si lo entiendo, desea tomar un archivo .TXT y escribir en D: \ ..., pero la lógica es incorrecta.
También prueba ...
No puedo probar aquí, está en chino y Windows en portugués no proporciona caracteres chinos.
Si lo entiendo, desea tomar un archivo .TXT y escribir en D: \ ..., pero la lógica es incorrecta.
También prueba ...
- Tue Nov 23, 2021 8:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32() about traditional Chinese characters
- Replies: 11
- Views: 1460