Search found 48 matches: avoiding

Return to advanced search

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

Re: hash for storing variables

... It shares many advantages of object-oriented programming, although it does not encompass all aspects of OOP. Centralizing style definitions and avoiding redundancies are important to minimize conflicts and maintenance issues.
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 526

Re: Webview question

... )  ....  The page contains elements with the same name. Maybe, i think, the google-recaptcha it contains is avoiding javascript injection. If someone can help, welcome!
by ralph
Tue Jul 18, 2023 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2930

Re: hbmk2 problem

... There were no re-defines in any of those It is strange that clearly, as shown by the PPO, that :seek is being redefined, but just how seems to be avoiding us.
by TimStone
Mon Jul 10, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 761

Re: hb_base64 link

Antonio Linares wrote:
Enrico Maria Giordano wrote:Please read the message about _snprintf(), please.


Dear Enrico,

I already fixed it avoiding to include it when compiling with MSVC

thank you


Great, thank you! :-)
by Enrico Maria Giordano
Mon Sep 12, 2022 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

Re: hb_base64 link

Enrico Maria Giordano wrote:Please read the message about _snprintf(), please.


Dear Enrico,

I already fixed it avoiding to include it when compiling with MSVC

thank you
by Antonio Linares
Mon Sep 12, 2022 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

Re: MariaDB

... to leave this sorting work to XBrowse and keep our code simple. FWH library allows setting filters and sorting in the memory itself and thereby avoiding to re-read the data from the server. The results are not only faster but most importantly reduces un-necessary network traffic which is very ...
by nageswaragunupudi
Mon Feb 08, 2021 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB (Solved)
Replies: 2
Views: 326

Re: How to implement PeekStr()

... of the week. Thanks, umm, HB_ARCH_32BIT I don't remember if this constant exists in harbour, you can do the test with only that part of the code, avoiding the part for 64 bits. HB_FUNC( PTRTOSTR ){   const char * * pStrs = ( const char * * ) hb_parnl( 1 );     hb_retc( ...
by FWExplorer
Mon Jun 15, 2020 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 2011

Re: How to implement PeekStr()

umm, HB_ARCH_32BIT I don't remember if this constant exists in harbour, you can do the test with only that part of the code, avoiding the part for 64 bits. HB_FUNC( PTRTOSTR ){   const char * * pStrs = ( const char * * ) hb_parnl( 1 );     hb_retc( * ...
by carlos vargas
Mon Jun 15, 2020 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 2011

Re: OT: How are we doing ?

I do hope all of you are avoiding this virus. I think about you every day when I sit down at my computer.

I know many of you may not catch the illness, but will have friends and family who must endure it.

May we all emerge from this crisis and regain full strength and good health.

Tim
by TimStone
Sun Mar 29, 2020 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: How are we doing ?
Replies: 24
Views: 3688

Pelles Editor and Fonts

Pelles adds three numbers to the font definitions
e.g. FONT 8, "Tahoma", 0, 0, 1

Is there anyway of avoiding these number from being generated to save me from editing the RC file prior to compiling

Thanks
Peter
by reds
Thu Jul 25, 2019 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles Editor and Fonts
Replies: 0
Views: 338

Re: Where i can find "FiveODBC Documentation"

... SQL via ODBC regularly, but today the best way is to access via ADO. But how? I need just an example of native connection to SQL SERVER database, avoiding to configure ODBC. In \fwh\samples i find only examples for db MySQL via FWCONNECT. Thank you. Max
by max
Sun Aug 26, 2018 10:16 am
 
Forum: FiveWin for CA-Clipper
Topic: Where i can find "FiveODBC Documentation"
Replies: 15
Views: 13256

Re: Carlos Mora y la mala leche de la string concatenation

Very interesting discussion among experts about optimization of string operations, avoiding memory fragmentation, etc. Though this topic interests me too, at the moment, I am not discussing that topic. The discussion appears to have started with the requirement of ...
by nageswaragunupudi
Fri May 04, 2018 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Carlos Mora y la mala leche de la string concatenation
Replies: 20
Views: 4286

Re: xBrowse Cell Edit

... my users edit a memo on xbrowse coloumn.. if by default is :selectall(), the entire content can be deleted if a char key was pressed.. so just by avoiding.. BTW, I commented what you suggests. just maybe.. similar to this oCol:bEditWhen := {|Self| IF( Self:oEditGet <> Nil, Self:oEditGet:SelectNone(), ...
by nageswaragunupudi
Tue Sep 05, 2017 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell Edit
Replies: 8
Views: 1692

Re: FWH app as Service

... that will hang the service. FWH assumes that it is always interacting with a user on the console, not as a headless service. I get around this by avoiding making FWH calls from within the service itself. In the case of the Alert() function I have yet another Alert() function within my code which ...
by rhlawek
Sat Mar 25, 2017 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3698
Next

Return to advanced search