Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-16 Thread Chuck Miller via 4D_Tech
In principal no problem, however it is harder and harder to maintain. I would say fix in one full swoop. Also I would not use 4D to create and index new primary keys using the wizard. I would role my own code. I have posted this code in the past so if you look at archives you should find it. R

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-14 Thread Narinder Chandi via 4D_Tech
4D Tech Mailing List <4d_tech@lists.4d.com> Reply-To: 4D Tech Mailing List <4d_tech@lists.4d.com> Date: Friday, 14 June 2019 at 15:46 To: 4D Tech Mailing List <4d_tech@lists.4d.com> Cc: Jim Crate Subject: Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING C

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-14 Thread Jim Crate via 4D_Tech
On Jun 7, 2019, at 8:48 AM, Narinder Chandi via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Hi all. I am migrating a v15 database to v17, 4D Server running on Mac. I > need some opinions as to what to do with regards to converting commands > marked as obsolete as per this article: [snip] > I have

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-10 Thread Narinder Chandi via 4D_Tech
: 4D_Tech <4d_tech-boun...@lists.4d.com> on behalf of ADeeg via 4D_Tech <4d_tech@lists.4d.com> Reply-To: 4D iNug Technical <4d_tech@lists.4d.com> Date: Sunday, 9 June 2019 at 20:47 To: <4d_tech@lists.4d.com> Cc: ADeeg Subject: Re: v15 to v17 Conversion of Obsolete _o_

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-09 Thread ADeeg via 4D_Tech
Narinder, there is a working method from Bertrand. http://forums.4d.com/Post/DE/17445198/1/17445199 Open the struct, copy the method and enjoy Regards Armin 4D Tech mailing list wrote > Hi all. I am migrating a v15 database to v17, 4D Server running on Mac. I > need some opinions as to what to

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-07 Thread Narinder Chandi via 4D_Tech
D_Tech <4d_tech@lists.4d.com> Reply-To: 4D iNug Technical <4d_tech@lists.4d.com> Date: Friday, 7 June 2019 at 20:35 To: <4d_tech@lists.4d.com> Cc: Patrick Emanuel Subject: Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands Absolutly, and there are also so

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-07 Thread Narinder Chandi via 4D_Tech
te: Friday, 7 June 2019 at 20:23 To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Charles Miller Subject: Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands There’s code that will convert all in one fell swoop. It puts comments at end please advise if y

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-07 Thread Patrick Emanuel via 4D_Tech
Absolutly, and there are also some tools (free) that can help you, like QS_Toolbox ;-) - Patrick EMANUEL Administrator www.association-qualisoft.eu (Soft1002, Simply Asso & QS_Toolbox) -- Sent from: http://4d.1045681.n5.nabble.co

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-07 Thread Charles Miller via 4D_Tech
There’s code that will convert all in one fell swoop. It puts comments at end please advise if you want it and I will forward Regards Chuck On Fri, Jun 7, 2019 at 11:49 AM Narinder Chandi via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi all. I am migrating a v15 database to v17, 4D Server running

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-07 Thread JOHN BAUGHMAN via 4D_Tech
> On Jun 7, 2019, at 6:02 AM, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > - Run compiler, fix individual errors, or notice sizes you missed above > and do global replaces using C_Text(; -> C_Text( Rather than rerunning the compiler… 1. Find In Design for _o_C_Strin

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-07 Thread Kirk Brooks via 4D_Tech
Hi Narender, Welcome back. Changing the variable declarations is a simple regex exercise. In fact I think 4DPOP may have a command in it already for doing so. If not it's not too difficult to write a method to loop through all the code, find the old strings and replace them. I don't have any code

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-07 Thread Chip Scheide via 4D_Tech
une 2019 at 17:02 > To: 4D iNug Technical <4d_tech@lists.4d.com> > Cc: Narinder Chandi <4dtechmailingl...@toolbox.uk.com> > Subject: Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY > STRING Commands > > not the easiest thing to do. > > what

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-07 Thread Narinder Chandi via 4D_Tech
rg> Date: Friday, 7 June 2019 at 17:02 To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Narinder Chandi <4dtechmailingl...@toolbox.uk.com> Subject: Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands not the easiest thing to do. what I did:

Re: v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-07 Thread Chip Scheide via 4D_Tech
not the easiest thing to do. what I did: - globally replace: C_String(; -> C_Text( Where is a string size that is used a lot in your system(s). repeat until most of the more often used string sizes are done. - globally replace: C_String( -> C_Text( - Run compiler, fix individual errors, or

v15 to v17 Conversion of Obsolete _o_C_STRING/_o_ARRAY STRING Commands

2019-06-07 Thread Narinder Chandi via 4D_Tech
Hi all. I am migrating a v15 database to v17, 4D Server running on Mac. I need some opinions as to what to do with regards to converting commands marked as obsolete as per this article: https://doc.4d.com/4Dv15/4D/15/Deprecated-or-removed-features-in-v15-product-range.200-2063067.en.html I have