Search found 312 matches: deal

Return to advanced search

Re: How to include hbCurl?

... years. On the whole, the path with shellExEc() would seem more maintenance-friendly to me if you would otherwise have no issues or only have to deal with the firewall during the initial setup. Best regards, Otto c:\curl-8.6.0_3-win64-mingw\bin\curl.exe -u username:password -k -F "fileToUpload=@c:\xxxx\tmpplan\planangebot.dbf" ...
by Otto
Sun Mar 03, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

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

... 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( "SELECT UNIX_TIMESTAMP( ? )", ...
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: How to convert a Date to an Unix TimeStamp?

... / 86400000.0 )//----------------------------------------------------------------------------//  Please keep in mind that the FWH functions deal with Unix time in MilliSeconds. Not seconds. Depending on the requirement, you need to provide the conversion ( *1000 or /1000 )
by nageswaragunupudi
Mon Jan 29, 2024 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 575

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Dear Anser, It's great to hear from you. I will send you the source code via private message. Why privately? It's difficult to deal with the fact that many here are just cherry-picking or immediately against everything. Also, hardly anyone is willing to test something for someone else ...
by Otto
Thu Jan 25, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: Calculate total pages

... "Name" with "NAME", we can use StrTran( cEmf, AnsiToWide( "Name" ), AnsiToWide( "NAME" ) ) If we deal with English ( ANSI encoded text ), it is enough to use AnsiToWide, but for utf8 text, we need to convert to utf16le, using fwh functon StrToWide( ...
by nageswaragunupudi
Mon Nov 27, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... GET field, it looks correct, but the unicode comes to the variable as CHR(196)+CHR(158). This doesn't work for me. After each Get field, I have to deal with thousands of GET fields to convert from Unicode to Ansi.
by Horizon
Sat Nov 18, 2023 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54319

Re: Request For TDataRow Example for MariDB

... codes above do exactly the same thing. The reason why you do not find many examples directly using TDataRow is because you do not need to deal with it explicitly. XBrowse and classes like RowSet, TRecSet, TDatabase. etc implicity internally use this class to provide Edit()
by nageswaragunupudi
Tue Aug 01, 2023 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request For TDataRow Example for MariDB
Replies: 4
Views: 271

Re: Acceder a dbf mediante ado

... oCn, "states" ) to use states.dbf OR oRs := FW_OpenRecordSet( oCn, "select first,salary from customer" ) Now deal with the oRs like any other ADO recordset. For using dbfcdx tables (i.e., dbf tables with fpt memo files), we need to download and install vfpoledb ...
by nageswaragunupudi
Thu Jul 27, 2023 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Acceder a dbf mediante ado
Replies: 6
Views: 380

Re: harbour CLASS vs. Xbase++ CLASS

hi Antonio, Why don't you use the FWH commands ? Using them you avoid having to deal with so many parameters there are still a lot in Fivewin what i have to learn i got Problem with xCommand e.g. COMBOBOX like in this Thread https://forums.fivetechsupport.com/viewtopic.php?t=42381 ...
by Jimmy
Mon Oct 31, 2022 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour CLASS vs. Xbase++ CLASS
Replies: 2
Views: 292

Re: harbour CLASS vs. Xbase++ CLASS

Dear Jimmy,

Why don't you use the FWH commands ? Using them you avoid having to deal with so many parameters
by Antonio Linares
Sun Oct 30, 2022 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour CLASS vs. Xbase++ CLASS
Replies: 2
Views: 292

Re: Manifest

... have the issue with the checkbox builds in 64 bit, but since distributions are created with a .mak file, and that doesn't have the problem, I'll deal with that separately. So perhaps we don't actually need a manifest file ? Sometimes I see that we need to reference it ( when advice is given ), ...
by TimStone
Wed Oct 26, 2022 10:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1790

Re: Bug in Harbour Descend()

How do you deal with this bug? I need to use codepage with Harbour, otherwise the accented chars are not correctly read from the file system (ie. filenames, Directory(), File(), Memoread(), etc.). But doing so, Descend() function ...
by Enrico Maria Giordano
Mon Oct 17, 2022 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1709

Re: Installing on Paralles for Mac

... ) MacBook's, MacBook pro .. I have no problems with their quality .. My last years as the IT Administrator for the State Newspaper I had to deal with a mix of both laptops ( and the surface notebooks ) We had to use 2 MDM's to manage the machines .. which is kinda a pain the bum .. but at ...
by Rick Lipkin
Thu Sep 01, 2022 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 762

Re: Installing on Paralles for Mac

... 8). When a client is seeking to buy a new computer for their business, I of course do recommend windows. I often can help them find a really good deal on a reliable computer, and of course it is often less than Apple computers. With that said, the price difference is no longer the 2 for 1 ratio ...
by TimStone
Thu Sep 01, 2022 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 762

Re: Installing on Paralles for Mac

... few resources. There are so many tasks otherwise. I think that if someone, like you, who works in research and development, it is necessary to deal with many things. For example, today the certificate of my http://www.winhotel.space mod harbour server expires. I'm not even sure if there is ...
by Otto
Thu Sep 01, 2022 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 762
Next

Return to advanced search