Search found 13 matches: param2

Return to advanced search

Re: Call HTML form in FWH application

Tim, ACTION ShellExecute( nil, "open", "http://www.fivetechsoft.com?param1=Tim&param2=Stone" ) The above issues a "GET" request as the params go on the URL after the "?" If you want those params not to be seen on the URL then you ...
by Antonio Linares
Sat May 22, 2021 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call HTML form in FWH application
Replies: 7
Views: 1547

Re: Receive Parameters from the URL line in Mod_Harbour

Byron,

test.prg?param1=Hello&param2=world

From test.prg call AP_Args()

Live sample:
https://www.modharbour.org/modharbour_samples/webservice.prg?param1=hello&param2=world
by Antonio Linares
Tue Mar 03, 2020 5:55 am
 
Forum: mod_harbour
Topic: Receive Parameters from the URL line in Mod_Harbour
Replies: 1
Views: 307

Re: Receive Parameters from the URL line in Mod_Harbour

Byron,

test.prg?param1=Hello&param2=world

From test.prg call AP_Args()

Live sample:
https://www.modharbour.org/modharbour_samples/webservice.prg?param1=hello&param2=world
by Antonio Linares
Tue Mar 03, 2020 5:52 am
 
Forum: mod_harbour
Topic: Receive Parameters from the URL line in Mod_Harbour
Replies: 1
Views: 248

Re: invoke sql functions with ado

Open recordset with sql as "SELECT functioname(param1,param2,...)"
Then,
result := oRs:Fields(0):Value
by nageswaragunupudi
Thu Aug 01, 2019 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: invoke sql functions with ado
Replies: 3
Views: 603

Re: funciones de FWH y Harbour en un archivo .txt

... HB_SetKeyArray(<aInkey>,[<bCodeblock>])->Nil HB_SetKeyCheck(<nInkey>,[<param1>],[<param2>],[<param3>])->lIsSetkeyBlock HB_SetKeyCP(<cTermCP>,<cHostCP>)->Nil HB_SetKeyGet(<nInkeyCode>,[@<bCondition>])->bCodeblock ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

FWH: MySql/MariaDB: RowSet object

... parameters can be specified in any manner like: ? ? ? : like in sql &1, &2, ... : compatible with other libs Or named paramters: :param1, :param2, ... : standard sql &param1, &param2, .. : compatible with other libs In the case of named paratmers the array needs to be a multi-dim ...
by nageswaragunupudi
Thu Jul 21, 2016 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19551

Re: Inserting a progress bar with xBrowse

My sample is wrong. I think now I understood how it works. SetProgBar( Param1, Param2, Param3 ) Param1 is the maximum possible value of the data in the cell. In your case end date - begin date, the data of the cell should be the quantity of elapsed days from begin ...
by ADutheil
Tue Aug 07, 2012 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a progress bar with xBrowse
Replies: 6
Views: 1369

Re: Seguir el error

... siguientes SET RESOURCES TO FreeResources() RELEASE oWnd, oFont, ....etc y en las funciones o procedimientos STATIC FUNCION blabla( param1, param2,...etc ) LOCAL oFont, aSel, oDlg ...etc DEFINE FONT oFont NAME "Arial" SIZE 0, -12 BOLD DEFINE DIALOG oDlg..... .... .... ACTIVATE ...
by armando.lagunas
Sat Nov 07, 2009 5:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seguir el error
Replies: 4
Views: 681

Re: Compilar Fast Report

... param1); typedef void (*proc_IP) (int funcnum, pointer adr); typedef void (*proc_C)(char * param); typedef void (*proc_IC)(int param1, char * param2); typedef void (*proc_CC)(char * param1, char * param2); typedef void (*proc_CCC)(char * param1, char * param2, char * param3); typedef void ...
by KRCNET
Fri Nov 06, 2009 12:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar Fast Report
Replies: 3
Views: 1755

... // webservice uri // invoking web service methods. lo_serv.someMethod( param1, param2, ... ) lo_serv.Dispose() lo_serv := nil To invoke ws without ms soaptoolkit under [x]Harbour is not easy work, you must to 'talk' with webservice ...
by Elias Torres
Tue Oct 14, 2008 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 10
Views: 7006

... // webservice uri // invoking web service methods. lo_serv.someMethod( param1, param2, ... ) lo_serv.Dispose() lo_serv := nil To invoke ws without ms soaptoolkit under [x]Harbour is not easy work, you must to 'talk' with webservice ...
by thefull
Wed May 07, 2008 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 10
Views: 7006

... // webservice uri // invoking web service methods. lo_serv.someMethod( param1, param2, ... ) lo_serv.Dispose() lo_serv := nil To invoke ws without ms soaptoolkit under [x]Harbour is not easy work, you must to 'talk' with webservice ...
by jcleygar
Wed Nov 30, 2005 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 10
Views: 7006

... .OR. CZIP = NIL .OR. CZIP < "A" .OR. CZIP > "Z" IF FILE("DEVPILOT.DBF") IF ! NETOPEN("DEVPILOT") RETURN NIL ENDIF CZIP := SUBS(DEVPILOT->PARAM2,41,1) SOUSREP := SUBS(DEVPILOT->PARAM2,58,1) WRITEPPROSTRING("USER" ,"SAUVEGARDE" ,CZIP , cIniFile ) CZIP := GetPvProfString("USER","SAUVEGARDE",,CINIFile ...
by Richard Chidiak
Tue Oct 25, 2005 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5965

Return to advanced search