Search found 4882 matches

by karinha
Thu Jan 21, 2021 1:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 50762

Re: CreateObject( "MSXML2.XMLHTTP" )

In several cases when sending content the correct POST would be Try like this: ohttp:Open( "POST" ,"http://www.w3schools.com/angular/customers.php", .F. ) #include "FiveWin.ch" #Define cUrl                  "http://www.w3schools.com/angular/customers.php" FUN...
by karinha
Wed Jan 20, 2021 1:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 50762

Re: CreateObject( "MSXML2.XMLHTTP" )

Format and install windows 7 32 bit that will work. Mine is windows 7 32 bit professional.

If it is not difficult, it is not Silvio Falconi. hahahahahahaha.

Just playing with you.

Regards, saludos.
by karinha
Tue Jan 19, 2021 12:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 50762

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 https://social.technet.mi...
by karinha
Tue Jan 19, 2021 10:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 50762

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
Mon Jan 18, 2021 2:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Decode Json From web service [ to Mr. Rao ]
Replies: 10
Views: 5463

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

Silvio.Falconi wrote:ok but this on win 10, i tried on win 7 and not run ok
https://i.imgur.com/3RrQB3X.png

Image
by karinha
Mon Jan 18, 2021 1:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Decode Json From web service [ to Mr. Rao ]
Replies: 10
Views: 5463

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

https://i.imgur.com/WTKQrTg.png https://i.imgur.com/WTKQrTg.png #include "fivewin.ch" #include "directry.ch" #include "fileio.ch" #define URL_CONSULTA          "http://www.w3schools.com/angular/customers.php" FUNCTION Main()    LOCAL oServer, sTrRet    /*    ...
by karinha
Mon Jan 18, 2021 1:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 50762

Re: CreateObject( "MSXML2.XMLHTTP" )

      #IFDEF __XHARBOUR__  // xHarbour          Try              oServer:= CreateObject( "MSXML2.ServerXMLHTTP.6.0" )          Catch             MsgInfo('Erro na Criação do Serviço')             Return Nil          End       #ELSE          Try             oServer:= win_OleCreateObject( &q...
by karinha
Wed Jan 13, 2021 1:08 am
Forum: FiveWin para Harbour/xHarbour
Topic: hbclas error 2012 que hice mal? SOLUCIONADO
Replies: 3
Views: 967

Re: hbclas error 2012 que hice mal?

Si, disculpen el error que me da es hbclass.ch El problema esta en los include de FWH 2012? Gracias No comprendo. Hbclass.ch és de Harbour. C:\HARBOUR\include 17/07/2011  15:57             5.521 hbcairo.ch 14/02/2011  15:48            37.929 hbclass.ch 28/09/2010  12:47             5.918 hbcom.ch 1...
by karinha
Tue Jan 12, 2021 10:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 4108

Re: How to print PDF file without GUI?

Many thanks, Rick.

Regards, saludos.
by karinha
Tue Jan 12, 2021 11:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 4108

Re: How to print PDF file without GUI?

Rick, complete please:

SolidWhite() // ??
LightGreyGrad() // ??
GreyButtonGrad() // ??
DEFINE DIALOG oDlg RESOURCE "REQPRINT" ; //??

Regards, saludos.
by karinha
Tue Jan 12, 2021 10:55 am
Forum: FiveWin para Harbour/xHarbour
Topic: hbclas error 2012 que hice mal? SOLUCIONADO
Replies: 3
Views: 967

Re: hbclas error 2012 que hice mal?

hbclas.ch??

Code: Select all

   hbclass.ch
 
Saludos.
by karinha
Mon Jan 11, 2021 12:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 4108

Re: How to print PDF file without GUI?

#include "FiveWin.ch" static oWnd function Main()    local oBar, cPdf    cPdf := "C:\FWH\SAMPLES\MODELO.PDF"       // NO FUNCIONA    // cPdf := "C:\FWH\SAMPLES\MATERIAL.TXT"  // FUNCIONA, IMPRIME NORMAL.    cPdf := "C:\FWH\SAMPLES\MODELO.RTF"       // FUNCION...
by karinha
Mon Jan 11, 2021 11:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Happy Birthday, Mr. Cristobal Navarro Lopez
Replies: 11
Views: 10468

Re: Happy Birthday, Mr. Cristobal Navarro Lopez

Happy birthday my dear master.
We wish you happiness, health and peace.

Regards, saludos.