Search found 29 matches: synchronized

Searched query: synchronized

by Otto
Mon Jul 29, 2024 9:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 1935

Re: Switching from memo fields to files -

... working on a new approach.
I see that we have different requirements on the web.
Everything that is additionally a "table of contents" must be synchronized with the original documents.
And that can be a challenge.
That's why I also try to remove the indexes and make the queries ad hoc.

The new SSD ...
by Otto
Tue Jul 02, 2024 8:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Memo Field Storage Strategy?
Replies: 3
Views: 807

Re: Question about Memo Field Storage Strategy?

... mod_harbour, I will solve it similarly. rlock() and flock() seem a bit unstable on the web.
It is also dangerous if the indexes are not 100% synchronized because a wrong record might be updated or deleted.

I think that the file system is underutilized as a database structure. It is difficult for ...
by Otto
Sat Oct 21, 2023 8:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 7921

Re: DBF . Commit

... reflected in the central cache and therefore be visible to all other users accessing the same file, provided the cache is properly managed and synchronized.

The function cmxSys( 1002, .f. ), when set to false, would likely affect the automatic commit or flush operations that write the cache to the ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 5713

New FTDN April/Abril 2021 (FWH 21.04)

... values of lReadOnly or nEditType of oBrw:oMultiSelCol to .T./F. or 0/1.

- New: DATA oSortCbx: Enables defining a combobox with sort orders
synchronized with sorting with click on header.
Usage:
@ r,c COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder SIZE w.h PIXEL OF oDlg
OR
First define a combobox ...
by Marc Venken
Fri Feb 26, 2021 10:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Data management system
Replies: 18
Views: 2714

Re: Data management system

... access it on any computer, tablet, notebook, or phone, on all OS's, it's my saved resource center. It stores the info in the cloud so it can be synchronized across any device.

Tim

Thanks Tim,

I looked into OneNote and indeed, it can do all that I want. (Copy/Paste, save screenshots, links, ...)
by TimStone
Fri Feb 26, 2021 7:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Data management system
Replies: 18
Views: 2714

Re: Data management system

... you can put in charts and photos, and so much more.

Of course I have some sections on non-technical things. Since I can access it on any computer, tablet, notebook, or phone, on all OS's, it's my saved resource center. It stores the info in the cloud so it can be synchronized across any device.

Tim
by nageswaragunupudi
Sun Jul 26, 2020 1:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Onedrive
Replies: 9
Views: 1776

Re: Onedrive

... utilities are required. we can do it within windows itself) and use this drive letter for reading and writing.

Whatever we write will be synchronized by Windows across all computers used by the same user.

But there will be a lag in synchronization and so can not be used to read/write data ...
by MOISES
Wed Apr 08, 2020 2:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Como se Clona un Objeto
Replies: 9
Views: 1341

Re: Como se Clona un Objeto

... one Recordset will be visible in all of its clones. However, if you execute a Requery on the original Recordset, the clones will no longer be synchronized to the original.

The provider must support bookmarks on the Recordset object to create clones. Bookmarks are interchangeable; a bookmark ...
by TimStone
Fri Jan 24, 2020 4:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to exchange data between online and offline
Replies: 6
Views: 949

Re: how to exchange data between online and offline

Here is a broader consideration.

Some commercial applications are synchronized with the online database. That means the data pool exists on both the cloud server, and the local machine. If an internet connection is lost, the user continues to work on the local machine / data, but when the connection ...
by nageswaragunupudi
Thu Nov 07, 2019 1:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Questions
Replies: 3
Views: 589

Re: XBROWSE Questions

I remember to have posted a sample for synchronized browses a long time back in this forum. Using Mr. Uwe's tool we may find it I guess.
by horacio
Wed Feb 20, 2019 10:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 10641

Re: strategies

... and are very easy to scale, since they do not need powerful computers. You can work online or offline, once it connects automatically it is synchronized. The languages are asynchronous (Nodejs, Python, Ruby), something similar to harbor threads. I understand that we come from Clipper costs us but ...
by Busmatic_wpb
Sat Oct 27, 2018 5:37 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Mis programas FW hablan
Replies: 7
Views: 3227

Mis programas FW hablan

... of application
-pr : pause or resume reading by active copy of application
-q : add application to queue
-lrc : create LRC file to display synchronized text in audio players
-srt : create SRT file to display synchronized text in video players
-vs <file_name> : create text file with ...
by AHF
Wed Dec 23, 2015 2:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh Record Set
Replies: 10
Views: 2302

Re: Refresh Record Set

If you create a new recordset to edit the record better is to clone ex oRsNew := oRs:Clone and then you need to do nothing ADO will keep both synchronized (with same data) till you issue again :requery on the original.
Please remember that you will need to close both sets.
by anserkk
Sat Feb 01, 2014 8:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: DropBox
Replies: 1
Views: 456

Re: DropBox

https://www.dropbox.com/developers/core/docs

Another idea is to find the path of your Dropbox folder from your FWH App (usually it is on your Desktop), simply copy the files to that folder, it should get synchronized.

Regards

Anser
by Rick Lipkin
Sat Aug 31, 2013 5:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 11105

Re: FW user login to authenticate from windows active directory

... is different from logged windows user.. How do you validate FW from domain user?

Kind regards.


When any person logs into a Domain from any pc .. that persons profile is automatically created on that pc and synchronized to AD. WNetGetUser() will always returned the logged in user.

Rick Lipkin