Search found 903 matches: status

Return to advanced search

Re: Administrator operations

... Obviously the Check_Utenti procedure in addition to checking the open archives checks if a record in the Users archive has an asterisk in the Status field because when a user enters the application, the login checks and inserts an asterisk in a field and this is removed on exit. therefore ...
by Silvio.Falconi
Mon Jun 07, 2021 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Administrator operations
Replies: 2
Views: 376

Re: CURL.EXE to LIBCURL (SOLVED)

...     MsgInfo( cTexto )      curl_easy_reset( hCurl )   endif   curl_global_cleanup()Return nil  Thank you! but show {"status":400,"message":"message: must not be empty"} .... fail! if:    curl_easy_setopt( hCurl, HB_CURLOPT_POSTFIELDS, cParam ...
by ssbbs
Sun May 30, 2021 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CURL.EXE to LIBCURL (SOLVED)
Replies: 7
Views: 970

Re: Put Hash data into a dbf

... status":1,"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: 1142

Re: Put Hash data into a dbf

... status":1,"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: 1142

Re: Use cUrl to upload data to online server

... \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "id": 666, "name": "Troy", "status": "available" }' becomes : PHP $headers = array(   "accept: application/json",   "Content-Type: application/json",);curl_setopt($curl, ...
by Marc Venken
Sat May 22, 2021 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1294

Re: Use cUrl to upload data to online server

... \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "id": 666, "name": "Noyca", "status": "available" }' the request url : https://petstore.swagger.io/v2/pet I get a Response on the demo server : 200 so it is done ...
by Marc Venken
Sat May 22, 2021 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1294

Use cUrl to upload data to online server

... 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: 1294

Break a array appart (result of swagger request) (SOLVED)

Afther putting a swagger command online, I get a querry result like this : The status 200 = that there was a positive result found. {"status":200,"data":[{"customerId":1,"gender":"","firstName":"Marc","lastName":"Venken","dob":"0000-00-00","emailAddress":"marc@maveco.be","addressBookIds":"2","defaultBillingAddressId":2,"defaultDeliveryAddressId":2,"phoneNumber":"89853445","faxNumber":"","bankAccountNumber":"","subscribedToNewsletter":"0","guestAccount":1,"approved":1,"discountGroupId":0,"discountGroupName":"","groupDiscount":"0.00","numberOfLogins":1,"lastLoginDate":"2014-09-11 ...
by Marc Venken
Sat May 22, 2021 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Break a array appart (result of swagger request) (SOLVED)
Replies: 1
Views: 277

Re: Draw on top of a photo

... 255, 4, 255 )        RETURN NIL>  http://www.service-fivewin.de/IMAGES/Glow1.jpg another solution : optional to lines using a status-symbol on any place inside the image http://www.service-fivewin.de/IMAGES/Glow2.jpg like oImage:bPainted := < |hDC| DRAW_IMG ...
by ukoenig
Wed May 12, 2021 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw on top of a photo
Replies: 3
Views: 554

Re: AutoCode for WEB

Status of AutoCode4Web
The taglist is complete now. And I can start working with the program.
I think I must insert TABs to the xBrowse to separate Attributes, Global Attributes, and Event methods.

Image
by Otto
Mon May 03, 2021 8:19 am
 
Forum: mod_harbour
Topic: AutoCode for WEB
Replies: 2
Views: 496

Re: Also error on Tplan with tdatabase

Now I insert ? ValType( oData ) before of If ValType( oData ) == "O" oData:Cargo = {=>} oData:Cargo['STATUS'] = nStatus oData:Cargo['INDICE'] = ::oReserva:ROOMS_ID + DToS(::oReserva:CHECK_IN) oPlann:oLastData = NIL else ? "odata is not object" endif and it ...
by Silvio.Falconi
Mon Apr 05, 2021 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also error on Tplan with tdatabase
Replies: 3
Views: 671

Re: eShop sample and a DBF product file

Then it is ok. OS Windows 8 6.2 Harbour Harbour 3.2.0dev (r2004201301) Build date May 27 2020 05:53:35 Compiler Microsoft Visual C 19.26.28805 (64-bit) Capabilities RDD DBF, DBFFPT, DBFNSX, SIXCDX, DBFCDX, SDF, DELIM, DBFBLOB, DBFNTX Version Harbour 00 HB_VERSION_HARBOUR Harbour 3.2.0dev (r200420130...
by Marc Venken
Fri Apr 02, 2021 12:53 pm
 
Forum: mod_harbour
Topic: eShop sample and a DBF product file
Replies: 11
Views: 1350

Re: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )

Asi lo solucione para cargar registro de ventas desde lo xlm Extraigo la informacion con la funcion Extrae() cFileXml := op:temp+"xml\"+aDir[a][1] cXml:=MEMOREAD( cFileXml ) && lee xml tmp->( DbAppend()) tmp->voucher := a tmp->orden := "1" tmp->fecha := Extrae...
by CARLOS ATUNCAR
Thu Apr 01, 2021 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )
Replies: 6
Views: 1395

variable on json file

... "mary": "123" } If not found a variable there is not on json ::oConfig := hb_jsonDecode(MemoRead("config.json")) lstatus := ::oConfig["status"] the procedure make error because it not found the variable status how do I tell the procedure that if status ...
by Silvio.Falconi
Mon Mar 29, 2021 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: variable on json file
Replies: 2
Views: 301

Re: FWH 2102: XBrowse:SetMultiSelectCol()

... are forced to take the aid of arrays like "aSelected", etc., only when the database does not provide a field to indicate the selection status. When the database itself provides this field, we should use this field directly. This is a sample: #include "fivewin.ch"REQUEST DBFCDXfunction ...
by nageswaragunupudi
Sat Mar 27, 2021 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 2407
PreviousNext

Return to advanced search