Search found 10 matches: getpostdata

Return to advanced search

Re: access to a supplier web site under program control

... = oActiveX ACTIVATE WINDOW oWnd ; ON INIT oActiveX:Do( "Navigate2",; "https://www.dixiesales.com/login-us.aspx",,,; GetPostData( "name=1000" ),; "Content-Type: application/x-www-form-urlencoded" + CRLF ) return nil //--------------------------------------------------------------------- ...
by Rick Lipkin
Tue Apr 05, 2011 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to a supplier web site under program control
Replies: 21
Views: 7621

Re: http method post

... docs related to this class. I regularly do it via IE ActiveX. Please see http://forums.fivetechsupport.com/viewtopic.php?f=3&t=12514&hilit=GetPostData (someone suggested tip class too there) Hi, Davide
by Davide
Fri Nov 06, 2009 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: http method post
Replies: 1
Views: 510

Re: Enviar SMS via Web...

Andrés,

Aqui tienes el ejemplo:
viewtopic.php?p=63257#p63257

el código fuente de GetPostData() aqui:
viewtopic.php?p=63199#p63199
by Antonio Linares
Thu Sep 03, 2009 9:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar SMS via Web...
Replies: 26
Views: 8211

Re: Ms Visual C Sharp

... you to do what you want (unless I did not properly understand what you want to do): http://forums.fivetechsupport.com/viewtopic.php?p=63257#p63257 GetPostData() source code is here: http://forums.fivetechsupport.com/viewtopic.php?p=63199#p63199
by Antonio Linares
Tue Sep 01, 2009 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ms Visual C Sharp
Replies: 9
Views: 3407

Re: Aceptador Tarjetas Credito para TPV

Aqui tienes el ejemplo:
viewtopic.php?p=63257#p63257

Y el código de GetPostData() está aqui:
viewtopic.php?p=63199#p63199
by Antonio Linares
Mon Aug 17, 2009 8:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Aceptador Tarjetas Credito para TPV
Replies: 3
Views: 809

... GetPostData( cGetPost ),; "Content-Type: application/x-www-form-urlencoded" + CRLF ) return nil #pragma BEGINDUMP #include <hbapi.h> #include ...
by cdmmaui
Wed Nov 26, 2008 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving a web page via shell.explorer
Replies: 53
Views: 17489

Darrell,

Yes, it is correct. Please notice that those values are the ones supplied here:

GetPostData( "first=fivewin&last=FiveTech Software" )

also, that we are using a HTTPS (secure) website.
by Antonio Linares
Wed Nov 26, 2008 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving a web page via shell.explorer
Replies: 53
Views: 17489

Darrell,

I believe Antonio says that you have to use the ON INIT clause like this:'

ACTIVATE WINDOW oWnd2 ON INIT oActiveX:Do( "Navigate2", cConnect,,, GetPostData( cGetPost ), "Content-Type: application/x-www-form-urlencoded" + CRLF )

Regards,
James
by James Bott
Wed Nov 26, 2008 12:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving a web page via shell.explorer
Replies: 53
Views: 17489

... oMenu TITLE 'Tracking' oActiveX = TActiveX():New( oWnd2, "Shell.Explorer" ) oWnd2:oClient = oActiveX oActiveX:Do( "Navigate2", cConnect,,, GetPostData( cGetPost ), "Content-Type: application/x-www-form-urlencoded" + CRLF ) ACTIVATE WINDOW oWnd2 MAXIMIZED
by cdmmaui
Tue Nov 25, 2008 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving a web page via shell.explorer
Replies: 53
Views: 17489

... oWnd ; ON INIT oActiveX:Do( "Navigate2",; "https://www.fivetechsoft.com/secure/english/test.php",,,; GetPostData( "first=fivewin&last=FiveTech Software" ),; "Content-Type: application/x-www-form-urlencoded" + CRLF ...
by Antonio Linares
Thu Sep 04, 2008 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving a web page via shell.explorer
Replies: 53
Views: 17489

Return to advanced search