Search found 4168 matches: again

Return to advanced search

Re: Centrar texto VERTICALMENTE

... for de Printer.PRG METHOD CmtrTextToVCenter( cText, oFont ) INLINE ; ( ::CmVertPhySize() / 2 ) + ::CmtrGetTextWidth( cText, oFont ) / 2 Thank you again, I can only comment on FWH classes. What all you want to do, I am sure we can do with FWH classes in a far simpler way. To print text vertically ...
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 474

Re: Centrar texto VERTICALMENTE

... for de Printer.PRG METHOD CmtrTextToVCenter( cText, oFont ) INLINE ; ( ::CmVertPhySize() / 2 ) + ::CmtrGetTextWidth( cText, oFont ) / 2 Thank you again,
by FiveWiDi
Tue Apr 09, 2024 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 474

Re: harbour/xharbour appear ADS functions error

... Dear EMG, I download xharbour.org file. xHarbour Binaries Rev. 10281 for BCC 7.70 This version ADS.ch not find in include folder. I reset xharbour again. But I still get link error below: [list]矬闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡醴?FiveWin for xHarbour 24.02 - Feb. 2024     ...
by richard-service
Tue Apr 09, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8406

Re: harbour/xharbour appear ADS functions error

Do you think that adsloc32.dll and adsloc64.dll are needed? If yes, I will update the Harbour builds again with those DLLs in the dll directory. Please confirm.
by Enrico Maria Giordano
Thu Apr 04, 2024 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8406

Re: ADS with 64bit FWH Apps

Do you think that adsloc32.dll and adsloc64.dll are needed? If yes, I will update the Harbour builds again with those DLLs in the dll directory. Please confirm.
by Enrico Maria Giordano
Thu Apr 04, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2296

Re: Problema super raro (SOLUCIONADO)

... " +; "WRK_ROW" ,cTabNam ,adLockOptimistic,adOpenDynamic,0) <============ [code] It seems silly but it was stupid. I apologize, again Best regards
by Armando
Thu Mar 28, 2024 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2110

Re: Crear librerias de Harbour BCC74 Me genera error

Enrico Maria Giordano wrote:Here it is:

https://wormhole.app/Yx3Km#8rzfLimdrtHNVssygTChQA


Please, can you share your HRBFIX again?
I'm trying to use HBMK2 to compile xHarbour projects.
by sygecom
Mon Mar 25, 2024 12:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6860

Re: Question about performance RowSet

... other libs. If we look back in the forums, we posted speed comparison with other libraries a few years back. When a RowSet is opened for ReadOnly, again the initial reading is faster. oRs := oCn:RowSet( cSql, [aParams], [lReadOnly] ) Execute aData := oCn:Execute( cSql, ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4027

Re: TITLE CLASS BUG with oDLg TRansparent

... 3d COLOR CLR_MSRED   ACTIVATE DIALOG oDlg CENTERED   oFont:End()RETURN NIL// FIN / END   Regards, saludos. ?????????????????????????? Once again I can't understand your attitude. if I asked for a specific thing, i.e. the title class on a dialog with transparent mode, does it mean that I ...
by Silvio.Falconi
Sat Mar 16, 2024 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1651

Re: Question about performance RowSet

... other libs. If we look back in the forums, we posted speed comparison with other libraries a few years back. When a RowSet is opened for ReadOnly, again the initial reading is faster. oRs := oCn:RowSet( cSql, [aParams], [lReadOnly] ) Execute aData := oCn:Execute( cSql, ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4027

Re: New FWH 24.02

Thanks a lot everybody, for all your help.

You all helped me solving my problem. Everything seems to run fine now.

Thank you once again.
by driessen
Tue Mar 12, 2024 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 37
Views: 6998

Re: Problemita al compilar con FWH24.02

Thank you very much Enrico !!
You can download it from here:
https://mega.nz/file/WdQSgQbb#s9TLGm0Nx ... FkzG483_Yc

Again Thanks a lot!!
by jose_murugosa
Mon Mar 11, 2024 7:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemita al compilar con FWH24.02
Replies: 4
Views: 783

Re: Imagen en login?

Mr. Rao:

Thanks again, your advice works fine, as usual

Best regards
by Armando
Mon Mar 11, 2024 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagen en login? (SOLUCIONADO)
Replies: 10
Views: 2001

Re: ButtonBmp problem with FWH2402

Mr. Leandro

Are you setting FW_SetUnicode( .T. ) in your application?
If so, just for the purpose of testing, can you please change the setting to FW_SetUnicode( .F. ) and try this dialog again and let us know?
by nageswaragunupudi
Sat Mar 09, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5251

Re: New FWH 24.02

Dear Michel,

Are you using Google Chrome ?

I just tested your login and password from here and it worked fine. It just requested to identify twice

Please try it again, thanks
by Antonio Linares
Sat Mar 09, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 37
Views: 6998
Next

Return to advanced search