Search found 2837 matches: classes

Return to advanced search

Re: Detectar slato de línea en una variable.

C:\FWH\SOURCE\CLASSES\TTXTFILE.PRG
by karinha
Fri May 10, 2024 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar slato de línea en una variable.
Replies: 5
Views: 294

Erro Expor to Excel in xbrowse

... => popmenu_dfe( 1882 ) Chamada por..: C:\PROJETOS\MESTOQ\PRG_OBJ\CD_NFENTRADA.PRG => (b)lanca_nota_fiscal( 606 ) Chamada por..: .\source\classes\WINDOW.PRG => tcontrol:rbuttondown( 2150 ) Chamada por..: C:\PROJETOS\MESTOQ\PRG_OBJ\xbrowse.prg => txbrowse:rbuttondown( 5449 ) Chamada ...
by INFORMAISVRB
Thu May 09, 2024 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Erro Expor to Excel in xbrowse
Replies: 2
Views: 179

Re: New FTDN April 2024 (FWH 24.04)

... * FWMariaConnection: - Nuevo: Nuevo método Record( cTable, [cWhere] ) --> Record Object utilizando la nueva clase FWMariaRecord (source\classes\mariarec.prg) derivada de la clase TDataRow. Esto permite editar un único registro existente o un nuevo registro y guardar en una tabla sin ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 1057

Re: Silvo .. changes to your xMate environment

... super limpo de erros. Tks. Regards, saludos. it's not as easy as it seems sometimes there are codeblocks that you don't make but for example the classes themselves and you won't be able to compile with w3 I've been using xmate for twenty years and I know it very well
by Silvio.Falconi
Tue Apr 30, 2024 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 591

Re: Report rpreview excel button disable not work

Please try this change in \source\classes\report.prg : Please locate these lines towards the end of METHOD Activate( .......... ) CLASS TReport      if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()         PrintEnd()// ...
by richard-service
Sat Apr 27, 2024 5:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report rpreview excel button disable not work-SOLVED
Replies: 15
Views: 799

Re: Report rpreview excel button disable not work

Please try this change in \source\classes\report.prg : Please locate these lines towards the end of METHOD Activate( .......... ) CLASS TReport      if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()  ...
by nageswaragunupudi
Sat Apr 27, 2024 4:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report rpreview excel button disable not work-SOLVED
Replies: 15
Views: 799

New FTDN April 2024 (FWH 24.04)

... working as expected. * FWMariaConnection: - New method Record( cTable, [cWhere] ) --> Record Object using the new FWMariaRecord class (source\classes\mariarec.prg) derived from tDataRow class. This enables editing a single existing record or a new record and saving to a table without having ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 1057

Re: Exercism and Harbour

... and to me there are many Harbour coding areas that are missing in those examples, like codeblocks, arrays, hashes, classes, extend system use to enhance it using C, user defined commands, preprocessor use, etc. to mention some of them. I encourage you to enhance ...
by Antonio Linares
Mon Apr 22, 2024 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 231

Re: Centrar texto VERTICALMENTE

... 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 and horizontally centered on the ...
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 605

Re: xHarbour.org updated!

For the OpenSSL, if you want to use SSL on the IP classes, you just have to link these libraries: tipssl.liblibssl.liblibcrypto.libtip.lib And put these DLLs in the same directory of your application: libssl-3.dlllibcrypto-3.dll For the CURL, the ...
by Enrico Maria Giordano
Mon Mar 25, 2024 3:47 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 40433

Re: Another for Btnbmp

... to understand which element is currently active. Yes. I know very well. No argument over this. That is what FWH does it by default in case of all classes of buttons. Still, in case some programmer does not want a border, my solution is for them.
by nageswaragunupudi
Mon Mar 25, 2024 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 5407

Error en Listbox.

... 19:23:58 Error description: Error BASE/1081 Argument error: + Args: [ 1] = N 0 [ 2] = A { ... } Stack Calls =========== Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:RESIZE( 656 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 334

Re: Another for Btnbmp

Silvio

FLAT NOROUND GDIP

When these attributes are used, it doesn't work.
I have done tests without them, then it works.
There are so many ifs in the class that it would seem better to me to make a new one without all this legacy.
Best regards,
Otto

I used: C:\fwh2023\source\classes\btnbmp.prg
by Otto
Sun Mar 24, 2024 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 5407

Re: Another for Btnbmp

Silvio, Please include the file C:\FWH\source\classes\btnbmp.prg in your test program and then examine what the METHOD GotFocus( hCtlLost ) CLASS TBtnBmp does. You can then change the DrawFocusRect and the color. Best regards, Otto METHOD GotFocus( ...
by Otto
Sat Mar 23, 2024 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 5407

Re: Question about performance RowSet

... of a function PValue(). We regret the inconvenience. You can fix this problem by making a small correction in TArrayData class in \fwh\source\classes\tarrdata.prg Please locate the line: METHOD New( aData, aStruct ) CLASS TArrayData Please change it as: METHOD New( aData, aStruct, ...
by Eroni
Fri Mar 22, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4391
Next

Return to advanced search