Search found 901 matches: status

Return to advanced search

Re: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )

You can use the above code to Toggle ReadOnly status during runtime. This code is tested.

From the next version, we have provided DATA lReadOnly. We can toggle this at runtime with oEdit:lReadOnly := .T. or .F..
by nageswaragunupudi
Tue Mar 26, 2024 4:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )
Replies: 5
Views: 132

Re: How to include hbCurl?

... \ --user "anystring:${apikey}" \ -d '{"tags": [{"name": "tagName", "status": "active"}], "is_syncing": false}' ``` Now, applying this format to your specific case, the command should look something ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 502

Re: SWAGGER-UI para documentar nuestras API.

... error : {"type":"https://mailchimp.com/developer/marketing/docs/errors/","title":"API Key Invalid","status":401,"detail":"Your request did not include an API key.","instance":"5cd6..."} Do you call swagger ...
by Marc Venken
Tue Mar 05, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 447

Re: SAPI : change Voice

Hola Jimmy : Leyendo creo que se necesita la propiedad "Status" https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723612(v=vs.85) pero no consigo descifrar bien el uso aqui https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms722534(v=vs.85) ...
by Danielmaximiliano
Mon Feb 12, 2024 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3098

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... from the beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if you run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( oGet:hWnd ), "UTF8", "ANSI" ) + ;      ...
by Horizon
Sun Feb 04, 2024 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52307

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... from the beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if you run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( oGet:hWnd ), "UTF8", "ANSI" ) + ;  ...
by nageswaragunupudi
Sun Feb 04, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52307

Re: Soap Web Service - timeout request

... "Authorization", "Basic "+hb_base64Encode(cCred)) oHttp:Send( cHttpSend ) oHttp:WaitForResponse( nSecs ) Sysrefresh() IF oHttp:status=200 cWinResp := oHttp:ResponseBody ENDIF
by Antonio Linares
Tue Jan 09, 2024 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 669

Soap Web Service - timeout request

Hello, It is possible to set a timeout request for a web service request? I added to IF oHttp:status=200 to check status but sometimes request hangs. TRY oHttp := CreateObject( 'MSXML2.XMLHTTP' ) CATCH oHttp := CreateObject( 'Microsoft.XMLHTTP' ) END cHttpSend := [<?xml ...
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 669

ButtonBmp TABSTOP

Hi,

How I can change buttonbmp status to TABSTOP or not TABSTOP in execution program?

Thanks in advance.
by wartiaga
Fri Jan 05, 2024 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2449

Re: OT - abro hilo FWH - MAC

hbmk2[gtalleg]: Error: Missing dependency: allegro
hbmk2[gtalleg]: Exit status: 10: dependency missing or disabled
! Finished package build...
./bin/darwin/clang/hbmk2 ./config/postinst.hb first
! postinst script finished
by goosfancito
Sun Dec 24, 2023 5:20 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: OT - abro hilo FWH - MAC
Replies: 8
Views: 744

Re: FW_OpenAdoConnection reconnect

... actual value depends on the current activity. If oCn is closed we can try reconnect by oCn:Open() This is a sample code to check the connection status and try to reconnect. function Check( oCn )   if oCn:State == 0      TRY         oCn:Open()  ...
by nageswaragunupudi
Thu Dec 14, 2023 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 494

CAdena JSON

... amigo, obtengo esta cadena JSON pero no puedo procesar la informacion que continua a "licencia", gracias por vuestro apoyo {"status":200,"message":"Exito","data":{"numero_documento":"23869035","grupo_sanguineo":"O+","donacion_organos":"SI","licencia":[{"numero":"Z23869035","categoria":"A ...
by Willi Quintana
Wed Nov 08, 2023 3:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CAdena JSON
Replies: 2
Views: 262

Re: Interesting discussion with ChtGPT

I already express my opinion regarding current AI status in another thread. I could change my mind in the future if AI will evolve.
by Enrico Maria Giordano
Tue Nov 07, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 887

Re: DBF . Commit

... Many users use UNLOCK COMMIT CLOSE in their code. I think CLOSE is enough. But we also need built-in functions that can detect the actual data status. And this status is the cache status. Like the EXPLORER Perhaps it's possible to obtain these for Fivewin. OT: It's such a pity that only a few ...
by Otto
Mon Oct 23, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2211

Errror al compilar en Minigui o Gcc

... error adding symbols: archive has no index; run ranlib to add one collect2.exe: error: ld returned 1 exit status Alguien sabe comose usa el ranlib Gracias
by ruben Dario
Thu Sep 21, 2023 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errror al compilar en Minigui o Gcc
Replies: 1
Views: 178
Next

Return to advanced search