Silvio,
Happy birthday and success in all your endeavors!
Search found 498 matches
- Tue Apr 01, 2025 8:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Silvio, Happy Birthday
- Replies: 14
- Views: 1698
- Sat Feb 08, 2025 7:38 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: QR en portapapeles
- Replies: 19
- Views: 39344
Re: QR en portapapeles
Parece que es un bug en FW_CopyToClipboard()
Otra opción es con oImg:bPainted. Hace el copy sin el feo marco
#include "FiveWin.ch"
REQUEST FWZEBRA // *** Indispensable para dibujar código QR
Function Inicio()
LOCAL oDlg, hBmp
LOCAL cTxt4QR := "Prueba de Copy - Paste" + CRLF + "FiveWin 2025 ...
Otra opción es con oImg:bPainted. Hace el copy sin el feo marco
#include "FiveWin.ch"
REQUEST FWZEBRA // *** Indispensable para dibujar código QR
Function Inicio()
LOCAL oDlg, hBmp
LOCAL cTxt4QR := "Prueba de Copy - Paste" + CRLF + "FiveWin 2025 ...
- Sat Feb 08, 2025 5:28 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: QR en portapapeles
- Replies: 19
- Views: 39344
Re: QR en portapapeles
Tocayo,
#include "FiveWin.ch"
REQUEST FWZEBRA // *** Indispensable para dibujar código QR
Function Inicio()
LOCAL oDlg, hBmp
LOCAL cTxt4QR := "Prueba de Copy - Paste" + CRLF + "FiveWin 2025"
hBmp := FW_BarCodeBmp( cTxt4QR, "QRCODE", 250, 250 )
hBmp := bmp2alpha( hBmp ) // *** Sin esta ...
#include "FiveWin.ch"
REQUEST FWZEBRA // *** Indispensable para dibujar código QR
Function Inicio()
LOCAL oDlg, hBmp
LOCAL cTxt4QR := "Prueba de Copy - Paste" + CRLF + "FiveWin 2025"
hBmp := FW_BarCodeBmp( cTxt4QR, "QRCODE", 250, 250 )
hBmp := bmp2alpha( hBmp ) // *** Sin esta ...
- Tue Feb 04, 2025 4:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FW_ADOEXPORTTODBF
- Replies: 1
- Views: 624
Re: FW_ADOEXPORTTODBF
Philippe,
Regards,FW_AdoExportToDBF( oRs, cDbf, lEditStruct )
FW_AdoImportFromDBF( oCn, cDbf, cAdoTable, cColPrefix, nMultiRowSize, aFields, cAutoIncFld )
- Mon Nov 25, 2024 9:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Happy birthday dear Antonio
- Replies: 11
- Views: 3087
Happy birthday dear Antonio
Happy birthday dear Antonio.
And thank you for being a great teacher, an extraordinary person, and a constant support. May this new year in your life bring you happiness, health, and success—you deserve it all.
A hug,
And thank you for being a great teacher, an extraordinary person, and a constant support. May this new year in your life bring you happiness, health, and success—you deserve it all.
A hug,
- Mon Nov 25, 2024 9:39 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Felicidades a Antonio Linares.
- Replies: 25
- Views: 8099
Re: Felicidades a Antonio Linares.
Feliz cumpleaños querido Antonio.
Y gracias por ser un gran maestro, una extraordinaria persona y un soporte permanente. Que este nuevo año en tu vida te traiga felicidad, salud y éxitos, te los mereces todos.
Un abrazo,
Y gracias por ser un gran maestro, una extraordinaria persona y un soporte permanente. Que este nuevo año en tu vida te traiga felicidad, salud y éxitos, te los mereces todos.
Un abrazo,
- Fri Nov 15, 2024 9:31 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: CALENDAR DBLCLICK no funciona en FWH-24.09 ni 23.10
- Replies: 1
- Views: 555
CALENDAR DBLCLICK no funciona en FWH-24.09 ni 23.10
Hola,
Ni DBLCLICK ni ACTION funcionan en FWH-24.09 ni FWH-23.10. Cómo puedo hacerlo funcionar ?
#include "FiveWin.ch"
#include "calendar.ch"
FUNCTION Main()
LOCAL oWnd, oCal
LOCAL dDate1
SET DATE TO BRITISH
SET EPOCH TO 1980
dDate1 = Date()
DEFINE WINDOW oWnd TITLE "Test Calendar" FROM ...
Ni DBLCLICK ni ACTION funcionan en FWH-24.09 ni FWH-23.10. Cómo puedo hacerlo funcionar ?
#include "FiveWin.ch"
#include "calendar.ch"
FUNCTION Main()
LOCAL oWnd, oCal
LOCAL dDate1
SET DATE TO BRITISH
SET EPOCH TO 1980
dDate1 = Date()
DEFINE WINDOW oWnd TITLE "Test Calendar" FROM ...
- Tue Nov 05, 2024 12:25 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: xHarbour 64 bits y xbScritp - (Solucionado)
- Replies: 49
- Views: 9253
Re: xHarbour 64 bits y xbScritp - (Solucionado)
Wilson,
Descarga:
http://www.smorgasbordet.com/pellesc/
Foro:
https://forum.pellesc.de/
El mismo te sirve para 32 y 64 bits.[/quote]
Descarga:
http://www.smorgasbordet.com/pellesc/
Foro:
https://forum.pellesc.de/
El mismo te sirve para 32 y 64 bits.[/quote]
- Tue Nov 05, 2024 12:24 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: xHarbour 64 bits y xbScritp - (Solucionado)
- Replies: 49
- Views: 9253
- Mon Nov 04, 2024 10:03 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: xHarbour 64 bits y xbScritp - (Solucionado)
- Replies: 49
- Views: 9253
Re: xHarbour 64 bits y xbScritp - (Solucionado)
Wilson buenas tardes.
Envié a tu correo el archivo WILSON.ZIP
Contiene un ejemplo completo, con sus respectivas fuentes con un Dialog desde el cual llamas a otro creado desde recursos incruestados en el EXE con WILSON.RC. También puedes llamar a otro Dialog en un script externo, creado con ...
Envié a tu correo el archivo WILSON.ZIP
Contiene un ejemplo completo, con sus respectivas fuentes con un Dialog desde el cual llamas a otro creado desde recursos incruestados en el EXE con WILSON.RC. También puedes llamar a otro Dialog en un script externo, creado con ...
- Sat Nov 02, 2024 4:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: xHarbour 64 bits y xbScritp - (Solucionado)
- Replies: 49
- Views: 9253
Re: xHarbour 64 bits y xbScritp - (Solucionado)
Wilson, buenos días.
Disculpa no haber contestado antes.
Voy a preparar un ejemplo completo, y te lo envío con el código. Dame un día.
Un abrazo, y claro que me encanta el café, no puedo iniciar el día sin una taza de café bien cargado, y luego en la tarde, otra para agradecer y festejar el día ...
Disculpa no haber contestado antes.
Voy a preparar un ejemplo completo, y te lo envío con el código. Dame un día.
Un abrazo, y claro que me encanta el café, no puedo iniciar el día sin una taza de café bien cargado, y luego en la tarde, otra para agradecer y festejar el día ...
- Wed Oct 23, 2024 3:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: colorize Header and selector
- Replies: 5
- Views: 886
Re: colorize Header and selector
Silvio:
https://i.postimg.cc/JndzFxcH/silvio.jpg
#include "fivewin.ch"
function Main()
local aData := FillArray()
local oDlg, oBar, oBrw
LOCAL nColorBkg := nRGB( 200, 225, 165 )
DEFINE DIALOG oDlg SIZE 500,450 PIXEL TRUEPIXEL
DEFINE BUTTONBAR oBar OF oDlg SIZE 60,32 2010
@ 40, 10 ...
https://i.postimg.cc/JndzFxcH/silvio.jpg
#include "fivewin.ch"
function Main()
local aData := FillArray()
local oDlg, oBar, oBrw
LOCAL nColorBkg := nRGB( 200, 225, 165 )
DEFINE DIALOG oDlg SIZE 500,450 PIXEL TRUEPIXEL
DEFINE BUTTONBAR oBar OF oDlg SIZE 60,32 2010
@ 40, 10 ...
- Thu Oct 17, 2024 5:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Change dimensions gets FWH-24.09
- Replies: 9
- Views: 1551
Re: Change dimensions gets FWH-24.09
I think there is something not considered in the CalSize method. When I removed this method from TGroup, my groups returned to normal.
I agree with you. Something is wrong with the ::CalcSize method. It affects the TGroup and TGet classes.
Mr. Rao,
- What is the reason or purpose of the ...
I agree with you. Something is wrong with the ::CalcSize method. It affects the TGroup and TGet classes.
Mr. Rao,
- What is the reason or purpose of the ...
- Tue Oct 15, 2024 2:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Change dimensions gets FWH-24.09
- Replies: 9
- Views: 1551
Re: Change dimensions gets FWH-24.09
Mr. Rao, thanks for your help.
The issue with gets is from the source code. From resources, it works fine.
If I make this modification
Please comment out this line and let us know if this works:
// ::CalcSize( ::nTop, ::nLeft, nWidth, nHeight ) Commenting out the line "::CalcSize..." won't ...
The issue with gets is from the source code. From resources, it works fine.
If I make this modification
Please comment out this line and let us know if this works:
// ::CalcSize( ::nTop, ::nLeft, nWidth, nHeight ) Commenting out the line "::CalcSize..." won't ...
- Tue Oct 15, 2024 2:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Change dimensions gets FWH-24.09
- Replies: 9
- Views: 1551
Re: Change dimensions gets FWH-24.09
Please see this sample:
https://forums.fivetechsupport.com/view ... 71#p274358
Many thanks for your help.
Best regards,
https://forums.fivetechsupport.com/view ... 71#p274358
Many thanks for your help.
Best regards,