Search found 89 matches: quantity

Return to advanced search

Request for information xbrowse and pics

... the name from file and sees what they can select, getting the options from the team file, suppose 5 items to select Marc Venken : U6 Shirt red : quantity : .... pleace select size (36-62) ..... Soks : ..... (38-46) ...... Place the order button. This order data should be saved somewhere that ...
by Marc Venken
Wed Dec 14, 2022 7:54 pm
 
Forum: mod_harbour
Topic: Request for information xbrowse and pics
Replies: 3
Views: 507

Re: Resta de columnas en xBrwose

... 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 numbers in COLUMNS clause. Provide field names.
by nageswaragunupudi
Tue Nov 29, 2022 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resta de columnas en xBrwose
Replies: 14
Views: 913

Re: xbrowse command not working properly -- MR. RAO

... So, with these classes ? o:FieldGet( fieldname )  also works. FWH goes further. We can even use expressions: ? o:FieldGet( "QUANTITY * PRICE" )  where QUANTITY and PRICE are field names. Now, you may ask. Why did we write fieldGet( name ) in the beditvalue but ...
by nageswaragunupudi
Wed Feb 23, 2022 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1378

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

In the above example, assume we want to deal with the 'Quantity' column, which is the 3rd column at the time of creation, we can find the column object in the following ways, whatever be the position at runtime and whether hidden or not: oCol := oBrw:oCol( ...
by nageswaragunupudi
Tue Feb 01, 2022 5:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 1991

Xbrowse complex export to dbf challenge...

... string, that xbrowse can read. I can even read the more complex data insite a xbrowse column : Colums header : quantities Colums data : {"quantity":"0","physicalQuantity":"0","minimumQuantity":"0","maximumQuantity":null,"externalQuantity":"0","quantityStep":"1","trackQuantity":"1"} ...
by Marc Venken
Sat Oct 30, 2021 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse complex export to dbf challenge...
Replies: 4
Views: 583

Best FWH functions for API, Hash, Curl

... "metaTitle": "string", "metaKeyword": "string", "metaDescription": "string", "quantity": 0, "categoryId": 0, "price": 0, "purchasePrice": 0, "status": true, "taxRate": 0, ...
by Marc Venken
Sat Oct 30, 2021 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best FWH functions for API, Hash, Curl
Replies: 2
Views: 482

Re: edit a record with tdatabase - I am in trouble

... FW_DbfToArray( cItemFlds, { || IIT->INVNUM == oRec:InvNum } ) ) I changed this line static cItemFlds := "INVNUM,SERIAL,ITEMCODE,ITEMNAME,QUANTITY,UNIT,PRICE,DISCOUNT,RECNO()" into static cItemFlds := "ICO,TIPO,DESC,QTA,PREUNI,TOTQTA,DATAINI,DATAFIN,GIORNI,SCONTO,TOTALE,INVOICE,PRINTA4,PRINTPOS,STRUCTURE,BREVEDESC,PREZZOBASE,SERIAL,RECNO()" ...
by Silvio.Falconi
Tue Jun 22, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a record with tdatabase - I am in trouble
Replies: 8
Views: 1283

Re: Put Hash data into a dbf

... quantity":"400","maximumQuantity":null,"ean":"","sku":"","model":"BCWU03W","hsCode":null,"name":"#Hoodie","price":"13.4280","taxClassId":"3","taxRate":"21.0000","isPhysical":"1","isDigital":"0","isQuotation":"1","url":"promotiekleding\/sweaters\/sweaters-met-kap\/hoodie","urlAbs":"https:\/\/www.maveco-webshop.be\/promotiekleding\/sweaters\/sweaters-met-kap\/hoodie","attributesString":"","backOrder":0,"onHome":0,"layover":1,"configurationAllowCheckout":1,"configurationStockCheck":0,"attributes":[],"description":"Uniseks ...
by nageswaragunupudi
Thu May 27, 2021 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put Hash data into a dbf
Replies: 8
Views: 1119

Re: Put Hash data into a dbf

