Search found 182 matches: cgetfile32

Searched query: cgetfile32

by Jorge Jaurena
Tue Jun 04, 2024 2:18 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 1466

Re: Ayuda con DLL

... 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 ...
by karinha
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

Natter wrote:And here is cGetFile32, I need to select a folder ? :?
maybe:

https://forums.fivetechsupport.com/view ... 04&start=0

Regards, saludos.
by Natter
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 ? :?
by Antonio Linares
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
by PAUL SIMM
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 ...
by PAUL SIMM
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.
by ssbbs
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 ...
by alfredlam
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 ...
by karinha
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



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.
by alfredlam
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
by karinha
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 ...