Search found 37476 matches

by Antonio Linares
Mon Feb 08, 2021 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 5376

Re: how to add libraries to the buildh.bat file

D. You have to add these lines in buildh.bat to build it using BCC7: echo %hdirl%\hbcurl.lib + >> b32.bc echo %hdirl%\libcurl.lib + >> b32.bc or add these lines in buildh32.bat to build it using Visual Studio Community echo %hdirl%\hbcurl.lib >> msvc.tmp echo %hdirl%\libcurl.lib >> msvc.tmp
by Antonio Linares
Sun Feb 07, 2021 9:15 am
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 5064

Re: New FTDN January/Enero 2021 (FWH 21.01)

Enero 2021 ========== * Mejoras en la clase TGET: - Nueva cláusula para obtener variables de texto VarChar (longitud variable) VARCHAR {nMin, nMax}. El usuario puede añadir texto hasta nMax caracteres independientemente de la longitud de la cadena de entrada. El Get finalmente devuelve un texto con ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 5064

New FTDN January/Enero 2021 (FWH 21.01)

January 2021 ============ * TGET enhancements: - New clause for getting VarChar text variables (variable length) VARCHAR { nMin, nMax } User can enter text upto nMax characters irrespective of the length of the input string. Get finally returns a text with length between nMin and nMax characters. Us...
by Antonio Linares
Thu Feb 04, 2021 10:54 am
Forum: FiveWin para Harbour/xHarbour
Topic: FUNCION XEDIT DE FWH
Replies: 5
Views: 2238

Re: FUNCION XEDIT DE FWH

José,

Está todo en el mismo PRG

Le comento a Rao tu sugerencia, gracias :-)
by Antonio Linares
Thu Feb 04, 2021 10:46 am
Forum: FiveWin para Harbour/xHarbour
Topic: Firmar fichero con certificado
Replies: 14
Views: 7936

Re: Firmar fichero con certificado

Eduardo,

Si incluyésemos esas funciones en FWH se tendrían siempre que enlazar las librerías de criptografia lo cual implica tener que instalarlas, etc
y no todo el mundo las necesita
by Antonio Linares
Thu Feb 04, 2021 10:23 am
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 1653

Re: problemas al linkear

Usa FivEdit de Cristobal. Es gratuito y libre y te da la misma funcionalidad que xMate y hace muchas más cosas :-)

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE
by Antonio Linares
Thu Feb 04, 2021 10:00 am
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 1653

Re: problemas al linkear

Por favor copia el contenido de testMaria.bcl aqui

Que herramienta usas para construir el EXE ?
by Antonio Linares
Thu Feb 04, 2021 9:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ctrl+C
Replies: 6
Views: 3796

Re: Ctrl+C

We need to have the hWnd of the browser or there is no way to send it anything...
by Antonio Linares
Thu Feb 04, 2021 8:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ctrl+C
Replies: 6
Views: 3796

Re: Ctrl+C

Natter,

You can search for the title on the browser window:

hWndBrowser := FindWindow( ,"the title on the browser window" )
by Antonio Linares
Thu Feb 04, 2021 8:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ctrl+C
Replies: 6
Views: 3796

Re: Ctrl+C

Natter,

You could ty to find the browser window using FindWindow() and then do a SendMessage( hWndBrowser, WM_COPY, 0, 0 )
by Antonio Linares
Thu Feb 04, 2021 8:05 am
Forum: FiveWin para Harbour/xHarbour
Topic: FUNCION XEDIT DE FWH
Replies: 5
Views: 2238

Re: FUNCION XEDIT DE FWH

José,

Revisa FWH\source\classes\datarow.prg
by Antonio Linares
Thu Feb 04, 2021 8:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: RBTN No exported method: END Error
Replies: 3
Views: 1061

Re: RBTN No exported method: END Error

Birol,

Please try with:

MENU MenuPop(oZEYIL, oTAKGEN, oPOLICE, cBrkod, cBradi, cDbadi)

instead of:

MENU {|| MenuPop(oZEYIL, oTAKGEN, oPOLICE, cBrkod, cBradi, cDbadi)}