Re: Uppercase Lowercase

2018-06-20 Thread stardata.info via 4D_Tech
Chip, The same method that i have done Many thanks Ferdinando Il 20/06/2018 21:21, Chip Scheide ha scritto: that is the only way. a method - something like (all code written in email so ...): // Method: Are_They_Equal //$1 - text - first value to compare //$2 - text - second value to

Re: Uppercase Lowercase

2018-06-20 Thread Keith Culotta via 4D_Tech
...and check the length is = Keith - CDI > On Jun 20, 2018, at 2:32 PM, Keith Culotta via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > or > C_BOOLEAN($0) > C_TEXT($1;$2) > $0:=(Position string ($1; $2; *) = 1) > > Keith - CDI > >> On Jun 20, 2018, at 2:19 PM, Jeffrey Kain via 4D_Tech

Re: Uppercase Lowercase

2018-06-20 Thread Keith Culotta via 4D_Tech
or C_BOOLEAN($0) C_TEXT($1;$2) $0:=(Position string ($1; $2; *) = 1) Keith - CDI > On Jun 20, 2018, at 2:19 PM, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > How about > > C_BOOLEAN($0) > C_TEXT($1;$2) > $0:=(Replace string ($1; $2; *) = “”) > >> On Jun 20, 2018, at 3:05 PM,

Re: Uppercase Lowercase

2018-06-20 Thread Chip Scheide via 4D_Tech
that is the only way. a method - something like (all code written in email so ...): // Method: Are_They_Equal //$1 - text - first value to compare //$2 - text - second value to compare // RETURNS - boolean - are the 2 texts identical (character for character) c_text($1;$2;$First;$Second)

Re: Uppercase Lowercase

2018-06-20 Thread Jeffrey Kain via 4D_Tech
How about C_BOOLEAN($0) C_TEXT($1;$2) $0:=(Replace string ($1; $2; *) = “”) > On Jun 20, 2018, at 3:05 PM, stardata.info via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I need to a function for use in a IF statement. > For the moment, i have done a function that make a confront char by char. >

Re: Uppercase Lowercase

2018-06-20 Thread stardata.info via 4D_Tech
I need to a function for use in a IF statement. For the moment, i have done a function that make a confront char by char. Thanks Ferdinando Message: 1 Date: Wed, 20 Jun 2018 13:38:22 -0400 From: Chuck Miller To: 4DTechList Tech<4d_tech@lists.4d.com> Subject: Re: Uppercase Lowercase Message-ID:

Re: Printing Write Pro to PDF

2018-06-20 Thread Randy Jaynes via 4D_Tech
Armin, I would love to try it out. I’ll raise the subject in our next development meeting. I’m tired of all these PDF driver headaches on Windows over all these years, so a single solution that I never have to worry about installation issues and missing stuff on a client computer or bad

Re: Printing Write Pro to PDF

2018-06-20 Thread Randy Jaynes via 4D_Tech
No difference when using OPEN PRINTING JOB. It doesn’t appear to be related to WP PRINT specifically because I’m also getting bad PDFs generated when trying similar code like OPEN PRINTING JOB PRINT SELECTION (tableptr->;*) //also tried with ;> and no 2nd parameter

crashing issue in v15 and v16

2018-06-20 Thread Chuck Miller via 4D_Tech
Hi All, In light of the wingdings issue on windows ten, I wrote the following two methods Please note that if you have a write pro are on a form, the bolded line crashes on Macs every time. I have tried v15.6, v16r6 both 32 bit and 64 bit Hope these help someone else out Regards Chuck Begin

Re: Bug in PrintList Pro v6 and only printing break levels

2018-06-20 Thread Ben Kershaw via 4D_Tech
> On Jun 20, 2018, at 1:36 PM, Jim Hays wrote: > > They recently put out a new PLPv6 beta with updates to break handling. If > you aren't already using that give it a try. > PLP 6 was crashing for us with multiple break levels, the new beta is > working well so far. Jim, Thanks for the reply.

Re: Printing Write Pro to PDF

2018-06-20 Thread ADeeg via 4D_Tech
Randy, as mentioned before, try our plugin, within 5 minutes you have a working solution. It produces very small pdf files and has a lot of features on top. And yes the sample database has also a Write Pro area to print The plugin comes with a silent driver installer and works from WinXP up to

Re: Uppercase Lowercase

2018-06-20 Thread Chuck Miller via 4D_Tech
If using sql you can select case sensitivity, but be careful, as it will be set for every sql query where clause Regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax:

Uppercase Lowercase

2018-06-20 Thread stardata.info via 4D_Tech
Hi All, I need of a function that make a confront base even on uppercase/lowercase characters. For example AAB must be different from aab. How i can do? Thanks Ferdinando ** 4D Internet Users Group (4D iNUG) FAQ:

RE: Printing Write Pro to PDF

2018-06-20 Thread Timothy Penner via 4D_Tech
It doesn’t look like you are using a printing job. http://doc.4d.com/4Dv15/4D/15.6/OPEN-PRINTING-JOB.301-3818590.en.html Does using one make any difference? GET PRINT OPTION(Destination option;$saveDestination;$savePath) SET PRINT OPTION(Destination

Re: Printing Write Pro to PDF

2018-06-20 Thread Randy Jaynes via 4D_Tech
Tim, As I mentioned in my original message, I cannot use PDFCreator. So this does not work for me on Windows: > SET PRINT OPTION(Destination option;3;fileName) as per documentation, but that was why I mentioned that I wasn't using PDFCreator. As per docs, It works fine on Mac, but not

Re: Bug in PrintList Pro v6 and only printing break levels

2018-06-20 Thread Jim Hays via 4D_Tech
Hi Ben, They recently put out a new PLPv6 beta with updates to break handling. If you aren't already using that give it a try. PLP 6 was crashing for us with multiple break levels, the new beta is working well so far. Jim Hays On Tue, Jun 19, 2018 at 3:31 PM Ben Kershaw via 4D_Tech <

Re: 2 instances of 4D connected to different 4D Servers

2018-06-20 Thread Benedict, Tom via 4D_Tech
Hi John, >Thanks Julio. Like you I duplicate 4D all the time to run multiple instances >on my Mac. > >On windows, however, I have been reluctant to fiddle with windows >installations as >I suspect that there are DLLs or other files installed in places that I know >not where. > >I did in fact