Search found 33 matches: onclick

Return to advanced search

Re: IE

... <head> </head> <body style="background-color:cyan"> <h2>Using WebView from FWH</h2> <button onclick='test( 123, "Hello" )'>Call FWH app from web browser</button> </body> </html> ENDTEXT return cHtml DLL FUNCTION ...
by Natter
Thu May 26, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1678

Google Maps + Ativex dejó de funcionar?

... value="AVENIDA BRASIL, MARINGA, BRASIL"> <input type="hidden" id="button" value="Geocode" onclick="codeAddress()"> <body onload="initialize(); codeAddress('AVENIDA BRASIL, MARINGA, BRASIL')"> <div id="map-canvas"></div> ...
by MGA
Fri May 06, 2022 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps + Ativex dejó de funcionar?
Replies: 1
Views: 259

extra preprocessor

... https://mybergland.com/fwforum/menu_scripts.jpg https://mybergland.com/fwforum/onclick.jpg
by Otto
Sun Dec 12, 2021 9:43 am
 
Forum: mod_harbour
Topic: extra preprocessor
Replies: 0
Views: 335

extra preprocessor

... https://mybergland.com/fwforum/menu_scripts.jpg https://mybergland.com/fwforum/onclick.jpg
by Otto
Sun Dec 12, 2021 9:41 am
 
Forum: mod_harbour
Topic: extra preprocessor
Replies: 0
Views: 173

Re: Button click action

Hello Joao, Thank you for asking. Our friend Adhemar offers a onclick installation. Please read following forum post: http://forums.fivetechsupport.com/viewtopic.php?f=45&t=39149 This link is working: Dear Otto Mod_Harbour con Apache24 Here the Link ...
by Otto
Wed Nov 24, 2021 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button click action
Replies: 19
Views: 1477

Re: Talk.to chat in ActiveX

... is xBhosts.com https://www.modharbour.club/mh_videogallery/index.prg But don't you have the possibility to host a web server on your PC. It is an onclick installation. Best regards, Otto
by Otto
Wed Feb 03, 2021 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 1453

Re: Simulate a click on a document

Try so oEvt:=button:createEventObject() oEvt:type:="click" button:fireEvent("onclick", oEvt) I think I can not find the Button object with Button  := ie:document:getElementsByClassName("btn red-flamingo")   Error description: (DOS ...
by Horizon
Sun Mar 31, 2019 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate a click on a document
Replies: 17
Views: 3272

Re: Simulate a click on a document

Try so

oEvt:=button:createEventObject()
oEvt:type:="click"
button:fireEvent("onclick", oEvt)
by Natter
Sat Mar 30, 2019 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate a click on a document
Replies: 17
Views: 3272

Valid y When

Como se puede hacer un Valid y When con QlineEdit() sin usar el get ?, se puede ?, porque no veo en los ejemplos ninguna practica de lo dicho, seria como el OnChange, Onclick ......
by jtscalpe
Fri Sep 08, 2017 9:01 am
 
Forum: FiveTouch
Topic: Valid y When
Replies: 5
Views: 1786

Tree com checkbox

... possível criar um tree com checkbox e inabilitar click sobre ele. Explico melhor, com o tree com checkbox montado, criei uma função que utiliza o OnClick para chamá-la ( exemplo do testtre5.prg ), porém utilizo a seleção do texto para fazer críticas. Assim pergunto: É possível inibir o click sobre ...
by oliveiros junior
Fri Mar 24, 2017 10:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tree com checkbox
Replies: 2
Views: 584

Using TWebServer()

... NAME="search"> <H3>Search: <INPUT SIZE=30 TYPE=Text VALUE="" NAME='item'> <INPUT TYPE=Button Value='Search' OnClick=Search()></H3><br> </FORM> </BODY> </HTML>
by rhlawek
Sat Sep 13, 2014 1:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using TWebServer()
Replies: 5
Views: 1168

Re: Error de pintado Treeview

Victor,

Y si pruebas asi:

oTree:OnClick = { | nRow, nCol | oTree:Refresh() }
by Antonio Linares
Mon Aug 18, 2014 9:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de pintado Treeview
Replies: 36
Views: 5743

Re: "Snap" for Clipper

...  1807  1812 OMSGBAR                WINDOW.PRG      447  1642  1644  1644  2514  2514  2519  2522  2524  2526                   2644  2644  2645 ONCLICK                WINDOW.PRG      454  2439  2440 ONKEYDOWN              WINDOW.PRG      454  3134  3135 ONMOUSEMOVE            WINDOW.PRG     ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6697

Re: Off Beat Question - Javascript - SQL

... 29; position: relative; color:#111111; padding-left:4px; padding-right:4px; padding-top:4; padding-bottom:4; background-color:#DCDCDC" onClick="history.go(-1)"> <input type="submit" name="A1" value="C O N T I N U E" style="border:1 ...
by cdmmaui
Tue Jun 04, 2013 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Off Beat Question - Javascript - SQL
Replies: 17
Views: 3488

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

... <input type="text" id="vcuenta" /> <input type="button" name="boton" value="Aceptar" onclick="validar()" /> </body> Desde aqui con funciones Javascript nos comunicamos con el servidor que correria codigo fw/harbour ...
by Vladimir Zorrilla
Mon Mar 04, 2013 1:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62596
Next

Return to advanced search