4D v17 & macOS Mojave beta

2018-08-22 Thread James Brown via 4D_Tech
Has anyone tried 4D v17.0 client on macOS Mojave? Just curious - I get a -10509 ‘Can’t open database’ runtime error when I try. Thanks, James. ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Opti

Switching to design mode fails (v13)

2018-08-22 Thread fpoeck via 4D_Tech
I have a 4D v13 development server (interpreted client/server setup) here, which i am using since several years. Until this week i was able switch to design mode by either * closing the main window of my application (on the client side) OR * use a menu entry which points to the default action "Des

Re: Switching to design mode fails (v13)

2018-08-22 Thread Chip Scheide via 4D_Tech
Corrupted user? Try a repair on the structure Chip On Wed, 22 Aug 2018 02:27:04 -0700 (MST), fpoeck via 4D_Tech wrote: > I have a 4D v13 development server (interpreted client/server setup) here, > which i am using since several years. Until this week i was able switch to > design mode by either

Sending Text Messages From 4D

2018-08-22 Thread Tim Nevels via 4D_Tech
I have a client that has asked me to add the option to send text messages to cell phones from 4D. I know this is possible via some websites or web services for a fee. Has anyone done this and can recommend a web service that you were able to use from 4D to do this? Tim

Re: Sending Text Messages From 4D

2018-08-22 Thread Patrick Emanuel via 4D_Tech
I know the Bertrand Soubeyrand provide a product doing this. https://www.soubeyrand-4d-developer.eu/ - Patrick EMANUEL Administrator www.association-qualisoft.eu (Soft1002, Simply Asso & QS_Toolbox) -- Sent from: http://4d.1045681

Re: Sending Text Messages From 4D

2018-08-22 Thread Darin Schroeder via 4D_Tech
Tim, we've been using Twilio with a lot of success. https://www.twilio.com/sms Darin On Wed, Aug 22, 2018 at 9:04 AM Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> wrote: > I have a client that has asked me to add the option to send text messages > to cell phones from 4D. I know this is possible

Re: Sending Text Messages From 4D

2018-08-22 Thread Jeffrey Kain via 4D_Tech
Same here. > On Aug 22, 2018, at 10:10 AM, Darin Schroeder via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Tim, we've been using Twilio with a lot of success. > > https://www.twilio.com/sms ** 4D Internet Users Group (4D iNUG

Re: Sending Text Messages From 4D

2018-08-22 Thread Dani Beaubien via 4D_Tech
I have been using http://plivo.com and it has worked well. I use it for sending out PIN #s for people to use when logging in. Dani > On Aug 22, 2018, at 8:10 AM, Darin Schroeder via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Tim, we've been using Twilio with a lot of success. > > https://ww

Re: Sending Text Messages From 4D

2018-08-22 Thread Keith Culotta via 4D_Tech
This has been working for us, but we only use it occasionally. $err:=SMTP_QuickSend ($Host;$FromAddress;$msgTo;$subject;$message;0;25;$vAuthUserName;$sequence) where $msgTo is a text/phone# like 555...@vtext.com Keith - CDI > On Aug 22, 2018, at 9:04 AM, Tim Nevels via 4D_Tech <4d_tech@li

Re: Sending Text Messages From 4D

2018-08-22 Thread Jim Hassler via 4D_Tech
Tim, We had a need to send texts to company employees so we have the luxury of knowing the cell phone provider. So, we use something like this… Case of : ([User]Company Cell Phone Provider="AT&T") aEmailAddress{1}:=$cellPhoneNum+"@txt.att.net" emSEND EMAIL ("Linbeck Lean Video";<>CR+[Video]

4D 16.3HF4 Windows 64 bit?

2018-08-22 Thread Ben Kershaw via 4D_Tech
Is there a 64 bit version of v16.3HF4 for Windows? I don’t see any 64 bit Windows versions in the hotfix area on the forums. I see the server, but not the single user/client version. If I need 64 bit Windows clients, am I forced into using an R release? Thanks, Ben Kershaw *

Re: Sending Text Messages From 4D

2018-08-22 Thread Tim Nevels via 4D_Tech
On Aug 22, 2018, at 2:00 PM, Jim Hassler wrote: > We had a need to send texts to company employees so we have the luxury of > knowing the cell phone provider. So, we use something like this… > > Case of > >: ([User]Company Cell Phone Provider="AT&T") > > aEmailAddress{1}:=$cellPhone

RE: Sending Text Messages From 4D

2018-08-22 Thread David Ringsmuth via 4D_Tech
Tim, I’ve integrated https://www.data24-7.com/index.php#pricing into one 4D system. It’s fairly cheap ($12/mo + $0.005 per lookup), and the lookups are stored locally, so they are one-time. David Ringsmuth From: Tim Nevels via 4D_Tech Sent: Wednesday, August 22, 2018 9:04 AM To: 4d_tech@lists.

Re: Sending Text Messages From 4D

2018-08-22 Thread Wayne Stewart via 4D_Tech
I used clickatell for a 4D summit presentation a few years back. It allowed two way communication. Regards, Wayne On Thu, 23 Aug 2018 at 00:04, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> wrote: > > I have a client that has asked me to add the option to send text messages to > cell phones

Remove Remembered Password

2018-08-22 Thread Tim Nevels via 4D_Tech
Here is some code I wrote today due to a request by a client to stop allowing users to remember their password when using the built in 4D user login window. This is that “Remember password” checkbox that you can’t make go away. The workaround is to just delete the file that stores the user name

4D Write Pro Formatting Text Fields

2018-08-22 Thread Mikey via 4D_Tech
How do you do display formats in the new 4D Write Pro? You used to have an option to format the output, e.g. phone numbers. That does not seem to exist any more...or does it? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, G

Check mark strangeness

2018-08-22 Thread JOHN BAUGHMAN via 4D_Tech
For many years now I have been using a check mark, option-v on a Mac, to flag a particular field. Today while working on a web site that was consuming that field the site the field crashed the site when it contained the check mark. When I traced it I discovered that the field in the debugger dis

Re: Check mark strangeness

2018-08-22 Thread JOHN BAUGHMAN via 4D_Tech
A bit more information. The discrepancy in the debugger the where 2 appears for a check mark only happens in v15 not v16. I am fixing this in v16R6 in a data file that that has seen life through versions of 4D since version 3 days. It contains 3,702 records with the flag field set to the supers