Search found 534 matches: earlier

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... function FW_ShowAdoError( oCn, [lSilent = .f.], [er] ) The function displays (if not silent) and/or logs error and/or evaluates bOnError set earlier and clears the error Returns oAdoError - Enhanced: function Fw_OpenAdoConnection( ; cConnStr, [lShowError], [@oErr], [nTimeOut] ) * fwxlsxlb.prg: ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 43

Re: FWMARIA TOEXCEL ERROR FREEZEPANES

In the next version to be released.

1. :lFreezePanes does not raise runtime error.
2. Dates and TimeStamps earlier than the year 1900 are exported as text to avoid loss of data and export errors.
by nageswaragunupudi
Tue Apr 09, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3256

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... problem at our end with FWH2310 but could not. In other words, Ansi Gets are correctly working here as expected. We enhanced the test we posted earlier for more detailed testing. This is the sample we tried. #include "fivewin.ch"REQUEST HB_CODEPAGE_TRWINfunction Main()   local ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54318

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... problem at our end with FWH2310 but could not. In other words, Ansi Gets are correctly working here as expected. We enhanced the test we posted earlier for more detailed testing. This is the sample we tried. #include "fivewin.ch"REQUEST HB_CODEPAGE_TRWINfunction Main()   local ...
by nageswaragunupudi
Sun Feb 04, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54318

Re: HTML code in a TPanel class

... WebView2 SDK do not support Windows 7 or Windows 8/8.13. Therefore, if you want to use WebView2 on Windows 7, you must ensure that version 109 or earlier of WebView2 Runtime is installed, and use a version of WebView2 SDK that is equal to or less than 1.0.1519.0 Antonio, but is it only used to ...
by Silvio.Falconi
Mon Jan 22, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: HTML code in a TPanel class

... WebView2 SDK do not support Windows 7 or Windows 8/8.13. Therefore, if you want to use WebView2 on Windows 7, you must ensure that version 109 or earlier of WebView2 Runtime is installed, and use a version of WebView2 SDK that is equal to or less than 1.0.1519.0
by Antonio Linares
Mon Jan 22, 2024 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: ButtonBmp TABSTOP

I tested with a sample posted earlier in this thread it is working.
If it is not working in another program, please post your code which is not working for you along with your rc file.
by nageswaragunupudi
Sun Jan 07, 2024 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2792

Re: Consulta a un servidor

I have already tried with HB_StrToUTF8(cUr ) but it doesn't work either


HB_StrToUtf8(cUr) works as expected only if you set
Code: Select all  Expand view
HB_CDPSELECT( "ESWIN" )

already.
Hope you set the codepage earlier correctly.
by nageswaragunupudi
Mon Dec 11, 2023 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta a un servidor
Replies: 5
Views: 853

Re: Xlsxlibhb_ver2

... any issues on all versions of bcc and xharbour. Better if you and Antonio decide and provide a new buildx.bat in the FWH, which works with all earlier and latest versions of xharbour and bcc.
by nageswaragunupudi
Wed Nov 22, 2023 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9008

Re: whatsapp

... can send files as attachments. That is possible only due to some low level ( c language modules ) in FWH2310. So, that is not compatible with earlier versions. We provide here a modified version with which we can send messages and also some images optionally. This works with FWH2304. // whatsapp ...
by nageswaragunupudi
Sun Nov 19, 2023 2:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: whatsapp
Replies: 9
Views: 1289

Re: xBrowse - Dates - FWH 2310

... MLS12c folder 1. I never observed the problem on C1, but did see it occur consistently on C2 using the exact same .EXE. 2. I did not see it with earlier builds using FWH1207. It did occur with 1210 3. I rebuilt the application using FWH 1207. The problem did not occur on C1, but did occur on ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1449

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

hi, If you see my earlier samples, I created OEM dbf with Umlauts and showed exporting them to say it again : i need "read" from existing DBF, NOT "made" it from CODE i talk about DBF made under Cl*pper OEM / DOS ...
by Jimmy
Fri Sep 01, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

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

as long Sign come not from DBF, made in OEM Environment , it is not the Problem that i mean

It works the same way even if is from oem dbf.
If you see my earlier samples, I created OEM dbf with Umlauts and showed exporting them
by nageswaragunupudi
Fri Sep 01, 2023 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

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

hi, When you use these functions directly on your DBF, it fails. That should be expected. Reason: As I said earlier, converting only the 7 umlaut characters is NOT enough at all. This kind of conversion, we need to do for all accented characters of German language. That is the ...
by Jimmy
Wed Aug 30, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

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

... 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 I said earlier, converting only the 7 umlaut characters is NOT enough at all. This kind of conversion, we need to do for all accented characters of German ...
by nageswaragunupudi
Wed Aug 30, 2023 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095
Next

Return to advanced search