-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network #10
Comments
You mean like multiple users working on the same plan? No. I'm working on a
new, web-based version that will allow this though.
…On Fri, Apr 20, 2018 at 8:53 AM, DeepMeadow ***@***.***> wrote:
wondering if there is a way to set this up for a network?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABWsgzU34PM46XFnOgdJXgzgTvJR5eKkks5tqdplgaJpZM4TdacT>
.
|
… multiple users on a network, I set a shortcut link from one computer over the network, but it needs a resident copy of the database or something to run on the networked computer…. Wasn’t sure how it might see the same data file….
Jon
From: claytonrcarter [mailto:[email protected]]
Sent: Friday, April 20, 2018 10:13 AM
To: claytonrcarter/cropplanning
Cc: DeepMeadow; Author
Subject: Re: [claytonrcarter/cropplanning] Network (#10)
You mean like multiple users working on the same plan? No. I'm working on a
new, web-based version that will allow this though.
On Fri, Apr 20, 2018 at 8:53 AM, DeepMeadow ***@***.***> wrote:
wondering if there is a way to set this up for a network?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABWsgzU34PM46XFnOgdJXgzgTvJR5eKkks5tqdplgaJpZM4TdacT>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#10 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AkxmEywlwWPIC2ViUZ1dhrArWnyLcyviks5tqezjgaJpZM4TdacT> . <https://github.com/notifications/beacon/AkxmEyc3XBFTL7uJwn9-gySjdO8yGiZ0ks5tqezjgaJpZM4TdacT.gif>
|
If the data files are visible across the network, then a remote copy of the
app should be able to open them and work with them. A major caveat is that
all of the changes are done locally and then synced back to the data file
when the app closes. So, while multiple apps can access the data files,
they can't share the data while they're working on it. And whoever closes
their copy last would overwrite any previous changes.
So: network access should work fine, but only one app at a time.
On Fri, Apr 20, 2018 at 1:43 PM, DeepMeadow <[email protected]>
wrote:
… … multiple users on a network, I set a shortcut link from one computer
over the network, but it needs a resident copy of the database or something
to run on the networked computer…. Wasn’t sure how it might see the same
data file….
Jon
From: claytonrcarter ***@***.***
Sent: Friday, April 20, 2018 10:13 AM
To: claytonrcarter/cropplanning
Cc: DeepMeadow; Author
Subject: Re: [claytonrcarter/cropplanning] Network (#10)
You mean like multiple users working on the same plan? No. I'm working on a
new, web-based version that will allow this though.
On Fri, Apr 20, 2018 at 8:53 AM, DeepMeadow ***@***.***>
wrote:
> wondering if there is a way to set this up for a network?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#10>, or mute the
> thread
> <https://github.com/notifications/unsubscribe-auth/
ABWsgzU34PM46XFnOgdJXgzgTvJR5eKkks5tqdplgaJpZM4TdacT>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://github.com/
claytonrcarter/cropplanning#10#issuecomment-383109103> , or mute
the thread <https://github.com/notifications/unsubscribe-auth/
AkxmEywlwWPIC2ViUZ1dhrArWnyLcyviks5tqezjgaJpZM4TdacT> . <
https://github.com/notifications/beacon/AkxmEyc3XBFTL7uJwn9-
gySjdO8yGiZ0ks5tqezjgaJpZM4TdacT.gif>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABWsg_HvkPWka_bwjSY4hJ4OpgFb8Mj2ks5tqh4ogaJpZM4TdacT>
.
|
Maybe im missing something… i created a shortcut to the program on the primary computer on the network and run it, It acts as if it’s the first time on the secondary pc, and opens the output set-up… so its not seeing the data set. I can find the data set, but still can’t open it from the second pc. Not sure how to access the data set, without actually copying it.
From: claytonrcarter [mailto:[email protected]]
Sent: Friday, April 20, 2018 2:05 PM
To: claytonrcarter/cropplanning
Cc: DeepMeadow; Author
Subject: Re: [claytonrcarter/cropplanning] Network (#10)
If the data files are visible across the network, then a remote copy of the
app should be able to open them and work with them. A major caveat is that
all of the changes are done locally and then synced back to the data file
when the app closes. So, while multiple apps can access the data files,
they can't share the data while they're working on it. And whoever closes
their copy last would overwrite any previous changes.
So: network access should work fine, but only one app at a time.
On Fri, Apr 20, 2018 at 1:43 PM, DeepMeadow <[email protected]>
wrote:
… multiple users on a network, I set a shortcut link from one computer
over the network, but it needs a resident copy of the database or something
to run on the networked computer…. Wasn’t sure how it might see the same
data file….
Jon
From: claytonrcarter ***@***.***
Sent: Friday, April 20, 2018 10:13 AM
To: claytonrcarter/cropplanning
Cc: DeepMeadow; Author
Subject: Re: [claytonrcarter/cropplanning] Network (#10)
You mean like multiple users working on the same plan? No. I'm working on a
new, web-based version that will allow this though.
On Fri, Apr 20, 2018 at 8:53 AM, DeepMeadow ***@***.***>
wrote:
> wondering if there is a way to set this up for a network?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#10>, or mute the
> thread
> <https://github.com/notifications/unsubscribe-auth/
ABWsgzU34PM46XFnOgdJXgzgTvJR5eKkks5tqdplgaJpZM4TdacT>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://github.com/
claytonrcarter/cropplanning#10#issuecomment-383109103> , or mute
the thread <https://github.com/notifications/unsubscribe-auth/
AkxmEywlwWPIC2ViUZ1dhrArWnyLcyviks5tqezjgaJpZM4TdacT> . <
https://github.com/notifications/beacon/AkxmEyc3XBFTL7uJwn9-
gySjdO8yGiZ0ks5tqezjgaJpZM4TdacT.gif>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABWsg_HvkPWka_bwjSY4hJ4OpgFb8Mj2ks5tqh4ogaJpZM4TdacT>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#10 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AkxmE9UXvhED-s7AUfgeLeptzCH568Fpks5tqiNLgaJpZM4TdacT> . <https://github.com/notifications/beacon/AkxmE2qaNdhMNTQQP-BnoboacKP_Svk5ks5tqiNLgaJpZM4TdacT.gif>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wondering if there is a way to set this up for a network?
The text was updated successfully, but these errors were encountered: