RE: Dot Notation in Legacy 4D Code

2019-06-21 Thread Epperlein, Lutz (agendo) via 4D_Tech
If you deal with variables you can use "Rename..." in the context menu of the method editor too. Regards Lutz ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/

Re: Dot Notation in Legacy 4D Code

2019-06-20 Thread Narinder Chandi via 4D_Tech
- From: 4D_Tech <4d_tech-boun...@lists.4d.com> on behalf of 4D Tech Mailing List <4d_tech@lists.4d.com> Reply-To: 4D Tech Mailing List <4d_tech@lists.4d.com> Date: Thursday, 20 June 2019 at 18:11 To: 4D Tech Mailing List <4d_tech@lists.4d.com> Cc: Douglas von Roeder Subject: Re

Re: Dot Notation in Legacy 4D Code

2019-06-20 Thread Douglas von Roeder via 4D_Tech
Narinder: That’s correct - it you’re using dotted notation, you’ll have to clean up the old code. The good news is features in newer versions make that much easier. The Find in design feature is much faster and far more flexible. Once you run a query and the results window opens, you can delete it

RE: Dot Notation in Legacy 4D Code

2019-06-20 Thread Timothy Penner via 4D_Tech
, 2019 10:06 AM To: 4D Tech Mailing List <4d_tech@lists.4d.com> Cc: Narinder Chandi <4dtechmailingl...@toolbox.uk.com> Subject: Dot Notation in Legacy 4D Code S, I suspected this would be the case but just seeking confirmation... I am working with a 4D database that has made exten

Dot Notation in Legacy 4D Code

2019-06-20 Thread Narinder Chandi via 4D_Tech
S, I suspected this would be the case but just seeking confirmation... I am working with a 4D database that has made extensive use of dot in table, variable and project names (not of my doing btw!), e.g. [my.table.name] my.process.variable my.project.method Converting the database to v17 and