Search found 656 matches: curl

Return to advanced search

TIP:Usando AJAX con Harbour

... Function SendPresencia( ) Local oHttp, e Local nTime := 0 Local lAsincronico := .T. Local cUrl := "http://www.pruyeb.es/test/bin/"+; "Presencia.php?proceso=FIVEWIN&"+; "app=PEPE" +; "&time="+Time() if ( oHttp := ::CreateHttp() ) != ...
by thefull
Wed Jul 16, 2008 9:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TIP:Usando AJAX con Harbour
Replies: 3
Views: 1414

Re: Codigo fuente HTML con Activex

Estoy leyendo paginas HTML con Activex, ejemplo oActiveX:Do("Navigate2",alltrim(cURL)), y con un Timer voy refrescando el contenido de la visualizacion. Me gustarian hacer 2 cosas con Activex: Quedarme con un Print-Screen (JPG) del contenido de la ventana. ...
by JmGarcia
Wed May 14, 2008 10:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codigo fuente HTML con Activex
Replies: 10
Views: 3433

... +=" var marker = new GMarker(point); "+CRLF cHtml2 +=" map.addOverlay(marker); "+CRLF cHtml2 +=" coords = marker.getPoint(); "+CRLF cHtml2 +=[ var curl = cAddressName + "<p>" + coords.toUrlValue(6) + "</p>" ]+CRLF cHtml2 +=[ var button = '<input type="button" value="Imprimir" onClick="window.print()"/>;' ...
by fgondi
Fri Jan 11, 2008 12:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps - Ajustar Mapa é possível?
Replies: 7
Views: 1849

... +=" var marker = new GMarker(point); "+CRLF cHtml2 +=" map.addOverlay(marker); "+CRLF cHtml2 +=" coords = marker.getPoint(); "+CRLF cHtml2 +=[ var curl = cAddressName + "<p>" + coords.toUrlValue(6) + "</p>" ]+CRLF cHtml2 +=[ var button = '<input type="button" value="Imprimir" onClick="window.print()"/>;' ...
by FWHISHOW
Fri Jan 11, 2008 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps - Ajustar Mapa é possível?
Replies: 7
Views: 1849

func GetMyIP( cURL ) #include "tip.ch" local cMyIP := "" local oUrl, oClient cURL := if( empty(cURL), "http://www.whatismyip.org/", cURL ) oUrl := tURL():New( cURL ) if !empty( oUrl ) oClient := tIPclient():new( oUrl ) if !empty( ...
by Luca
Wed Nov 14, 2007 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: internet ip address
Replies: 33
Views: 6677

Codigo fuente HTML con Activex

Estoy leyendo paginas HTML con Activex, ejemplo oActiveX:Do("Navigate2",alltrim(cURL)), y con un Timer voy refrescando el contenido de la visualizacion. Me gustarian hacer 2 cosas con Activex: Quedarme con un Print-Screen (JPG) del contenido de la ventana. ...
by JmGarcia
Sat Sep 29, 2007 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codigo fuente HTML con Activex
Replies: 10
Views: 3433

... función: //-----------------------------------------------------------------------------------------------------------------// FUNCTION Internet( cUrl ) cUrl := IF( "@" $ cUrl, "mailto:" + cUrl, cUrl ) IF EMPTY( cUrl ) oAsis:wInfo( "Introduzca algún valor en el campo", oApp:lAsis ) ELSE IF IsWinNT() ...
by cuatecatl82
Fri Sep 07, 2007 10:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TURL para Harbour
Replies: 6
Views: 1426

Connecting to web

Easiest way to do this, for text is to use a turllink control

Which basically does

ShellExecute(::Hwnd, "open", ::cUrl), which you could assign to a button
by AlexSchaft
Thu Feb 23, 2006 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Functions
Replies: 3
Views: 1083

... exactly he's looking for, but your sample certainly should do the trick. Any reason you're not using TOleAuto() class? I.e.: Function RunExpl( cURL ) local hE hE := TOleAuto():New("InternetExplorer.Application") hE:Visible := .T. hE:ToolBar := .F. hE:StatusBar := .F. hE:MenuBar := .F. hE:Navigate( ...
by Luis Krause
Tue Feb 21, 2006 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Html viewer for FWH?
Replies: 8
Views: 2446

Animation not always working

... 160, oDlf ) REDEFINE SBUTTON ID 161 OF oDlf ; Title "Starten"; BORDER ; ACTION oAnimate:CopyFiles() , DoTheUp(Down)load( oDlf, cUrl, cFile, cEmaildef, cDomein ); COLORS CLR_WHITE, CLR_RED; TOOLTIP "Starten" REDEFINE SBUTTON ID 162 OF oDlf ; Title "Cancel"; BORDER ; ACTION oDlf:End(); ...
by jfdepierre
Fri Nov 25, 2005 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Animation not always working
Replies: 5
Views: 1813

Animation not always working

... 160, oDlf ) REDEFINE SBUTTON ID 161 OF oDlf ; Title "Starten"; BORDER ; ACTION oAnimate:CopyFiles() , DoTheUp(Down)load( oDlf, cUrl, cFile, cEmaildef, cDomein ); COLORS CLR_WHITE, CLR_RED; TOOLTIP "Starten" REDEFINE SBUTTON ID 162 OF oDlf ; Title "Cancel"; BORDER ; ACTION oDlf:End(); ...
by jfdepierre
Thu Nov 24, 2005 11:57 am
 
Forum: FiveWin for CA-Clipper
Topic: Animation not always working
Replies: 1
Views: 951
Previous

Return to advanced search