... quantity":"400","maximumQuantity":null,"ean":"","sku":"","model":"BCWU03W","hsCode":null,"name":"#Hoodie","price":"13.4280","taxClassId":"3","taxRate":"21.0000","isPhysical":"1","isDigital":"0","isQuotation":"1","url":"promotiekleding\/sweaters\/sweaters-met-kap\/hoodie","urlAbs":"https:\/\/www.maveco-webshop.be\/promotiekleding\/sweaters\/sweaters-met-kap\/hoodie","attributesString":"","backOrder":0,"onHome":0,"layover":1,"configurationAllowCheckout":1,"configurationStockCheck":0,"attributes":[],"description":"Uniseks ...
by Marc Venken
Wed May 26, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put Hash data into a dbf
Replies: 8
Views: 1119

Use cUrl to upload data to online server

... quantity\":0,\"categoryId\":0,\"price\":0,\"purchasePrice\":0,\"status\":true,\"taxRate\":0,\"manufacturerId\":0,\"width\":0,\"height\":0,\"weight\":0,\"images\":[\"ImageOne\"],\"imagesAlt\":[\"ImageOneAlt\"],\"resources\":[{\"resourceKey\":\"key\",\"resourceValue\":\"value\",\"resourceType\":\"type\"}]}" ...
by Marc Venken
Sat May 22, 2021 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1240

Problem to save record from array (ArrayToDBF)

... oPartres:gotop() at the beginning I declare all the fields of my detail archive static cItemFlds := "INVNUM,SERIAL,ITEMIMG,ITEMCODE,ITEMNAME,QUANTITY,PRICE,TOTALQ,CHECK_IN,CHECK_OUT,DAYS,DISCOUNT,TOTAL,ITEMSTRUCT,ITEMMULTI,ITEMPRNA4,ITEMPRNPOS,recno()" at first I create the array for ...
by Silvio.Falconi
Thu Apr 29, 2021 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to save record from array (ArrayToDBF)
Replies: 0
Views: 342

FW_ExcelToDBF to be extended (enhanced)

... more options to link to the dbf field (code) AADD(aStruct, { "Datum" , "Datums"}) AADD(aStruct, { "Aantal" , "Quantity"}) AADD(aStruct, { "Aantal" , "menge"}) ..... The idea is that I fill the 2 dim array with Xbrowse data and past it ...
by Marc Venken
Mon Feb 08, 2021 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExcelToDBF to be extended (enhanced)
Replies: 5
Views: 783

Swagger API and FWH

... quantity":"0","ean":"","sku":"","model":"KLEUR_P","hsCode":null,"name":"","price":"0.0000","taxClassId":"4","taxRate":"0.0000","isPhysical":"1","isDigital":"0","isQuotation":"0","url":"artikelen-zonder-categorie\/5f68953c837de","urlAbs":"https:\/\/www.maveco-webshop.be\/artikelen-zonder-categorie\/5f68953c837de","attributesString":"","backOrder":0,"onHome":0,"layover":1,"configurationAllowCheckout":1,"configurationStockCheck":0,"attributes":[],"description":"","addonInstagramEnabled":"0","addonInstagram":"0","addonOcsEnabled":"0","dropship":"0","dateAdded":"2020-09-21 ...
by Marc Venken
Tue Sep 22, 2020 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Swagger API and FWH
Replies: 2
Views: 861

Re: Problem on xbrowse :bOnChange

... that the interval is not an entire season and therefore must calculate the period and days, so it must enter the unit price, the total price by quantity, the number of days, the total which is the multiplication between the price and the days . The procedure changes the selected line but the ...
by Silvio.Falconi
Fri Nov 15, 2019 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem on xbrowse :bOnChange //RESOLVED
Replies: 6
Views: 1233

Re: storing mod_harbour views on memo fields

Dear Otto, Your example is working fine: {"title"=>"07%2F10%2F2019", "Abreise"=>"07%2F19%2F2019", "zimmer_quantity"=>"1", "zimmer%5Berwachsene%5D%5B%5D"=>"1", "zimmer%5Bkinder%5D%5B%5D"=>"1&...
by Antonio Linares
Mon Jul 22, 2019 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: storing mod_harbour views on memo fields
Replies: 10
Views: 1301
Next

Return to advanced search