Search found 44 matches: conversions

Return to advanced search

Re: ¿Cómo saber la fecha de los cambios a una carpeta?

Time Zone conversions Here is an example converting our local time to UTC and then NewYork time ( UTC Offset now -5:00 ) function TimeZoneConversions()   local tDateTimeLocal, tDateTimeUTC, tDateTimeNYC   tDateTimeLocal ...
by nageswaragunupudi
Mon Mar 04, 2024 5:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo saber la fecha de los cambios a una carpeta?
Replies: 6
Views: 192

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

... ) 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 the UnixTime in millliseconds whereas MySql functions deal with Seconds. Examples: ? oCn:QueryResult( ...
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

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

... environment to UTF8, i.e. source code (UEStudio) and database DBF/MariaDB. From now on, I no longer have to worry about the encoding. No more conversions between the code pages HB_OemToAnsi()/HB_AnsiToOem(). Of course also no AnsiToUtf8()/UTF8ToAnsi(). No more 'garbled' characters due to incorrect ...
by frose
Fri Nov 10, 2023 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: not ISOEM(), ISANSI() or IsUTF8()

... i do not have Problem with XBROWSE, i do have Problem with DrXlsx LIB When the new version FWH2309 is released, you do not need to any utf8 conversions on your own. FWH will do this conversion while using DrXlsx. ok i will wait and try "your" Way from XBROWSER()
by Jimmy
Sun Sep 03, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2096

Re: not ISOEM(), ISANSI() or IsUTF8()

... using DrXlsx by the new FWH interface to this library All look identical https://imagizer.imageshack.com/v2/xq70/923/3jG1n6.png Conversions from OEM to ANSI and ANSI to UTF8 are all done automatically and correctly by FWH without any code written by the programmer. Personally ...
by nageswaragunupudi
Sun Sep 03, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2096

Re: not ISOEM(), ISANSI() or IsUTF8()

... the work a programmer needs to do is to set oBrw:lOemAnsi := .t. or oCol:lOemAnsi := .t. for the required columns and then export to Excel. All conversions will be automatically taken care by the FWH interface to DrXlsx. Hope we can not make it easier than this. Sample which i used have > ...
by nageswaragunupudi
Sat Sep 02, 2023 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2096

Re: not ISOEM(), ISANSI() or IsUTF8()

... ENDDUMP  https://imagizer.imageshack.com/v2/xq70/922/HEVmrJ.png If you run this test as it is you will also see that these conversions work well with Drxlsx as well as Excel. When you use these functions directly on your DBF, it fails. That should be expected. Reason: As ...
by nageswaragunupudi
Wed Aug 30, 2023 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2096

Re: hb_CDPSELECT() crash ?

the first parameter of this function is a string.
string conversions depend on codepage.
invalid codepage may create problems at any point.
by nageswaragunupudi
Wed May 31, 2023 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_CDPSELECT() crash ?
Replies: 8
Views: 345

Re: Leer Excel grande a un array o DBF

... write to the dbf. In the above case it took about 35 seconds. This function also does some basic validation of data types and suitable data type conversions. https://imagizer.imageshack.com/v2/xq90/924/Wk3TKm.png
by nageswaragunupudi
Thu Feb 10, 2022 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 759

Re: hb_crypt and hb_decrypt problem

In case you are using built-in FWH MariaDB/MySql library, you need not worry about it. The library automatically takes care of the conversions. Example Usage: oRs:photo := MEMOREAD( "photo.jpg" )oRs:Save()  Without opening the table as rowset: oCn:Insert( cTable, ...
by nageswaragunupudi
Thu Aug 12, 2021 1:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_crypt and hb_decrypt problem
Replies: 3
Views: 761

Re: HTML report sample

... …“ ist ein Blindtext" )        memowrit(cHtmlOrUrl, cHtml)     PrintHtml(cHtmlOrUrl,1,.t.)  You will bring this kind of conversions (coded) into a xbrowse replacement i suspect in order to manipulate the conversion data into a browse ?
by Marc Venken
Sat Jul 24, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1545

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... do it. They give good quality and we keep improving the quality. You can reduce a lot of coding. Also if you give the file name directly, lot of conversions will be avoided and you get better quality output. About printing alpha images: Your printer needs to support alpha printing. Not all printers ...
by nageswaragunupudi
Thu Mar 05, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: tdatabase Filter error

... Now, do not bother to replace local variables with their values. Just use Exec() method like this, using exactly the same expession without any conversions: oReservation:Exec( < ||   SET FILTER TO AllTrim( FIELD->TYPE ) == AllTrim( cTypeRoom ) .and. FIELD->NUM ...
by nageswaragunupudi
Wed May 01, 2019 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatabase Filter error
Replies: 20
Views: 1609

Re: Your EXE into a Web app

... of the globe. I hope and I want a product of Fivetech that is compatible with the dbf files the same we use in our applications without making conversions and reconversions in and output, I think this is the desire of all or rather the majority of users of fivewin and Harbor
by Silvio.Falconi
Sat Oct 13, 2018 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9052

Re: TFBuffer, una clase para acelerar la escritura en ficheros

Now, we need to convert numbers and dates to string values before calling addstring(). These conversions at Harbour level are a bit less efficient than in C level. Can you handle these conversions inside the method automatically? I would prefer to keep it as simple as ...
by Carlos Mora
Sun May 06, 2018 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TFBuffer, una clase para acelerar la escritura en ficheros
Replies: 7
Views: 2235
Next

Return to advanced search