Search found 101 matches: carefully

Return to advanced search

Re: DNS

... cancellation happens without notification messages or event object signaling, which could potentially lead to unexpected behavior if not handled carefully.
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1023

Re: xBrowse with UrlLink

... However, since everything can be improved, I published the code to see if there are any more ideas. From now on, we will all have to think carefully about what we respond to so that you do not feel affected in one way or another: https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846&hilit=silvio&sid=d387f35cf4a1eb10c8e2dd46c477af78 ...
by Silvio.Falconi
Wed Feb 28, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 195

Re: xBrowse with UrlLink

... However, since everything can be improved, I published the code to see if there are any more ideas. From now on, we will all have to think carefully about what we respond to so that you do not feel affected in one way or another: https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846&hilit=silvio&sid=9688a2621bc7f1e8997cf690fe84f693 ...
by Cgallegoa
Wed Feb 28, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 195

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

Re: FWH 2310 Active X problem ?

Thank you. That is working.

I will test other areas very carefully to see if there are any more issues.

Tim
by TimStone
Sat Nov 04, 2023 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 509

Re: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF

Is it save to think that this process is 100% fullprove ? Yes. Safe and 100% full-proof. You need to carefully study the functions used carefully to appreciate the logic. Will the recno's not change when deleting of adding items to the invoice that will be saved ? This is ...
by nageswaragunupudi
Wed Aug 30, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF
Replies: 1
Views: 172

Re: CLASS modification

... -> mark "Start" to "End" where dDate1 <>,dDate2 Sorry, I still don't understand, I'll be slow on the uptake. Read carefully what I write to you I have an old application that I've been using for many years at school where I have a get (action) control that opens ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: Fivewin OOP Question

... variable! right but i use "OF" which work under HMG "as expect" using "semi-OOP" Syntax I think you should have to carefully read a good book about OOP. :-) sorry, it work that Way under Xbase++ and HMG so why not under Fivewin :?: p.s. i did work with OOP and Xbasse++ ...
by Jimmy
Sun Nov 06, 2022 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 431

Re: Fivewin OOP Question

Jimmy wrote:so i try just
Code: Select all  Expand view
  xxx := ::oASKFORM:oText_2

but still got
Message not found: TWINDOW:OTEXT_2


Of course: oText_2 is not a property of oASKFORM, it is a local variable! I think you should have to carefully read a good book about OOP. :-)
by Enrico Maria Giordano
Sun Nov 06, 2022 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 431

Re: Printing double sided

Please, both of you, carefully reread my first message! There is all you need.
by Enrico Maria Giordano
Tue Oct 04, 2022 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1255

DBF: ROLLBACK (built-in feature)

... the transaction. So, we can not use this RollBack with more than one record in the same work area. While programming we need to remember this carefully. 2) RollBack does not work with DBAPPEND(). In real time applications, we need to use some work arounds. We already know the functions: dbCommit() ...
by nageswaragunupudi
Sat Sep 10, 2022 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF: ROLLBACK (built-in feature)
Replies: 1
Views: 350

Very strange problem - ideas needed

... ( underpowered ), so I moved the data files to a stronger computer, and ran the operation on that same machine. It still did not work 3). I looked carefully at the code and can find no triggers for this. 4). There is no "apparent" security software. Direct editing on the file works, so ...
by TimStone
Tue Aug 23, 2022 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1753

JSON with HTTPS: post

Please read carefully. I will try to explain. Currently I use the process for interacting with a website, and then decoding a response in JSON. Here is a cutdown version of the fuction: Function PostTo360( cUrl, cData, cContentType,cAuthorization ...
by TimStone
Mon May 23, 2022 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 1978

Re: Test Windows Mdi with panel right

https://i.postimg.cc/QtJsJTN2/mdi1.gif it's no the same if you look carefully at the panel that opens it does not shrink the window and the Mdi area is always the same as it happens when you try to insert a buttonbar on the left. the test I did above ...
by Silvio.Falconi
Mon May 02, 2022 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test Windows Mdi with panel right
Replies: 10
Views: 690

Re: combobox issue

Many thanks, Enrico.

I really should have read the rc file carefully. :oops:
-Detlef
by Detlef
Fri Apr 15, 2022 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox issue
Replies: 2
Views: 183
Next

Return to advanced search