Search found 20 matches: caction

Return to advanced search

Re: eval an action - resolved

Resolved with

local cAction:= aImg[5 ]
local bClick := &( "{|| " + cAction + "}" )

saw on fwh\samples\barsetup.prg
by Silvio.Falconi
Tue Mar 05, 2024 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eval an action - Resolved!!
Replies: 2
Views: 168

Re: Soap Web Service

... you can mimic you templates ... Let me show How I did: LOCAL cUrl := "https://orbisws01.orbisfarma.com.mx/transaccion.asmx?WSDL" LOCAL cAction := "https://orbisws01.orbisfarma.com.mx/setTransactionInit" First, create a XML var .. cXML := '<?xml version="1.0" encoding="UTF-8" ...
by ramirezosvaldo2
Thu Jan 27, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 905

Controller/Router

... function. do case case AP_Method() == "GET" AP_RPuts( View( "default" ) ) case AP_Method() == "POST" do case case cAction == "save" ? "post save" Save() case cRequest == "login" Login() endcase endcase Best regards, Otto function Controller( ...
by Otto
Wed Nov 18, 2020 8:22 am
 
Forum: mod_harbour
Topic: Controller/Router
Replies: 10
Views: 1155

Secure an AJAX request

... { "url": "landingpage.prg", "type": "POST", data: {username: matchcode, password: code, action: cAction, --------------------------------------------------------------------------------------------------- function encrypedtime () local cVar: = ...
by Otto
Thu Nov 12, 2020 6:00 pm
 
Forum: mod_harbour
Topic: Secure an AJAX request
Replies: 2
Views: 434

Understanding Genesis

... Controller checks access: cookies user login and requested content depending on the AP_Method() GET or POSTan action is called ( cAction ) ----------------------------------------------------------- Controller calls view case AP_Method() == "GET" AP_RPuts( View( "default" ...
by Otto
Sat Nov 09, 2019 8:57 am
 
Forum: mod_harbour
Topic: Understanding Genesis
Replies: 3
Views: 730

Re: fiveweb: combobox. solucionado !

lo solucione asi , de esta manera puedo ejecutar la función mandadole como parámetro el elemento elegido
ATail( oDlg:aControls ):cAction += '+ "' + ff('+"+oGet1.value+"') + ':"'

donde en
function ff (xx)
buscar xx
grabar
return ()
by silvinamazzaro
Thu Jun 30, 2016 7:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb: combobox.
Replies: 5
Views: 528

Re: fiveweb: combobox.

... = "lupaMENUcliente.exe?valido:"+ ; document.getElementById( "oGet1" ).value + ":" ATail( oDlg:aControls ):cAction += '+ "' + ff(oGet1:value) + ':"' ACTIVATE DIALOG oDlg NOWAIT Else endif return nil function ff (xx) *=========== return (xx)
by silvinamazzaro
Thu Jun 30, 2016 6:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb: combobox.
Replies: 5
Views: 528

Re: fiveweb: combobox.

Silvina,

ATail( oDlg:aControls ):cAction += '+ "' + oGet1.value + ':"'

Revisa FiveWeb\samples\testcomb.prg
by Antonio Linares
Thu Jun 30, 2016 6:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb: combobox.
Replies: 5
Views: 528

fiveweb: combobox.

... BUTTON "Imprimdo Recibo" OF oDlg SIZE 200, 40 ACTION document.location = "lupaMENUcliente.exe?valido:" ATail( oDlg:aControls ):cAction += '+ "' + fff() + ':"' ACTIVATE DIALOG oDlg NOWAIT return nil function fff *=========== //ACA NECESITO EL VALOR ELEGIDO PARA GRAVARLO ...
by silvinamazzaro
Thu Jun 30, 2016 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb: combobox.
Replies: 5
Views: 528

Re: FiveWeb Questions

... provide our Harbour variables values to javascript: @ 200, 200 BUTTON "test" ACTION "" OF oDlg ATail( oDlg:aControls ):cAction = 'MsgInfo("' + Alltrim( Str( Len( aParams ) ) ) + '")'
by Antonio Linares
Thu Feb 18, 2016 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25564

Re: fiveweb

... "oGet3" ).value + ":" + ; document.getElementById( "oGet4" ).value + ":" ATail( oDlg:aControls ):cAction += '+ "' + aParams[ 4 ] + '"'
by Antonio Linares
Thu Feb 11, 2016 10:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb
Replies: 10
Views: 1700

Re: Sudoku with fwh

Uwe how you call caction ?
by Silvio.Falconi
Thu Jan 22, 2015 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sudoku with fwh
Replies: 28
Views: 8143

Converting DBFCDX to SQL (ADO)

... ):Value nRecvLabels := oSqlUpd:Fields( "LABELS" ):Value // Close... oSqlUpd:Close() oSqlUpd:=NIL ENDIF // Delete... IF cAction=="D" lPass := MsgNoYes( "Are you sure you want to Cancel Receiving " + cRecvNo + "?", Ptitle ) IF ! lPass RETURN ...
by cdmmaui
Mon May 13, 2013 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting DBFCDX to SQL (ADO)
Replies: 21
Views: 6016

Re: Hide / Show Image-scrollbars ( like in xBrowse ) ?

... resourceheight ( no scrollar neded ) The width is igger resource-with ( scrollbar needed ) oIMAGE:bPainted := { |hDC| ADJ_ZOOM1(oImage, hDC, cAction, oZSelect1) } A Button : @ 5, 475 BTNBMP oBtn[5] FILENAME c_path1 + "Original.Bmp" ; SIZE 115, 50 OF oBar PIXEL BORDER ; // Width ...
by ukoenig
Tue Feb 12, 2013 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide / Show Image-scrollbars ( like in xBrowse ) ?
Replies: 4
Views: 1078

Possible changes in METRO ( Design ) ?

... cCaption, cImgName, bAction, nAlign, ; nBmpAlign, nBmpWidth, nBmpHeight , oFont, cText, nTextAlign, oTextFont, oSubMetro, ; nGroup, cBackImage, cAction, cSub ) TMetroBtn():New( nX, nY, lLarge, Self, cCaption, cImgName, bAction, nAlign, ; nBmpAlign, nRatio , oFont, cText, nTextAlign, oTextFont, ...
by ukoenig
Tue May 01, 2012 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible changes in METRO ( Design ) ?
Replies: 0
Views: 395
Next

Return to advanced search