Search found 901 matches: status

Return to advanced search

Re: 3 state btnbmp

... are not colored if I insert a function to refresh all the btnbmp it tells me that it does not find the cargo variable, how can I do to save the status? I try with ACTIVATE DIALOG oDLG ON INIT RefreshBtns(oBtn) Function RefreshBtns(oBtn)local n     For n= 1 to Len(obtn)        ...
by Silvio.Falconi
Sun Mar 27, 2022 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 state btnbmp
Replies: 9
Views: 630

Re: 3 state btnbmp

... Blue I have two array one for numbers (alista) and one for numbers fix (afissi) I select and the procedure change the color in DARKORANGE2 and the status cargo https://i.postimg.cc/xCWkn03G/1.png If you press the button "go" you can see two array one with the number 1 ...
by Silvio.Falconi
Thu Mar 24, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 state btnbmp
Replies: 9
Views: 630

3 state btnbmp

... do it in the beginning the state is free (3 no pressed) state n. 1 taken state n. 2 fixes state 3 free when a user presses the first time the status is 1, if they press the second time the status is 2, if they click for the third time the status returns to 3 how can I do ? I try to make a ...
by Silvio.Falconi
Thu Mar 24, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 state btnbmp
Replies: 9
Views: 630

Re: Error in database.prg?

... ============================== RecNo RecCount BOF EOF 684 10753 .F. .F. Indexes in use TagName => CODIGO CODIGO FANTASIA FANTASIA SOCIAL SOCIAL STATUS STATUS CPFCNPJ CPFCNPJ SUBSTR(CPFCNPJ,1,12) CNPJP CIDADE CIDADE Relations in use 8: => ARQBOL RddName: DBFCDX ============================== ...
by wartiaga
Tue Feb 15, 2022 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 967

Re: Soap Web Service

... cXml ) cResponse := oHttp:responseText deletefile( "ResponseActiva.xml") lMemowrite( "ResponseActiva.xml",cResponse) IF oHttp:status = 200 oXml = CreateObject("Chilkat_9_5_0.Xml") nSuccess = oXml:LoadXml(cResponse) IF (nSuccess <> 1) msgbox( oXml:LastErrorText ...
by ramirezosvaldo2
Thu Jan 27, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 914

Re: Advantage Database Server

... to spend the time making the transition. I have already started some of the work. I mainly was trying to see what people knew about the current status of ADS. The representative is just ignoring my questions and not responding to my emails.
by TimStone
Sun Jan 16, 2022 3:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3702

mas DATAs en un BTNBMP? (SOLUCIONADO)

Hola Foreros:

Cómo puedo definir mas de una DATA de cargo en un BTNBMP ???

Esto es lo que necesito

oBtn[nVez]:cargo := oRsHab:Fields("HAB_NUM"):Value
oBtn[nVez]:Status := oRsHab:Fields("HAB_STS"):Value

Gracias de antemano

Saludos
by Armando
Fri Dec 17, 2021 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mas DATAs en un BTNBMP? (SOLUCIONADO)
Replies: 4
Views: 238

Best FWH functions for API, Hash, Curl

... "string", "quantity": 0, "categoryId": 0, "price": 0, "purchasePrice": 0, "status": true, "taxRate": 0, "manufacturerId": 0, "width": 0, "height": 0, "weight": 0, "images": ...
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: 485

Re: HRB give a empty page

... 1.0 #Date: 2021-09-19 11:57:30 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken 2021-09-19 12:04:16 192.168.10.52 GET /samples/testhrb.prg - 80 - 192.168.10.52 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/93.0.4577.82+Safari/537.36 ...
by jfl@mafact.com
Sun Sep 19, 2021 12:07 pm
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2231

SOLVED : HRB give a empty page

... 1.0 #Date: 2021-09-18 18:33:49 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken 2021-09-18 18:37:54 192.168.10.52 GET /samples/testhrb.prg - 80 - 192.168.10.52 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/93.0.4577.82+Safari/537.36 ...
by jfl@mafact.com
Sat Sep 18, 2021 6:46 pm
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2231

Re: Fix for Resedit

It seems as it connects to 69.16.230.42 to check for the latest version:

HTTP:Request, GET /v_1.6.6
HTTP:Response, HTTP/1.1, Status: Ok, URL: /v_1.6.6

Image
by Antonio Linares
Thu Aug 05, 2021 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

oAuth 2.0 Restful Web Service

... ) oHttp:SetRequestHeader( "Content-Type", "text/json" ) oHttp:Send( cLogin ) If oHttp:status == 200 cResponse := oHttp:ResponseText() Logit( Mcs_AppPath() + "Request.txt",cResponse ) Else MsgStop( "Status:" + oHttp:statusText,"Request ...
by byron.hopp
Wed Jun 16, 2021 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oAuth 2.0 Restful Web Service
Replies: 2
Views: 695

xBrowse building image-groups (sorted by color)

... mouseclick will paste the image the old position is cleard http://www.service-fivewin.de/images/Imgbrowse2.jpg the copy paste-status is shown at the bottom You can break the paste simply pressing the copybutton The red copy-status ( because no paste is done ) will turn to green ...
by ukoenig
Wed Jun 16, 2021 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse building image-groups (sorted by color)
Replies: 5
Views: 878

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: 373

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: 959
PreviousNext

Return to advanced search