Search found 1081 matches: examples

Return to advanced search

Re: Send Emails from Fivewin application

...thank you very much for the wonderful examples and your friendly help. Kind regards Ruth
by Ruth
Wed May 08, 2024 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 12
Views: 400

Re: hb_getEnv("PRGPATH")

You can set any environment variables under “New”; CONFIG and HARBURCMD are only listed as examples in the documentation, so you won't find them on your PC. If you want to set the variable PRGPATH, you can do it there with "New". In a DOS window (Command.com) ...
by alerchster
Tue May 07, 2024 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 142

Re: combobox color

...                       </body>            </html>           ENDTEXT    return cHtml      I prefer that what I use in my images or examples are not used for your entertainment
by Silvio.Falconi
Wed May 01, 2024 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 559

ayuda con uso de hb_xfree

... to put empty string to item if szText is NULL and length is non-zero, instead of trying to free NULL pointer causing internal error. * contrib/examples/rdddbt/dbfdbt1.c * I did a mistake in 1999 by giving the name hb_itemPutCPtr() to the function which would have to be correctly named hb_itemPutCLPtr() ...
by carlos vargas
Sun Apr 28, 2024 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con uso de hb_xfree
Replies: 6
Views: 185

Re: funcion C a xBase

...     ENDIF   ENDIF   RETURN bResultado Based on the function logic, I'll calculate some valid RIFs and check if they are correct. Here are a few examples: 1. `V123456780` * `suma` = 142 * `dividendo` = 12.909090... * `DividendoEntero` = 12 * `resto` = 0 * `SubStr( sRif, 9, 1 )` = "0" ...
by Antonio Linares
Mon Apr 22, 2024 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion C a xBase
Replies: 6
Views: 174

Re: Exercism and Harbour

Dear Bruce, Thanks for sharing it with us! I see it as a very good initiative. I have been reviewing the Harbour examples provided in https://github.com/ajborla/exercism-exercise-and-unit-tests-sample-for_Harbour and to me there are many Harbour coding areas that are missing ...
by Antonio Linares
Mon Apr 22, 2024 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 202

Re: Digitally signing a document

Great web for examples!

thank you
by Antonio Linares
Fri Apr 19, 2024 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 529

Brush

Good afternoon everybody, I would like to know if it is possible to define the size of the Brush on a dialog? I saw examples here with DrawImage. However, I need to place other images over the background image. I did a test by placing a background with DrawImage and other images ...
by oliveiros junior
Thu Apr 18, 2024 6:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 482

Using llama64.lib with Harbour

... llama.obj ggml.obj ggml-alloc.obj ggml-backend.obj ggml-quants.obj sampling.obj common.obj grammar-parser.obj build-info.obj@endlocal to build the examples: @setlocalcall "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64c:\harbour\bin\win\msvc64\hbmk2.exe ...
by Antonio Linares
Tue Mar 26, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using llama64.lib with Harbour
Replies: 4
Views: 1216

Re: xHarbour.org updated!

... builds Rev. 10280! http://xharbour.org/index.asp?page=download/windows/binaries_win Good afternoon Enrico. Do you have any practical examples using these .DLL? Buenas tardes Enrico. ¿Tiene algún ejemplo práctico utilizando estos .DLL? xHarbour 1.3.1 Intl. (SimpLex) (Build ...
by karinha
Mon Mar 25, 2024 3:23 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 39049

Re: Question about performance RowSet

... aData, aStruct ) CLASS TArrayData Please change it as: METHOD New( aData, aStruct, p3 ) CLASS TArrayData With this fix, the above examples works perfectly with xHarbour also. Mr Rao, works fine, thank you.
by Eroni
Fri Mar 22, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4106

Re: Question about performance RowSet

... aData, aStruct ) CLASS TArrayData Please change it as: METHOD New( aData, aStruct, p3 ) CLASS TArrayData With this fix, the above examples works perfectly with xHarbour also.
by nageswaragunupudi
Thu Mar 21, 2024 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4106

Re: TITLE CLASS BUG with oDLg TRansparent

Silvio, calm down. It's not even me doing the examples, it's a friend who is teaching me how to use TTILE. I'm learning too. Silvio, cálmate. Ni siquiera soy yo quien hace los ejemplos, es un amigo que me está enseñando a usar TTILE. Yo también ...
by Silvio.Falconi
Sun Mar 17, 2024 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1686

Re: TITLE CLASS BUG with oDLg TRansparent

Silvio, calm down. It's not even me doing the examples, it's a friend who is teaching me how to use TTILE. I'm learning too.

Silvio, cálmate. Ni siquiera soy yo quien hace los ejemplos, es un amigo que me está enseñando a usar TTILE. Yo también estoy aprendiendo.

Regards, saludos.
by karinha
Sun Mar 17, 2024 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1686

Re: Window transition event

... (e.g., WA_INACTIVE for background). You may need to inherit a Class TMyWindow from TWindow and implement support for WM_ACTIVATE There are some examples in these forums showing how to inherit and modify Method HandleEvent() https://fivetechsupport.com/forums/viewtopic.php?p=258349&sid=4b8316cfb706cfb5bfa9a662a4a7fb5e#p258349
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 518
Next

Return to advanced search