Search found 1665 matches: note

Return to advanced search

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: 108

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: 474

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: 474

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: 714

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: 1021

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: 2947

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: 37533

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: 7034

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: 793

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: 573

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: 3559

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: 417

Re: How to convert a Date to an Unix TimeStamp?

Both are same.
In that website there is an implicit conversion from your time zone to UTC.
Try this code:
Code: Select all  Expand view
? FW_DateToUnix( UTC_TIMESTAMP() )

Note: UTC_TIMESTAMP() is an FWH function
by nageswaragunupudi
Mon Jan 29, 2024 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 575

Re: How to convert a Date to an Unix TimeStamp?

... with MySql, you can use the MySql built-in functions UNIX_TIMESTAMP( <datetime> ) FROM_UNIXTIM( nUnixTime ) Please note that in this case unix timestamp or in Seconds. Not milli seconds. We need to take care of conversions. Please note that FWH functions deal with ...
by nageswaragunupudi
Mon Jan 29, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 575
Next

Return to advanced search