Search found 401 matches: seven

Return to advanced search

Re: Error on Windows Seven - download a file from a website

This may help: https://stackoverflow.com/questions/48530690/https-request-blocked-in-windows7 objXMLHTTP.setRequestHeader "Origin", ls_address I tried with that but Error description: (DOS Error -2147352567) WINOLE/1007 Errore nel supporto per il canale di protezione (0x80072F7D):...
by Silvio.Falconi
Wed Oct 06, 2021 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Windows Seven - download a file from a website
Replies: 2
Views: 464

Error on Windows Seven - download a file from a website

Error description: (DOS Error -2147352567) WINOLE/1007 Impossibile individuare la risorsa specificata. (0x800C0005): msxml6.dll I use with oHtp = CREATEOBJECT( "Msxml2.XMLHTTP.6.0" ) same function on Windows 10 run perfectly Static Function DescargFichDesdeUrl(cPath)   lo...
by Silvio.Falconi
Mon Oct 04, 2021 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Windows Seven - download a file from a website
Replies: 2
Views: 464

Re: Not show control say on folder with res

... string with the green background But I need to compile with resources because I must insert bitmaps, How I can resolve ? I try now also on Windows Seven ...same error https://i.postimg.cc/QdsxYQzk/test-dialog3.jpg #include "FiveWin.ch"    Function test()    local ...
by Silvio.Falconi
Wed Aug 25, 2021 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not show control say on folder with res
Replies: 11
Views: 999

Re: defining a key to a function

Hello Antonio,

Thanks, that works. The GoLeft has number 63234 and the GoRight has 63235. I use the bKeyDown on a window instead of a browse. The window that is opened has seven tabs and on 4 of them there are browses. It also works on Get's
by plantenkennis
Tue Jun 22, 2021 6:28 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: defining a key to a function
Replies: 2
Views: 725

Searching with Array

...         Endif       Next why not run ok ? sample see the second image the record number 1 and seven are not the same and must have the X
by Silvio.Falconi
Tue May 04, 2021 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching with Array
Replies: 4
Views: 542

replace value on xbrowse ( tdatabase)

I open the reserva.dbf with Tdatabase and build axbrowse https://i.postimg.cc/bYH0TzvQ/Prenota-2.jpg I need to calc the days on the Seven column ( red column) WITH OBJECT oBrowse:aCols[ 7] :bEditValue := TotalDays(oBrowse) END I tried with ( but not run ok ) Function TotalDays(oBrowse) ...
by Silvio.Falconi
Tue Apr 20, 2021 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: replace value on xbrowse ( tdatabase)
Replies: 4
Views: 457

Re: CreateObject( "MSXML2.XMLHTTP" )

... http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39892 Regards, saludos. do you tried it on a machine having windows Seven Home? Please don't keep insisting, I tested also on the following Computer Asus Rog G73 jw 16GBRAM with Windows Seven Home 64 bit NOT RUN make ...
by Silvio.Falconi
Wed Jan 27, 2021 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3271

Re: CreateObject( "MSXML2.XMLHTTP" )

In some versions of windows as an example: SEVEN SP1 and XP I solved the problem including SETTIMEOUTS. oServer := CreateObject( "MSXML2.ServerXMLHTTP.6.0" )oServer:SetTimeouts(40000,40000,40000,40000)  Application =========== ...
by Silvio.Falconi
Sun Jan 24, 2021 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3271

Re: CreateObject( "MSXML2.XMLHTTP" )

In some versions of windows as an example: SEVEN SP1 and XP I solved the problem including SETTIMEOUTS.

Code: Select all  Expand view

oServer := CreateObject( "MSXML2.ServerXMLHTTP.6.0" )
oServer:SetTimeouts(40000,40000,40000,40000)
 
by Giovany Vecchi
Thu Jan 21, 2021 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3271

Re: CreateObject( "MSXML2.XMLHTTP" )

... Best regards, Otto As I have already explained to Antonio Linares, I have to use this computer with Windows Seven Home Sp1, I cannot upgrade it to Windows 10 because this computer is in the presidency, this computer is used by the Headmaster of my school, ...
by Silvio.Falconi
Thu Jan 21, 2021 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3271

Re: How to Decode Json From web service [ to Mr. Rao ]

... i tried on win 7 and not run ok https://i.imgur.com/3RrQB3X.png https://i.imgur.com/3RrQB3X.png Right, on Windows Seven Professional run ok on Windows Seven Home Premium 64 bit with Server Pack 1 not run is there someone have the same windows I have to try the test
by Silvio.Falconi
Thu Jan 21, 2021 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Decode Json From web service [ to Mr. Rao ]
Replies: 10
Views: 3920

Re: CreateObject( "MSXML2.XMLHTTP" )

Otto wrote:Thank you, João. Your code is working fine here.
Best regards,
Otto


do you are trying it on Windows Seven Home 64 bit ?
by Silvio.Falconi
Thu Jan 21, 2021 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3271

Re: CreateObject( "MSXML2.XMLHTTP" )

I Installed on this computer ( Windows Seven Home) Server Pack 1 and also not run, same error


I wish ask You a question....

Why if I use hbcurl functions it run ?
by Silvio.Falconi
Thu Jan 21, 2021 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3271

Re: CreateObject( "MSXML2.XMLHTTP" )

Antonio Linares wrote:> I HAVE PROBLEM WITH A COMPUTER HAVING WINDOWS SEVEN

Update it to Windows 10 :-)

I cannot upgrade to win10 that pc
by Silvio.Falconi
Tue Jan 19, 2021 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3271
PreviousNext

Return to advanced search