Search found 1461 matches: request

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

Intercambio de datos entre PC y dispositivo Android en la m

... que es una web local TRIVIAL entre una PC y uno o dos Dispositivos Android. 3.- El Cliente y el servidor deberan poder comunicarse vía $Ajax, HttpRequest, Fetch-Api o tal vez WebSocket? AUN SIGO INTENTANDO CON UHTTPD A.- Para el lado SERVIDOR BACK-END (Módulo CGI) uso un prg compilado como cgi, ...
by Arturo Lopesoria
Tue Feb 20, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 204

Re: Strange characters going from FWH to Outlook FWH 13.10

Request: #include "fivewin.ch"function Main()   ? HB_CDPSELECT(), HB_CDPUNIID(), GetACP(), GetOEMCP()return nil#pragma BEGINDUMP#include <windows.h>#include <hbapi.h>HB_FUNC( ...
by nageswaragunupudi
Sun Feb 18, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3709

Re: Problem with FiveWin and PDF995 on Windows 11.

I placed "Request FWHARU" at the top of my program, then I get many link errors that start with "_HB_FUN_HPDF_".
Do I need a newer version of FiveWin?
Do I need a change in my mak file?

#define FWVERSION "FWH 23.07"
#define FW_VersionNo 23070

Thanks,
by byron.hopp
Tue Feb 13, 2024 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1196
Next

Return to advanced search