Search found 1667 matches: note

Return to advanced search

Re: Silvo .. changes to your xMate environment

karinha wrote:Enrico, donde pongo el -wb- ?


Near the other switches, but after /w3.

karinha wrote:This is just curiosity, as /W3 never worked.


/w3 (note the lowercase!) is working perfectly. I'm always using it.
by Enrico Maria Giordano
Tue Apr 30, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 289

Re: xbrowseWeb - Work in Progress

... the inputs: chosen index, search from the beginning of the word or within the word, and the search string. Records in the DBF file: 34000 Please note that we have been working on xbrowse for decades. One should not assume that when we switch to web, a finished library will meet the requirements ...
by Otto
Tue Apr 30, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 263

Re: funcion C a xBase

... * `DividendoEntero` = 13 * `resto` = 3 * `SubStr( sRif, 9, 1 )` = "4" and `Str( resto )` = "3", so this RIF is valid. Please note that these calculations are based on the function logic provided, and the validity of the RIFs depends on the specific rules and regulations of ...
by Antonio Linares
Mon Apr 22, 2024 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion C a xBase
Replies: 6
Views: 160

Re: Centrar texto VERTICALMENTE

... ndummyaltura, 0.5 ; SAY AllTrim(::oTDbfDatAmp:REGMER) FONT ::oFnt_Arial6V COLOR CLR_BLACK I want to center the text at half height of the page. Note: New Method for de Printer.PRG METHOD CmtrTextToVCenter( cText, oFont ) INLINE ; ( ::CmVertPhySize() / 2 ) + ::CmtrGetTextWidth( cText, oFont ) ...
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 489

Re: Centrar texto VERTICALMENTE

... ndummyaltura, 0.5 ; SAY AllTrim(::oTDbfDatAmp:REGMER) FONT ::oFnt_Arial6V COLOR CLR_BLACK I want to center the text at half height of the page. Note: New Method for de Printer.PRG METHOD CmtrTextToVCenter( cText, oFont ) INLINE ; ( ::CmVertPhySize() / 2 ) + ::CmtrGetTextWidth( cText, oFont ) ...
by FiveWiDi
Tue Apr 09, 2024 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 489

Re: EXCEL CREATE HYPERLINK

Thanks Marco! Here is: oAs2:Range("A1"):value := [=COLLEG.IPERTESTUALE("#UNO!A1";"MARCO")] Note: Some sites: (https://pt.excelfunctions.eu/) translate COLLEG.IPERTESTUALE (HYPERLINK) to HIPERLIGAÇÃO that gives ERROR. The correct is (here in Brazil): oAs2:Range("A1"):value ...
by Euclides
Fri Mar 29, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 739

Re: DNS

... using WSAStartup(). These DLLs provide support for specific network protocols like TCP/IP. Cancels Pending Calls (with caution): It's important to note that WSACleanup() cancels any pending blocking or asynchronous Winsock calls issued by any thread in your application. This cancellation happens ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1487

Re: How to include hbCurl?

... list ID, `cSecure_Email` should be the subscriber's hashed email address, `cApi` is your API key, and `aTags` is the tag name you want to add. Note that we need to escape double quotes inside the JSON data by using `""`. Make sure that `aTags` is properly formatted. If `aTags` is ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2963

Re: xHarbour.org updated!

xHarbour.org has been updated with the new xHarbour builds Rev. 10279!

http://xharbour.org/index.asp?page=download/windows/binaries_win

Please note that they now contains all the LIBs and DLLs required for OpenSSL, CURL, ADS and MySQL.
by Enrico Maria Giordano
Sat Mar 16, 2024 4:00 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38883

Re: New FWH 24.02

That's good, but please note that, as far as I know, the version provided by Embarcadero is 7.30.
by Enrico Maria Giordano
Tue Mar 12, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7202

Re: Data exchange between PC and Android device on the same loca

... My best wishes so that you can all take this leap and start a new era by sharing harbour code to use on the web. A final note… Can you see how fast RX moves? :D It's the magic of Harbour brought to the web, so you can fully trust it... Regards. C.
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 810

Re: link error

... is affect my appl? It should not. someone have rddads and ace32 compiled with last harbour and xharbour? What do I need to compile them? Please note that I never used ADS.
by Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 589

Re: SAPI : change Voice

... } )    Domethod( "Main", "RichEdit_1", "SetFocus" )    DoEvents() ENDDOReturn Microsoft Note : The WaitUntilDone method blocks execution until the voice finishes speaking, enabling an application to speak a text stream asynchronously and ...
by Danielmaximiliano
Wed Feb 14, 2024 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3686

Re: Mr. Rao EOF() BOF() not working wirh RecSet

... := oData:RecNo()do while oData:RecNo() <= nRecs   // do whatever   oData:Skip( 1 )enddooData:GoTo( nSave )   Note: We advise to use RecSet class if and only if the table is very large and there is no other go but to read and browse the entire table. In all ...
by nageswaragunupudi
Fri Feb 02, 2024 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 422
Next

Return to advanced search