Search found 59 matches: formulas

Return to advanced search

Re: a math formula

... local nRuote:= 1 local nColpiGioco:= 10 // the number of iteration local nColpiRecupero:= 0 //iterations for recovery We have found the right formulas to calculate the expense, the winnings, the profit and the profit in percentage as you can see on the picture we need to know how to change ...
by Silvio.Falconi
Wed Oct 16, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a math formula - RESOLVED -
Replies: 8
Views: 702

Ayuda con Balanza Electrónica

... y aparezcan el peso del lote. Con ese dato calcularán las cantidades de detergentes, blanqueadores, suavizantes etc a aplicar al mismo, según formulas preestablecidas. Me dicen que necesitan hacerlo con este tipo de dispositivos https://articulo.mercadolibre.com.ve/MLV-741142643-1-celda-de-carga-10kg-1-hx711-modulo-sensor-arduino-esp32-_JM ...
by JoseAlvarez
Sat May 04, 2024 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Balanza Electrónica
Replies: 5
Views: 580

Re: Fivewin and ADO

ExcelRange Vs ADO Use ExceRange for reasonable sized ranges. The data need not be organized like a table, can contain formulas and can be or ragged size. Planned improvements in future: Will soon provide editing excel formulas in xbrowse itself. Use ADO for organized larger tables. ...
by nageswaragunupudi
Fri Jun 09, 2023 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 6204

Re: Combinaciones de letras

Entiendo que las formulas de combinatorias nos dicen cuantas combinaciones tenemos.
Pero yo necesito saber cuales son esas combinaciones.
by jrestojeda
Thu Dec 08, 2022 1:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 1664

Re: Resta de columnas en xBrwose

Buenas Jose Alvarez

A mi me funcionan las operaciones de suma, resta, etc.... , incluso si pongo formulas o funciones. Y al vuelo, como tu dices.
Bien es cierto que siempre utilizo arrays.
Te pongo un video de ejemplo

Image
by JESUS MARIN
Wed Nov 30, 2022 4:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resta de columnas en xBrwose
Replies: 14
Views: 1634

Re: Algun comentario sobre Libreria LibXL para crear EXCELs

... 2019..) y solo puedo con .XLS antiguos, o crear formatos con celdas combinados, rejillas o colores especficos , con graficos, inclusiones de formulas, nombres de tablas ; inclusive poder crear archi¿vos excel aunque no tenga instalado el Office en la maquina. Muchas veces esto no es posible ...
by lubin
Thu Oct 27, 2022 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algun comentario sobre Libreria LibXL para crear EXCELs
Replies: 10
Views: 1320

Re: TXBROWSE:XLFORMULA2BLOCK( 0 )

... of more cells with text beginning with "=". This was created for purpose of debugging while developing the feature of using Excel like formulas in Arrays and we forgot the remove this. We will remove this in the next version. You can remove this by commenting out or removing this line ...
by nageswaragunupudi
Thu Jul 21, 2022 12:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBROWSE:XLFORMULA2BLOCK( 0 )
Replies: 2
Views: 468

Re: Clase para usa LibXL o xlsxwriter

Gracias hmpaquito y Joao

Me voy a revisar los links, necesito una de esas clases pues permiten definir celdas, hacer formulas, quiebres, Etc. son reportes, grandes pero con formato, revisare

Gracias nuevamente
by Enrrique Vertiz
Thu Mar 17, 2022 9:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase para usa LibXL o xlsxwriter
Replies: 4
Views: 661

Re: Wrapper for LibXl or XlsxWriter ...

Thanks Jimmy but ADO is good for exporting but it doesn't allow me to define cells with colors, widths, borders, make breaks and embed formulas, I need to generate large reports in Excel, so I need some help with LibXL or failing that with xlsxwriter
Thanks again
by Enrrique Vertiz
Thu Mar 17, 2022 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrapper for LibXl or XlsxWriter ...
Replies: 4
Views: 729

Re: editing yunus invoice

... (nTotalrow * nTax) / 100 Tip : Consider using that header name in your functions for better reading and sure when you add a column, all formulas will go wrong. With the names you have no problems. oBrw:NET:VarPut( value ) instead of oBrw:acols[9]:varput(value) you're right (nTotalRow*ntax)/100 ...
by Silvio.Falconi
Tue Oct 19, 2021 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: editing yunus invoice
Replies: 8
Views: 784

Re: editing yunus invoice

... (nTotalrow * nTax) / 100 Tip : Consider using that header name in your functions for better reading and sure when you add a column, all formulas will go wrong. With the names you have no problems. oBrw:NET:VarPut( value ) instead of oBrw:acols[9]:varput(value)
by Marc Venken
Tue Oct 19, 2021 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: editing yunus invoice
Replies: 8
Views: 784

Re: Colors

... 0xFF00 ) ? hb_NumToHex( hb_bitAnd( 6736896, 0x00 FF 00 ) / 0x00FF ) ? hb_NumToHex( hb_bitAnd( 6736896, 0x0000 FF ) ) I must disagree, the correct formulas are: ? hb_NumToHex( hb_bitAnd( 6736896, 0x FF 0000 ) / 0x10000 ) ? hb_NumToHex( hb_bitAnd( 6736896, 0x00 FF 00 ) / 0x100 ) ? hb_NumToHex( hb_bitAnd( ...
by AntoninoP
Mon Jun 21, 2021 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colors (SOLVED)
Replies: 10
Views: 1743

XBrowse: Merge Cells Horizontally & in-cell formulas

...  DEFINE DIALOG oDlg SIZE 600,250 PIXEL TRUEPIXEL FONT oFont ;      TITLE FWVERSION + " XBROWSE : COLMERGE AND INLINE FORMULAS"   @ 20,20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ;      DATASOURCE aData COLUMNS 2,3,4,5 ;      ...
by nageswaragunupudi
Sun Jul 12, 2020 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Merge Cells Horizontally & in-cell formulas
Replies: 0
Views: 369

Re: problem with GET and “” chars

So, following my Idea, I copied the text directly to my PRG file, to test the conversion Formulas, and I got this MOISES.prg(22) Error E0030 Syntax error "syntax error at 'ô'" That means that other characters are in fact being copied in my computer, together ...
by Bayron
Sun Nov 17, 2019 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with GET and “” chars
Replies: 10
Views: 1284

Re: AYUDA COMBOBOX DINAMICO RUTINA NO DEVUELVE ARRAY

... III+, Clipper 5.0, Clipper 5.2, Fivewin (siempre que he podido), etc...) Realmente el propósito de mi respuesta era responder a la pregunta que tu formulas. Que el ComboBox no se actualiza. Como puedes comprobar en el ejemplo simple que te he copiado, SI se actualiza. Por lo tanto, no falla el ...
by JESUS MARIN
Thu Jan 03, 2019 7:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA COMBOBOX DINAMICO RUTINA NO DEVUELVE ARRAY
Replies: 16
Views: 4117
Next

Return to advanced search