Search found 65 matches: resolves

Return to advanced search

Re: WebView and national encoding

Dear Yuri,

Have you tried this ?

Try adding <meta charset="UTF-8" /> to your <head> and see if that resolves your issue.
by Antonio Linares
Tue Feb 07, 2023 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView and national encoding
Replies: 10
Views: 516

Re: Browse edit of cell with brush

Looks like if I put oBrw:lFullPaint := .T. resolves the issue Asi? // C:\FWH..\SAMPLES\ANTONINO.PRG#Include "Fivewin.ch"#Define CLR_EDITED RGB(240,64,64)FUNCTION main()   LOCAL oWnd, oBrw   LOCAL aData ...
by karinha
Wed Sep 21, 2022 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 577

Re: Browse edit of cell with brush

Looks like if I put
Code: Select all  Expand view
oBrw:lFullPaint := .T.
resolves the issue
by AntoninoP
Wed Sep 21, 2022 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 577

Re: Su ayuda con este código

... do is induce our code to obtain the result that we expect and that it is not harbour, using the commands and functions that it provides us, that resolves the expression? So, let's not put the expression (!) and put directly ( ? .T. ) or ( ? .F. ) depending on the result you want to obtain, right? ...
by cnavarro
Sat Mar 12, 2022 11:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Su ayuda con este código
Replies: 9
Views: 444

Re: CreateObject( "MSXML2.XMLHTTP" )

Do try turning off UAC and see if that resolves the issue. The issue appears to be permissions, and UAC just might be getting in the way. UAC ? where ? https://docs.microsoft.com/en-us/windows/security/identity-protection/user-account-control/how-user-account-control-works ...
by Silvio.Falconi
Tue Jan 19, 2021 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3235

Re: CreateObject( "MSXML2.XMLHTTP" )

Do try turning off UAC and see if that resolves the issue. The issue appears to be permissions, and UAC just might be getting in the way. UAC ? where ? https://docs.microsoft.com/en-us/windows/security/identity-protection/user-account-control/how-user-account-control-works ...
by karinha
Tue Jan 19, 2021 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3235

Re: CreateObject( "MSXML2.XMLHTTP" )

karinha wrote:Do try turning off UAC and see if that resolves the issue. The issue appears to be permissions, and UAC just might be getting in the way.


UAC ? where ?
by Silvio.Falconi
Tue Jan 19, 2021 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3235

Re: CreateObject( "MSXML2.XMLHTTP" )

Do try turning off UAC and see if that resolves the issue. The issue appears to be permissions, and UAC just might be getting in the way.
by karinha
Tue Jan 19, 2021 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3235

Re: FW_DbfToExcel() problem

... ), { |u,i| If( ValType( u ) == "C", oRange:Columns( i ):NumberFormat := "@", nil ) } ) nRow := 2 Please let us know if this resolves your issue.
by nageswaragunupudi
Wed Jul 10, 2019 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfToExcel() problem
Replies: 5
Views: 1348

Re: Rpreview issues - PDF

Thank you for the link. Yes my key does work with it. That resolves the error problems. I still have some issues to resolve. What shows perfectly on the screen does not necessarily get accomplished in the PDF. For example I do have shaded rectangles and ...
by TimStone
Tue Apr 23, 2019 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7338

Re: Qué es lo erróneo?

... using #if..#elif. When the #else directive is used, it must be the last one, followed by #endif. The statements following the first condition that resolves to True is included in the preprocessor output. All other statements are discarded. That means, even if multiple conditions are True, only ...
by FranciscoA
Tue Jan 15, 2019 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Qué es lo erróneo?
Replies: 9
Views: 2005

Re: OT: ADS & Win 10 April Update RESOLUTION

... the problem. Apparently those using AVG find it still works ( with Defender off ) but that is not the best long term solution. The ADS.ini file resolves the problem immediately because network discovery is not needed.
by TimStone
Mon May 21, 2018 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6147

Re: New FWH 17.07

Thank you for the new button updater. It works perfectly and resolves a major need


Sent from my iPhone using Tapatalk
by TimStone
Mon Aug 14, 2017 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 17.07
Replies: 1
Views: 500

Re: Parsing issue XML/JSON input RESOLVED

That resolves the problem. Thank you.
by TimStone
Sun Jul 16, 2017 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parsing issue XML/JSON input RESOLVED
Replies: 4
Views: 925

xBrowse TAB vs ENTER key EDIT_GET ( rao )

...         oLabor,oParts,oMisc,oTax,oTotal,cTaxSet) }  and Hit the TAB key .. the block resolved 69.00 .. If I hit the ENTER key, the block resolves 69.95 ... I am using FWH 1705 ... this behavior recently showed up either in 1705 or 1704. Appreciate your help! Rick Lipkin
by Rick Lipkin
Wed Jun 21, 2017 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse TAB vs ENTER key EDIT_GET ( rao )
Replies: 16
Views: 2600
Next

Return to advanced search