Search found 67 matches: descri

Return to advanced search

Ayuda, busqueda incremental

... "S", "N" ), ; oRS1:Fields( "codigo" ):Value, ; oRS1:Fields( "codbarra" ):Value, ; //oRS1:Fields( "descri" ):Value, ; alltrim( oRS1:Fields( "descri" ):Value ) + iif ( ! empty( oRS1:Fields( "descri1" ):Value ), ( " " ...
by jpcavagnaro
Wed Nov 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda, busqueda incremental
Replies: 1
Views: 292

Título listbox

... tengo definido este listbox REDEFINE LISTBOX oLbx FIELDS ; str( oRSRub:Fields( "rubro" ):Value, 3 ), ; oemtoansi( oRSRub:Fields( "descri" ):Value ) ; HEADERS oemtoansi( "N£mero" ), oemtoansi( "Descripci¢n" ) ; // ON dblCLICK (editrubro(olbx,.F.), olbx:Refresh()); ...
by jpcavagnaro
Thu Nov 09, 2023 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Título listbox
Replies: 5
Views: 281

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, s.Gravado, s.Fec_alta, " ...
by jpcavagnaro
Tue Sep 05, 2023 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editar celdas en xbrowse
Replies: 7
Views: 519

Editar celdas en xbrowse

Hola gente, tengo un xbrowse de esta consulta: cSQL := "SELECT 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, s.Gravado, s.Fec_alta, " + ...
by jpcavagnaro
Thu Aug 31, 2023 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editar celdas en xbrowse
Replies: 7
Views: 519

Xbrowse changing columns online ( ReArrangeCols)

... I'm trying to convert an old inventory management source where I used a listbox. The substantial problem is that the first two columns (CVEPRO,DESCRI) must be inverted online according to the number corresponding to the combobox. The combobox is connected to Xbrowse because I use it to search ...
by Silvio.Falconi
Tue Jan 17, 2023 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse changing columns online ( ReArrangeCols)
Replies: 3
Views: 408

Generar table temporal

... table TmpProd "+ chr( 13 ) + chr( 10 ) + ; "insert into TmpProd SELECT dbo.Fichacod.Producto, dbo.Fichacod.Codigo, dbo.Fichacod.Descri, dbo.Fichacod.Cantid, dbo.Stock.Precio_vta, dbo.Fichacod.Cantid * dbo.Stock.Precio_vta AS total " + chr(13) + chr(10) + ; "FROM dbo.Fichacod ...
by jpcavagnaro
Thu Aug 04, 2022 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Generar table temporal
Replies: 3
Views: 343

Re: Ayuda con SQL

... cuenta <> 0 wque = "mov_bco" SQLMVen = SQLMVen + "INSERT INTO " + wque + " ([Fecha],[Puesto],[Cuit_che],[Numero],[Descri],[Factura],pagos,[Num_che],[Fec_che],[Banco],[Titular],[Forpago],[Vendedor], [orden], cuenta, esinter) VALUES ('" + dtoc( xfecha ) + "'," ...
by jpcavagnaro
Wed Apr 01, 2020 1:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con SQL
Replies: 5
Views: 1200

Ayuda con SQL

... '18/03/2020', 3390, 156600.00, '18/03/2020', '18/03/2020', 1, 'N', -16700.00,' ',0,0, -16700.00 ) INSERT INTO Mov_ven ([Fecha],[Puesto],[Numero],[Descri],[Factura],pagos,[Forpago],[Vendedor]) VALUES ('18/03/2020',2, 3390,'Iturrioz Fermin ', 349400.00,0,1,'') UPDATE Numdoc SET recibo = 3390, nroorden ...
by jpcavagnaro
Wed Mar 18, 2020 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con SQL
Replies: 5
Views: 1200

FWH 18.03 XBROWSE CON EDIT_GET ERROR INESPERADO !!!

... DBFCDX ============================== RecNo RecCount BOF EOF 1 33309 .F. .F. Indexes in use TagName _FIELD->troquel TROQUEL _FIELD->descrip DESCRI _FIELD->familia FAMILIA _FIELD->monodro + str(_FIELD->preliMONO _FIELD->laborat + _FIELD->descrip LABO STR(_FIELD->codbarra,13) ...
by rterraz
Sat Apr 28, 2018 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 18.03 XBROWSE CON EDIT_GET ERROR INESPERADO !!!
Replies: 7
Views: 1752

Re: INeed to read an xml that contains some strange char

... "OSS - BULK REPAIR" and another that contains "OSS ÔÇô BULK REPAIR" field->codice = "OSS - BULK REPAIR" field->descri = "OSS ÔÇô BULK REPAIR" ? field->codice <> field->descri I hoped was a problem related to unicode or something like that ...
by MarcoBoschi
Tue Apr 04, 2017 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INeed to read an xml that contains some strange char
Replies: 7
Views: 1202

Re: Ayuda con Exportacion a Excel

ya te anexo el codigo donde hago la exportacion (para que puedas verlo), lo hago usando la funcion TOleAuto(), el problema esta en que no me deja convertir el formato de la columna oExcel := TOleAuto():New( "Excel.Application" ) oExcel:WorkBooks:Add() oHoja := oExcel:ActiveSheet() oHoja:Ce...
by hugodatapro
Fri Jun 05, 2015 12:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Exportacion a Excel
Replies: 14
Views: 1734

Problem in AdoIncrSeek( ) of xHarbour

Hello

I have a xBrowse with a ADO table , if I press the key ' ( example I seek TEST' )

The problem is in ::oRs:Find( cExpr, 0, 1, 1 )
where cExpr --> DESCRI LIKE 'TEST'*'


Regards Maurizio
by Maurizio
Tue Aug 05, 2014 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in AdoIncrSeek( ) of xHarbour
Replies: 8
Views: 1332

Re: Refresh an array

... SELECT MA MA->(DbSetOrder(1)) MA->(DbGoTop()) DO WHILE ! MA->(EoF()) AAdd( aMatBmp,( TRIM(MA->Image))) AAdd( aMatItems,( TRIM(MA->Descri))) MA->(DbSkip()) ENDDO ON the main xbrowse open and on this on a column (4) I use this command : :AddBitmap( aMatBmp ) :bBmpData := { || ...
by Silvio.Falconi
Thu Apr 04, 2013 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh an array
Replies: 5
Views: 1052

Refresh an array

... the arrays from another archive dbf I use at init DO WHILE ! MA->(EoF()) AAdd( aMatBmp,( TRIM(MA->Image))) AAdd( aMatItems,( TRIM(MA->Descri))) MA->(DbSkip()) ENDDO Looking the picture....I use this to show on xbrowse big the bitmaps If I open the dialog to change a record / on ...
by Silvio.Falconi
Tue Apr 02, 2013 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh an array
Replies: 5
Views: 1052

problem odbc

... not successfully initialized, aborting...") oOdbc:End() return nil Endif oDbf := oOdbc:Query( "SELECT T0.field1 'CODICE', T0.field2 'DESCRI' FROM CLIENTI T0") if oOdbc:IsError() oOdbc:ShowErrorList() oOdbc:aErrors := {} l1 := .f. endif oDbf:Open() <--------- Line 93 in UTILE1V1 ...
by damianodec
Thu Feb 14, 2013 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem odbc
Replies: 1
Views: 552
Next

Return to advanced search