Search found 18 matches: param1

Return to advanced search

Re: call DLL under FiveWin

... a wiki. I'm not sure of its latest url Defining a external DLL function to be called at RunTime DLL [STATIC] FUNCTION <FuncName> ( ;[ <Param1> AS <Type1 > ] ; [ <ParamN> AS <TypeN> ] ) ; AS <return> [PASCAL] [ FROM <SymName> ] LIB <DllName> To ...
by hua
Tue Aug 02, 2022 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: call DLL under FiveWin
Replies: 7
Views: 721

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 ...
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: 1545

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: 5709

FWH: MySql/MariaDB: RowSet object

... for the 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 ...
by nageswaragunupudi
Thu Jul 21, 2016 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19546

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... present, is returned. An executable array is an array that has the elements structured as the other HB_ExecFromArray function calls: { cFuncName, param1, ..., paramN } { @nFuncId(), param1, ..., paramN } { bCodeBlock, param1, ..., paramN } { oObject, cMethodName, param1, ..., paramN } {oObject, ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2281

Re: Compilando con Harbour (intentando :-()

Mario, la funcion correcta es hb_parni( param1 ) pero creo que en xharbour permitia dos parámetros
Mira
viewtopic.php?f=6&t=28506&p=159545&hilit=Hb_parni#p159545
by cnavarro
Fri Nov 14, 2014 11:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour (intentando :-() - SOLUCIONADO!
Replies: 30
Views: 7689

New FTDN September/Septiembre 2013 (FWH 13.09)

... if dDate between dStart and dEnd <action> endif if nVar not between 100 and 200 <action> endif * New function XEval( bBlock/uVar, param1, ... paramN ) returns uVar if the first parameter is not a codeblock or result of evaluation of the codeblock in the first parameter with paramters ...
by Antonio Linares
Wed Oct 30, 2013 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2013 (FWH 13.09)
Replies: 1
Views: 2806

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 ...
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

... instruciones 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

... #include "hbapirdd.h" #include "hbxvm.h" typedef void *pointer; typedef void (*proc_)(void); typedef void (*proc_I)(long param1); typedef void (*proc_IP) (int funcnum, pointer adr); typedef void (*proc_C)(char * param); typedef void (*proc_IC)(int param1, char * param2); ...
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 ...
by Elias Torres
Tue Oct 14, 2008 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 10
Views: 7006

... function Main() MsgInfo( FWVERSION + Chr( 13 ) + FWCOPYRIGHT, FWDESCRIPTION ) return nil function OneParam(Param1) MsgInfo(Param1) return nil //----------------------------------------------------------------------------// procedure AppSys // XBase++ requirement ...
by angelo.c
Wed Jun 25, 2008 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 32-bit DLLs with Harbour Code - Any More Progress
Replies: 14
Views: 5860
Next

Return to advanced search