Search found 82 matches: inner

Return to advanced search

MariaDb SetFilter Error no definida: SOLUCIONADO

... cMsg := "SELECT c.*,g.detalle AS ngrupo,g.tipo,g.etapa,f.detalle AS netapa " cMsg += "FROM labores_maquina c " cMsg += "INNER JOIN labores_gruop g ON g.idgrupo=c.idgrupo " cMsg += "LEFT JOIN familia2 f ON f.idfamilia2=g.etapa " cMsg += "ORDER BY ngrupo,detalle" ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 11:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 168

Re: Fine tune Phi2 from Microsoft with your own data

... of the Buddha, who is believed to have lived in India in the 6th century BCE. The Buddha's teachings are centered around the idea of finding inner peace and happiness through the practice of mindfulness and meditation. One of the key principles of zen is the concept of "zenith," ...
by Antonio Linares
Wed Jan 17, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Nages, 2 diferent Db's update

... set table1.data1=oSvr.table1.data1 where condition I saw a sample on a mysql forum, but I can't make it work UPDATE database_a.clients A INNER JOIN database_b.clients B ON A.id = B.id SET B.email = A.email Any help will be appreciated From Chile. Adolfo
by Adolfo
Tue Jan 16, 2024 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 723

Join con dbfs

... := "SELECT PlanAudit.Cliente, PlanAudit.Nro_Audit, PlanAudit.Numero, Usuarios.Nombre, Usuarios.Iniciales " + ; "FROM PlanAudit INNER JOIN " + ; " Usuarios ON PlanAudit.Numero = Usuarios.Numero " + ; "WHERE (PlanAudit.Cliente = " + str( wnrocli ) + ") ...
by jpcavagnaro
Mon Oct 30, 2023 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Join con dbfs
Replies: 0
Views: 361

Re: Editar celdas en xbrowse

Lo que está creando el conflicto es el INNER JOIN: cSQL := "SELECT s.id, s.Codigo, s.Codbarra, s.Descri, s.Precio_vta, s.Cantid, s.Cantid1, s.Cantid2, s.Cantid3, s.Cantid4, s.Rubro, s.Descri1, s.Marca, s.Costo, s.Minimo, s.Lote, s.Porc_iva, ...
by jpcavagnaro
Tue Sep 05, 2023 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editar celdas en xbrowse
Replies: 7
Views: 559

Editar celdas en xbrowse

... s.Descu4, s.Ult_prov, s.moneda, s.Disconti, m.Cotiza, dbo.Proveed.Nombre, dbo.Marcas.Nombre AS nommarca " + ; "FROM dbo.Stock AS s INNER JOIN " + ; " dbo.Monedas AS m ON s.moneda = m.Descri INNER JOIN " + ; " dbo.Proveed ON s.Ult_prov = dbo.Proveed.Numero INNER ...
by jpcavagnaro
Thu Aug 31, 2023 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editar celdas en xbrowse
Replies: 7
Views: 559

Re: Combinaciones de letras

... 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 of three letters. The combination is then printed on a new line. ...
by Antonio Linares
Tue Dec 06, 2022 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 1005

Re: Pregunta sobre FW_OpenAdoConnection

cSql:= "select kxp.corte, k.descripcion, p.id, p.descripcion from P0017 p inner join P0031 kxp on kxp.producto=p.codigo inner join P0029 k on k.codigo=kxp.corte" oRs2:=oCn2:RowSet( cSql ) xBrowse( oRs2 ) ADO connection object has no method RowSet. Use: ...
by nageswaragunupudi
Fri Oct 07, 2022 5:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre FW_OpenAdoConnection
Replies: 10
Views: 1242

Re: Pregunta sobre FW_OpenAdoConnection

... "sa", "Came0303" }, .t., oErr ) xBrowse( oCn2 ) cSql:= "select kxp.corte, k.descripcion, p.id, p.descripcion from P0017 p inner join P0031 kxp on kxp.producto=p.codigo inner join P0029 k on k.codigo=kxp.corte" oRs2:=oCn2:RowSet( cSql ) xBrowse( oRs2 ) RETURN nil Error: ...
by jose_murugosa
Thu Oct 06, 2022 4:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre FW_OpenAdoConnection
Replies: 10
Views: 1242

Generar table temporal

... dbo.Stock.Precio_vta, dbo.Fichacod.Cantid * dbo.Stock.Precio_vta AS total " + chr(13) + chr(10) + ; "FROM dbo.Fichacod INNER JOIN dbo.Stock ON dbo.Fichacod.Codigo = dbo.Stock.Codigo " + chr(13) + chr(10) + ; "WHERE (dbo.Fichacod.Producto = '"+wcodigo+"')" ...
by jpcavagnaro
Thu Aug 04, 2022 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Generar table temporal
Replies: 3
Views: 347

consultar 2 tablas

Hola, como hago para obtener una consulta de 2 tablas.

Intente con inner join y no obtengo el resultado que quiero.

Quiero tener un detalle de todos las salidas de un articulo, de la tabla de remitos y de facturas.

Saludos.
Jorge
by jpcavagnaro
Fri Dec 04, 2020 5:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: consultar 2 tablas
Replies: 3
Views: 390

New FTDN September/Septiembre 2019 (FWH 19.09)

... specified. Circular Meter: CIRCULAR [INNERDIA <nDia>] [FILLCOLOR <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 ...
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: 2900

Re: @Uwe Install program for mod harbour

... from a listbox any install / download we need ( not only 2 options ) with a double-click on the share-symbol. After a selection the title and inner section of the installer will be complete repainted. http://www.pflegeplus.com/IMAGES/Install8.jpg regards Uwe :D
by ukoenig
Tue Oct 01, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: @Uwe Install program for mod harbour
Replies: 20
Views: 3708

FWH 1908: TPrinter class Enhancements: Charts, Tables, more

... be oPen object or Color value or array of { color, thickness }. Defaults to { CLR_BLACK, 1 } uBrush: If specified, fills the area. If omitted, the inner area is left transparent. uBrush can be Brush object, nRGB color or Alpha Color, Gradient Array with RGB and Alpha colors. aText: Optional array ...
by nageswaragunupudi
Sun Sep 29, 2019 3:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: TPrinter class Enhancements: Charts, Tables, more
Replies: 2
Views: 730

FWH 1908: Meter Control Enhancements

... this to work well, the SIZE <nWidth> and <nHeight> need to equal 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 ...
by nageswaragunupudi
Wed Sep 25, 2019 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: Meter Control Enhancements
Replies: 2
Views: 910
Next

Return to advanced search