Search found 54 matches: qty

Return to advanced search

Re: Resta de columnas en xBrwose

Thank you Mr. Rao I did what you suggested, but the error persists Eg: COLUMNS "NAME", "QTY", "RATE", "QTY*RATE" ; Taking your example, it does not perform the operation. the columns "NAME", "QTY", "RATE" ...
by JoseAlvarez
Tue Nov 29, 2022 5:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resta de columnas en xBrwose
Replies: 14
Views: 943

Re: Resta de columnas en xBrwose

Not 7-8 FIELD NAME OF 7 - FIELD NAME OF 8 Eg: COLUMNS "NAME", "QTY", "RATE", "QTY*RATE" ; HEADERS "ClientName", "Quantity", "Price", "Amount" Also it is not a good practice to provide ...
by nageswaragunupudi
Tue Nov 29, 2022 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resta de columnas en xBrwose
Replies: 14
Views: 943

Re: How do I know the field name in xbrowse:column

... what are you trying to do but having problems/confusion. For this example =============== COLUMNS "ITEM","UPPER(NAME)","QTY","PRICE","QTY * PRICE" ;HEADERS "Item", "Name", "Quantity", "Rate", "Amount" ...
by dutch
Tue Feb 01, 2022 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2271

Re: Program techniques : change indexorder or use aliases

... ) --> Salary field is incremented and written to table and returns the value ITEMS->( FW_DBLOOKUP( 101, "ITEMCODE", { || FIELD->QTY -= nOldQty } ) ITEMS->( FW_DBLOOKUP( 103, "ITEMCODE", { || FIELD->QRY += nNewQty } ) STATES->( FW_DBLOOKUP( 10, 0, "FIELD->NAME" ...
by Marc Venken
Wed Nov 04, 2020 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program techniques : change indexorder or use aliases
Replies: 4
Views: 679

Re: New FTDN February 2020 (FWH 20.02)

... la lógica para evaluación de expresiones utilizadas mientras se explora ADO y MySQL. Cuando las columnas se definen como "NAME","QTY","QTY*RATE", etc., las expresiones como "QTY*RATE" son internamente traducidas como: oRs:Fields( "QTY" ):Value ...
by Antonio Linares
Fri Feb 28, 2020 7:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4653

New FTDN February 2020 (FWH 20.02)

... * XBrowse: - Enhanced logic for evaluation of expressions used while browing ADO and MySql. When columns are defined as "NAME","QTY","QTY*RATE", etc., expressions like "QTY*RATE" are internally translated as: oRs:Fields( "QTY" ):Value * oRs:Fields( ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4653

Re: XBrowse edit only one column

oBrw:QtyOrd:bOnChange := { | oCol | oBrw:extPrice:VarPut( oCol:Cost * oCol:QtyOrd ) }       COLUMNS "Itemno","Descrip","Cost","Qtyord","ExtPrice";  ...
by Marc Venken
Wed Aug 14, 2019 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 2937

Re: New FTDN June/Junio 2019 (FWH 19.06)

... también puede ser una matriz de nombres de campo/expresiones. - Es posible especificar un encabezado diferente a la expresión especificando "QTY * PRICE AS AMOUNT". El valor de QTY * PRICE se exportará con el encabezado "AMOUNT". - Se formatean los números de texto y decimales. ...
by Antonio Linares
Tue Jul 16, 2019 11:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2748

New FTDN June/Junio 2019 (FWH 19.06)

... - cFieldList can also be an array of field names/expressions. - It is possible to sepcify header other than the expression by specifying "QTY * PRICE AS AMOUNT". Value of QTY * PRICE will be exported with the heading "AMOUNT". - Text and decimal numbers are formatted. As ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2748

Re: Harbour for the web

... value="] + cCommodity + ["></th>] ) put( [ <th>Quantity</th>] ) put( [ <th><input name="qty" type="text" size="30" value="] + cQty + ["></th>] ) put( [ </tr>] ) put( [ <tr>] ) put( ...
by cdmmaui
Sun Aug 12, 2018 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for the web
Replies: 12
Views: 4635

Xbrowse and Select clause problem

... , ; STR( qtedim->len, 5 ) , ; STR( qtedim->wid, 5 ) , ; STR( qtedim->hgt, 5 ) , ; STR( qtedim->lbs, 9, 2 ) ; ID 5000 ; HEADERS "Qty", "Pkg", "Commodity", "(L)", "(W)", "(H)", "LBS" ; FIELDSIZES 75 , 100 , 200 , ...
by cdmmaui
Sat May 05, 2018 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2094

Re: BOM production

... bom2.itemidc itemidc,cversion,goods2.descrip descrip,goods2.size size,unit.unit unit,substring(bom2.mem,1,25) mem,bom2.qty/bom2.qtydevisor*(1+ifnull(bom2.scraprate,0)/100)+bom2.fixscrap qty,bom1.version version,bom2.position position"; +" from "+ctable1+" ...
by ShumingWang
Fri Apr 27, 2018 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOM production
Replies: 3
Views: 1128

New FTDN September/Septiembre 2017 (FWH 17.09)

... ) --> Salary field is incremented and written to table and returns the value ITEMS->( FW_DBLOOKUP( 101, "ITEMCODE", { || FIELD->QTY -= nOldQty } ) ITEMS->( FW_DBLOOKUP( 103, "ITEMCODE", { || FIELD->QRY += nNewQty } ) STATES->( FW_DBLOOKUP( 10, 0, "FIELD->NAME" ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3334

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

... be used for storing binary data like images. b) To create a computed column ( virtual ) specify the field name as formula like: { "amount = qty * price", 'N', 12, 2 }, ... This column will be created as amount DECIMAL( 12, 2 ) AS ( qty * price ), c) To spcify primary key add one more ...
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: 28390

How XBROWSE data base on perticular fields value - SOLVED!

... etc. Second database is STOCK.dbf having field ICODE,WH_ID,STOCK, & set relation on ICODE and data records of Stock.dbf as below ICODE WH_ID QTY ITEM1 W1 10 ITEM1 W2 5 ITEM1 W3 5 How to browse ARTICLE.DBF and show Qty of WH_ID="W1" .and. WH_ID="W2" only. XBROWSE FIELD ...
by dagiayunus
Tue Mar 15, 2016 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How XBROWSE data base on perticular fields value - SOLVED!
Replies: 4
Views: 768
Next

Return to advanced search