RE: v13 -Automatically repaired method

2018-03-29 Thread Epperlein, Lutz (agendo) via 4D_Tech
Resend it, because the initial email was signed and signing isn't accepted by 
the iNUG ...

> -Original Message-
> From: Epperlein, Lutz (agendo)
> Sent: Wednesday, March 28, 2018 9:32 AM
> To: '4D iNug Technical' <4d_tech@lists.4d.com>
> Subject: RE: v13 -Automatically repaired method
>
> An alternative way is to use this component: 
> https://github.com/elutz/vc-framework-
> v15
> After every change of a project method the code is saved as a text file. 
> Saving means
> Ctrl-S or closing the method editor.
> It exports forms too. The component is based on work by Josh Fletcher and it 
> is a fork
> of his development.
> We extended the component to re-import code changes into project methods.
>
> HTH
> Lutz Epperlein
>
> --
> Lutz Epperlein
> --
> Agendo Gesellschaft für politische Planung mbH
> Köpenicker Str. 9
> 10997 Berlin
> http://www.agendo.de/
> --
>

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: v13 -Automatically repaired method

2018-03-28 Thread Charles Miller via 4D_Tech
I will put together a package. It will include Macros as well as some 4d
methods. It will not be till after the summit


Regards
Chic

On Tue, Mar 27, 2018 at 5:43 PM, Tom Dillon via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> Charles Miller wrote:
>
> >higjly modified version that keeps track of every save
>
> >If you would like to code, please advise
>
> I'd love it. Is it something that could be posted to the NUG or some place
> else to make it broadly available?
>
> BTW, "higjly modified" seems to imply that it was modified, in whole or in
> part, using Higgs bosons. This would be a particularly weighty example of
> fine 4D coding to share.
>
> --
>--
>Tom Dillon   825 N. 500 W.
>DataCraft   Moab, UT 84532
>tomdil...@datacraft-inc.com   720/209-6502
>--
>  Only the turtle strong enough to dig itself out of its sandy
>  birthplace makes it to the sea to become a snack for the
>  waiting barracuda.  --- Sunastar
>--
>
>
> **
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
>



-- 
-
 Chuck Miller Voice: (617) 739-0306 Fax: (617) 232-1064
 Informed Solutions, Inc.
 Brookline, MA 02446 USA Registered 4D Developer
   Providers of 4D, Sybase & SQL Server connectivity
  http://www.informed-solutions.com
-
This message and any attached documents contain information which may be
confidential, subject to privilege or exempt from disclosure under
applicable law.  These materials are intended only for the use of the
intended recipient. If you are not the intended recipient of this
transmission, you are hereby notified that any distribution, disclosure,
printing, copying, storage, modification or the taking of any action in
reliance upon this transmission is strictly prohibited.  Delivery of this
message to any person other than the intended recipient shall not
compromise or waive such confidentiality, privilege or exemption
from disclosure as to this communication.
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: v13 -Automatically repaired method

2018-03-27 Thread Tom Dillon via 4D_Tech
Charles Miller wrote:

>higjly modified version that keeps track of every save

>If you would like to code, please advise

I'd love it. Is it something that could be posted to the NUG or some place else 
to make it broadly available?

BTW, "higjly modified" seems to imply that it was modified, in whole or in 
part, using Higgs bosons. This would be a particularly weighty example of fine 
4D coding to share.

-- 
   --
   Tom Dillon   825 N. 500 W.
   DataCraft   Moab, UT 84532
   tomdil...@datacraft-inc.com   720/209-6502
   --
 Only the turtle strong enough to dig itself out of its sandy
 birthplace makes it to the sea to become a snack for the
 waiting barracuda.  --- Sunastar
   --


**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: v13 -Automatically repaired method

2018-03-27 Thread Charles Miller via 4D_Tech
We also have a higjly modified version that keeps track of every save. When
you open a method it stores contents in buffer. At first change it writes
that method to directory methodName_000_datetime stamp.txt. First revision
is methodName_001_datetime stamp.txt etc

If you would like to code, please advise

Regards

Chuck

On Tue, Mar 27, 2018 at 5:08 PM, Benedict, Tom via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> Chip Scheide writes:
>
>
>
> >Any way to recover the code?
>
> >
>
> >There is no backup, as the code was written today.
>
> >
>
>
>
> We use the old but solid MethodHistory component from Thomas Maul. It
> writes all methods to a 4D table, so all edits are preserved. It comes in
> very handy. We use it for a primitive form of version control. It has
> served us well. Something like this is easy to implement in any system.
>
>
>
> Tom Benedict
>
> Optum Inc
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or entity
> to which it is addressed. If the reader of this e-mail is not the intended
> recipient or his or her authorized agent, the reader is hereby notified
> that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify the
> sender by replying to this message and delete this e-mail immediately.
> **
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **




-- 
-
 Chuck Miller Voice: (617) 739-0306 Fax: (617) 232-1064
 Informed Solutions, Inc.
 Brookline, MA 02446 USA Registered 4D Developer
   Providers of 4D, Sybase & SQL Server connectivity
  http://www.informed-solutions.com
-
This message and any attached documents contain information which may be
confidential, subject to privilege or exempt from disclosure under
applicable law.  These materials are intended only for the use of the
intended recipient. If you are not the intended recipient of this
transmission, you are hereby notified that any distribution, disclosure,
printing, copying, storage, modification or the taking of any action in
reliance upon this transmission is strictly prohibited.  Delivery of this
message to any person other than the intended recipient shall not
compromise or waive such confidentiality, privilege or exemption
from disclosure as to this communication.
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: v13 -Automatically repaired method

2018-03-27 Thread Benedict, Tom via 4D_Tech
Chip Scheide writes:



>Any way to recover the code?

>

>There is no backup, as the code was written today.

>



We use the old but solid MethodHistory component from Thomas Maul. It writes 
all methods to a 4D table, so all edits are preserved. It comes in very handy. 
We use it for a primitive form of version control. It has served us well. 
Something like this is easy to implement in any system.



Tom Benedict

Optum Inc

This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

v13 -Automatically repaired method

2018-03-26 Thread Chip Scheide via 4D_Tech
Any way to recover the code?

There is no backup, as the code was written today.

Thanks
Chip
---
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing 
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**