Search found 34 matches: outer

Return to advanced search

Re: Saving OuterHTML using Await Implementation with TWebView

... `Query`: Runs a specific query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1697

Re: Saving OuterHTML using Await Implementation with TWebView

... `Query`: Runs a specific query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1697

Saving OuterHTML using Await Implementation with TWebView

... AWait_QuerySelector() to wait until the document's readyState becomes 'complete'. 6-3.Once complete, use AWait_GetOuterHTML() to display the outer HTML. Reagrds, Charles KWON /* c)copyright 2023- charleskwonohjun@gmail.com ( Seoul, Korea )*/#include "FiveWin.ch"STATIC oWebView  FUNCTION ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1697

bsetup of Report

... return nil endif return 2 > oBrw:Report("List", nil, nil, bSetup) these lines give me error source\Pcomuni.prg(349) Error E0005 Outer codeblock variable 'OREP' is out of reach  oRep:oFooter := TrLine():New( {{|| "Page : "+Str(oRep:nPage,3)} ...
by Silvio.Falconi
Wed Apr 26, 2023 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bsetup of Report
Replies: 1
Views: 160

Re: Combinaciones de letras

... te explica lo que ha hecho: This program uses a nested loop to generate all possible combinations of three or more letters in the given word. The outer two loops iterate over all pairs of letters in the word, and the inner loop iterates over all remaining letters in the word to generate a combination ...
by Antonio Linares
Tue Dec 06, 2022 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 1042

Re: Problem With oRs:Requery()

... * e.QTYONHND, (select psitmval from iv10402 where itemnmbr=e.itemnmbr and "+;"PRCSHID='GENERAL'), isnull(c.caduca,0) FROM IV00102 e left outer JOIN IV00101 a ON e.ITEMNMBR = a.ITEMNMBR left outer JOIN IV40600 "+;"ON a.USCATVLS_1=IV40600.USCATVAL join iv40201 on a.UOMSCHDL=iv40201.UOMSCHDL ...
by mariordz
Mon Oct 17, 2022 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oRs:Requery()
Replies: 4
Views: 533

Re: Windows to small ?

Let us leave FiveWin for a moment. When we create a Window, we specify outer bounds of the Window. This is the total area occupied by the window on the screen. For this purpose, we can use windows functions CreateWindow(...) or CreateWindowEx(...), either ANSI/WIDE. ...
by nageswaragunupudi
Fri Jul 29, 2022 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 478

Re: Windows to small ?

Let us leave FiveWin for a moment. When we create a Window, we specify outer bounds of the Window. This is the total area occupied by the window on the screen. For this purpose, we can use windows functions CreateWindow(...) or CreateWindowEx(...), either ANSI/WIDE. ...
by nageswaragunupudi
Fri Jul 29, 2022 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 478

Re: consulta mysql, disculpen si no es aca donde hay que hacerla

Goosfancito, yo lo hago asi: SELECT mov.*,articulos.receta, articulos.costopromedio, articulos.idalmacen_s FROM movimientos mov LEFT OUTER JOIN ventas ON mov.idticket = ventas.id LEFT OUTER JOIN articulos ON mov.id = articulos.id WHERE ventas.corte = '0' ORDER BY id,orden ya nomas lo adaptas ...
by Francisco Horta
Tue Aug 11, 2020 3:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: consulta mysql, disculpen si no es aca donde hay que hacerla
Replies: 4
Views: 714

Re: FWH 2006: XBrowse : Own built-in Buttonbar

... )[ 1] ; SIZE 120,400 PIXEL OF oApp():oGrid return nil > give me this error on compilation source\spiaggia\PTariffe.prg(631) Error E0005 Outer codeblock variable 'CFILTER1' is out of reach why ???? try this ( it is your sample I add a combox to search state )  #include "fivewin.ch"  ...
by Silvio.Falconi
Mon Jul 20, 2020 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2333

New FTDN September/Septiembre 2019 (FWH 19.09)

... <nInnerColor>] By default, the appearance is like a pie chart. If innerdia is specified, either in pixels or as a ratio (0.1 to 0.9) to the outer diameter, the inner cicle is painted separately with fillcolor. If no fillcolor is specified, the inner circle is left transparent. In this case ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2911

FWH 1908: Meter Control Enhancements

... or nearly equal. By default, the appearance is like a pie chart. If innerdia is specified, either in pixels or as a ratio (0.1 to 0.9) to the outer diameter, the inner circle is painted separately with fillcolor. If no fillcolor is specified, the inner circle is left transparent. In this case ...
by nageswaragunupudi
Wed Sep 25, 2019 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: Meter Control Enhancements
Replies: 2
Views: 924

Re: relacionar dos tablas.

... que por cada fila de datos en b debe haber una fila de datos en a. por que dbf en algunas ocaciones no es asi. para esos casos en sql deberas usar outer join, left join, rigth join. salu2 carlos vargas
by carlos vargas
Wed Oct 11, 2017 5:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: relacionar dos tablas.
Replies: 6
Views: 1241

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... fields first,last in the original database. SELECT c.id AS CustID, c.first AS Name, c.state AS St, s.name AS StateName FROM customer c left outer join states s ORDER BY Name In this case, fields Name, St are editable and can be read back with the changed StateName. Note: Added modifications ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28652

Re: ADO RDD xHarbour

... recordsets to manage SQL.. and creating separate recordsets based on the primary key and the foreign key or a single recordset based on inner and outer joins.. not necessarily like we used to with .Dbf. I am watching this thread with interest. Rick Lipkin Rick, Could you share code for creating ...
by AHF
Mon Apr 13, 2015 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448204
Next

Return to advanced search