Search found 1464 matches: request

Return to advanced search

Re: Filter on Xbrowse

Hello Marc, hello João, We are now replacing the dummy JSON. The function sendFilterData() makes a request to the server, and it responds with a JSON. At the moment, we are not yet evaluating any indexes and filters, but simply querying the database. https://mybergland.com/fwforum/ch_tabelle.jpg ...
by Otto
Sun May 05, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 671

xbrowse (likely a custom table) whose contents change dynam

... filter values to the server. Here’s how you can modify your existing JavaScript to achieve this: Add a JavaScript function to handle the fetch request. Modify the existing change event handlers to call the new function. The JavaScript fetch function is used to make asynchronous HTTP requests ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 57

Exercism and Harbour

... programming languages. Exercism is open-source and not-for-profit." Currently there is no xbase language learning track. I have made a formal request to add a Harbour track on the expectation that Harbour is a good representative for the xbase family. Comments? -Bruce
by axtens
Mon Apr 22, 2024 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 203

Re: How to include hbCurl?

... + cSecure_Email + '/tags --user anystring:' + cApi + ' -d ' + CHR(34) + cJsonPayload + CHR(34) + ' > clogrooms.txt'  Your request doesn't appear to be valid JSON: Parse error on line 1: tags: { name: tag1, ^ Expected one of: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', ...
by Marc Venken
Wed Mar 20, 2024 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3001

Re: ButtonBmp problem with FWH2402

This problem appears only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method ...
by richard-service
Thu Mar 07, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5328

Re: ButtonBmp problem with FWH2402

This problem appears only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ...
by nageswaragunupudi
Thu Mar 07, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5328

Re: ButtonBmp problem with FWH2402

What is observed till now is that the misbehavior is when FW_SetUnicode( .T. )
Request Mr. Leandro to set FW_SetUnicode( .F. ) and retry
We will work on fixing this problem
by nageswaragunupudi
Thu Mar 07, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5328

Re: SWAGGER-UI para documentar nuestras API.

... Key Invalid","status":401,"detail":"Your request did not include an API key.","instance":"5cd6..."} Do you call swagger api's a other way ?
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: 2017

Re: TUrlLink on Xbrowse

... it is a new COLUMN CLASS for XBROWSE as Workaround i would use Solution from https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 as Request ; new METHOD EditURLlink() and 2nd Font (blue, underline) for URL Jimmy, I saw the G,Callego sample but it is not that I mean I sent you a video ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 246

Re: TUrlLink on Xbrowse

... it is a new COLUMN CLASS for XBROWSE as Workaround i would use Solution from https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 as Request ; new METHOD EditURLlink() and 2nd Font (blue, underline) for URL
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 246

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Antonio,

Codeblock-Slot like these we need, thx
but how is METHOD LButtonUp() called when i click to collaps/enlarge :?:

Request :
also need for DragDrop
Code: Select all  Expand view
METHOD LButtonUp( nRow, nCol )

include DATA lDrag and ::Capture()
by Jimmy
Sat Feb 24, 2024 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 513

Re: Data exchange between PC and Android device on the same loca

... server does the hard work. This FW-program monitors a directory. A PHP program writes a text file to this directory. In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); if ($Report == false) { echo ("Error in opening ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 826

Re: Data exchange between PC and Android device on the same loca

Otto:
Thank you so much.

That seems to be exactly what I'm looking for:

How to configure the server and/or a harbor module to respond appropriately to a request from a PWA that is on a different Origin, avoiding violating the CORS policy

I will review it very carefully.
Thanks in advance
by Arturo Lopesoria
Fri Feb 23, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 826

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi,

REQUEST HB_CODEPAGE_UTF8

HB_CdpSelect( "UTF8" )
FW_SetUnicode( .T. )
by ertan
Wed Feb 21, 2024 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55025

Data exchange between PC and Android device on the same loca

... is a TRIVIAL local website between a PC and one or two Android Devices. 3.- The Client and the server should be able to communicate via $Ajax, HttpRequest, Fetch-Api or perhaps WebSocket? I'M STILL TRYING WITH UHTTPD A.- For the BACK-END SERVER side (CGI Module) I use a prg compiled as cgi, for ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 826
Next

Return to advanced search