Re: SMS (text messaging)

2017-07-07 Thread Kurt @ VR-FX
Yes - understood & agreed. -K- Sent from my iPhone > On Jul 7, 2017, at 12:43 AM, mbsoftwaresoluti...@mbsoftwaresolutions.com > wrote: > >> On 2017-07-06 17:30, Kurt at VRFX wrote: >> Not that this may be much help. But, if I am not mistaken - our late >> friend Sytze had done Texting

Re: SMS (text messaging)

2017-07-07 Thread Frank Cazabon
here's my sendsmsvianexmo.prg LPARAMETERS tcPhoneNumber, tcMessage NexmoKey= ALLTRIM(oAppInfo.SMSProviderKey) NexmoSecret = ALLTRIM(oAppInfo.SMSProviderSecret) NexmoNumber = ALLTRIM(oAppInfo.SMSProviderNumber) m.lcNexmoUrl = TEXTMERGE(oAppinfo.SMSProviderURL) TrySendSMS(m.tcPhoneNumber,

RE: numeric overflow

2017-07-07 Thread Paul H. Tarver
I sometimes run into this with variables and/or fields. In either case, you can pre-test a value and/or format using the transform() function as well. If TRANSFORM(a,"@L 999.99") = "***.**" Endif The nice thing about this method is you can control exactly the format of the value you are

Re: numeric overflow

2017-07-07 Thread Rafael Copquin
Pretty smart! Thank you Rafael El 07/07/2017 a las 14:44, Fred Taylor escribió: IsOverflow(tnVal) >LOCAL cVal, lStat >m.cVal = STR(m.tnVal) >IF m.cVal="*" > m.lStat = .t. >ENDIF >RETURN m.lStat --- Este correo electrónico ha sido comprobado en busca de virus por AVG. http://www.avg.com

Re: numeric overflow

2017-07-07 Thread Fred Taylor
Forgot "FUNCTION" in front of "IsOverflow(tnVal).. Fred On Fri, Jul 7, 2017 at 10:31 AM, Fred Taylor wrote: > You could do a little function that: > > IsOverflow(tnVal) > LOCAL cVal, lStat > m.cVal = STR(m.tnVal) > IF m.cVal="*" > m.lStat = .t. > ENDIF > RETURN m.lStat >

Re: numeric overflow

2017-07-07 Thread Fred Taylor
You could do a little function that: IsOverflow(tnVal) LOCAL cVal, lStat m.cVal = STR(m.tnVal) IF m.cVal="*" m.lStat = .t. ENDIF RETURN m.lStat Fred On Fri, Jul 7, 2017 at 10:22 AM, Rafael Copquin wrote: > I wonder if there is a way to detect that a numeric field

numeric overflow

2017-07-07 Thread Rafael Copquin
I wonder if there is a way to detect that a numeric field in a record is filled with as a result of a numeric overflow in a calculation Please enlighten me Rafael Copquin --- Este correo electrónico ha sido comprobado en busca de virus por AVG. http://www.avg.com

Re: Funny flashback Friday memory

2017-07-07 Thread Stephen Russell
Because a full install of your app didn't fit on one disk. On Fri, Jul 7, 2017 at 8:21 AM, wrote: > I recall back in the late 90s or early 2000s people poo-pooing the VFP > installations that had to carry the 15 megabyte runtimes also besides the >

Funny flashback Friday memory

2017-07-07 Thread mbsoftwaresolutions
I recall back in the late 90s or early 2000s people poo-pooing the VFP installations that had to carry the 15 megabyte runtimes also besides the program/application EXE itself. LOL ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: