Search found 10 matches: locked

Searched query: locked

by JoséQuintas
Sat Dec 21, 2024 8:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 7517

Re: Browse of my ADO Class

... then I create a fake gtwvg window to be changed by fivewin.
Some libraries can lock previous window, (like dialog modal), fake gtwvg window can be locked without problems.
If hb_gtReload() is not needed, it is ignored, I do not need to add IFs.
If module is gtwvg, it will have a visible window ...
by Antonio Linares
Sat Dec 07, 2024 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Login with Cloudflare
Replies: 6
Views: 627

Re: Login with Cloudflare

... Possible Challenges**:
1. **Single Point of Failure**:
- If Cloudflare Access experiences downtime or misconfiguration, your users might be locked out. A fallback mechanism, like an emergency bypass, could be necessary.

2. **Cost**:
- While Cloudflare offers a generous free tier, advanced ...
by JoséQuintas
Thu Oct 03, 2024 1:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 7517

Re: Browse of my ADO Class

... ACTION hb_ThreadStart( { || frm_funcMain() } )


Do not know why, but seems that hb_gtReload("WVG") make difference.
I think it is about to have a proccess to be locked.
But if it is not locked by anything else, thread ends.
I have an additional setup routine, to setup all threads at the same way.
by Otto
Sun Jun 16, 2024 7:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Why You Should Stick with DBF or Access Databases for Now
Replies: 5
Views: 752

Why You Should Stick with DBF or Access Databases for Now

... you can easily switch to a different technology at any time, providing
the flexibility to adapt as your business grows and evolves without being locked into a
single solution.

Conclusion

For small businesses, maintaining the existing DBF or Access database during the
transition to a web ...
by Silvio.Falconi
Thu Jan 25, 2024 10:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 3220

Re: erase files

... file or directory for which it does not have the necessary permissions, such as attempting to write to a read-only file, accessing a file that is locked by another process, or trying to open a file in a restricted directory.

Thanks Professor Otto I knew this too but it so happens that I am the ...
by Otto
Thu Jan 25, 2024 9:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 3220

Re: erase files

... denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a read-only file, accessing a file that is locked by another process, or trying to open a file in a restricted directory.
by James Bott
Thu Dec 01, 2022 1:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 1305

Re: Forcing to unlock a record

... bit complicated.

Instead of the program locking a record when a user opens it and only unlocking it when the record is saved, the record is only locked for a split second when the record saved. Thus, nobody can walk away leaving a record locked.

One solution is that when the program reads a record ...
by nageswaragunupudi
Wed Nov 16, 2022 6:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 1305

Re: Forcing to unlock a record

Hello,

If a record is locked by someone else, is there a possibility that this record can unlocked by another user?

Thank you.

Not possible.

In ADS, Administrator can kill a user. That frees all his locks.

Well behaved programs never lock a record and wait for a user action.
Lock only when all ...
by driessen
Wed Nov 16, 2022 5:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 1305

Re: Forcing to unlock a record

... remote desktop environment.
Sometimes they just close the session without login out.
So the session stays active, the files opened and the records locked.

They start a new RDP-session, launch my application and then discover that some records still are locked.
Of course, then I got a phonecall to ...
by driessen
Wed Nov 16, 2022 3:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 1305

Forcing to unlock a record

Hello,

If a record is locked by someone else, is there a possibility that this record can unlocked by another user?

Thank you.