Re: Live code server with Debian 8 Jesse

2020-07-15 Thread William Prothero via use-livecode
Hery:
I know that I would appreciate this. I have been at the periphery of deciding 
to mess with the livecode server, and a good tutorial that is up to date would 
be very helpful. My server is on Centos 7, and I would probably debug locally 
on my Apple using MAMP, though. But, before I invest any time on it, I would 
want to make sure I could get it working on my LiquidWeb (CentOS) server.

Best,
Bill

William A. Prothero
https://earthlearningsolutions.org

> On Jul 14, 2020, at 9:03 AM, Heriberto Torrado via use-livecode 
>  wrote:
> 
> Thanks Richard, 
> 
> I'll do it and I'll create an English version of the article. 
> 
> Best, 
> 
> Hery 
> 
> El 13-07-2020 20:18, Richard Gaskin via use-livecode escribió:
> 
>> Good tutorial, Heriberto:
>> 
>>> I use Livecode server on several Linux machines:
>>> 
>>> Centos 7 / 8 and Ubuntu 14/16/18.
>>> 
>>> I didn't need 32bits libraries.
>>> 
>>> I created a brief installation tuto in my blog:
>>> 
>>> https://www.hermanotemblon.com/instalacion-de-livecode-server-en-ubuntu/
>>> 
>>> It is in Spanish, but you could use Google translator.
>> 
>> If you put those individual bash statements together into an executable 
>> script file you'd have a pretty handy installer.
>> 
>> --
>> Richard Gaskin
>> Fourth World Systems
>> Software Design and Development for the Desktop, Mobile, and the Web
>> 
>> ambassa...@fourthworld.comhttp://www.FourthWorld.com
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: use-livecode Digest, Vol 202, Issue 16

2020-07-15 Thread info--- via use-livecode
This is an automated response.  We're currently working on a skeletal workforce 
due to the Covid-19 pandemic and it may take us 4-5 days to respond to your 
email.  We apologize for the delay.
Para sa account specific concerns, please make sure na naisulat ninyo sa email 
ang inyong Loan Account Number at Date of Birth, para mapabilis ang inyong 
transaction.
Here���s a quick guide para sa mga dapat asahan ngayong new normal:
Para sa mga loan customers na nag-avail ng grace period para sa mga due dates 
mula March 17-May 31, ang inyong loan term ay na-extend at ito ay naka-reflect 
na sa mobile app.  Makikita rin ang equivalent na accrued interest para dito. 
Siguraduhin lamang na gamit ang latest version ng Home Credit app para makita 
ang tamang impormasyon.
For more information, visit: 
https://homecredit.ph/payments/frequently-asked-questions/. 
If you���re contacting us about payment arrangements, feel free to call us at 
02(7753-5712) to discuss your options.  
Gift payment eligibility will not be affected by the grace period and will 
automatically be applied on your account. You just need to make sure to keep 
your account updated according to the new installment schedule. 
For credit card customers, siguraduhing magbayad ng at least minimum amount due 
para mapanatiling active ang inyong card at maiwasan ang late payment fee. 
Maaari ninyong puntahan ang bit.ly/HCPayNow para magbayad online o tignan ang 
list of available payment partners dito.
Para sa mga enrolled sa ADA, we have resumed regular bank debiting on your loan 
due date in the month of June.  We will resume regular debiting three days 
before your due date from July 1 due date onwards.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Live code Server revOpenDatabase help needed

2020-07-15 Thread Ralph DiMola via use-livecode
Kevin,

I ran into this when I updated to 64 bit. It was a script only library
stack. I don't know why it worked in v6 but did not work in v9. For me it
was fastJson.livecodescript that caused the problem so I just used the built
json in v9 and all was OK. Why it showed up in a DB open is a mystery?
https://quality.livecode.com/show_bug.cgi?id=22514

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of kevin--- via use-livecode
Sent: Wednesday, July 15, 2020 6:08 AM
To: use-livecode@lists.runrev.com
Cc: ke...@stallibrass.com
Subject: Live code Server revOpenDatabase help needed

Hi,

I've been running a very old (32bit lc server v6 on Ubuntu 16) for years and
the following script works to connect to the SQL database.
My new(er) server (64bit lc server v9 on Debian 8) throws up ~Function:
error in function handler (revOpenDatabase)~ so something has clearly
changed. I've tried removing the socket references, changing the connection
type but the error message remains the same. Has the syntax for
revOpenDatabase changed and I'm reading old documentation again?

Thanks
Kevin

# connect to the database
command dbConnect
put "/var/run/mysqld/mysqld.sock" into _Socket
put revOpenDatabase("MySql", "localhost:3306", _dbName, _dbUser,
_dbPass,, _Socket) into DB
if DB is not a number then put "Error: could not connect to
database!" & BR end dbConnect




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: returnKey and ask on iPhone

2020-07-15 Thread Ralph DiMola via use-livecode
Does it work for an LC field or native field? Maybe custom keyboard is not
supported for "ask"?

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Dan Friedman via use-livecode
Sent: Tuesday, July 14, 2020 7:29 PM
To: How to use LiveCode
Cc: Dan Friedman
Subject: returnKey and ask on iPhone 

Question... Why doesn't the returnKey on my iPhone change to the "Next"
option?

mobileSetKeyboardReturnKey "next"

ask "" with pLabel titled askTitle
if the result = "cancel" then
exit thisThing
end if
put it into tAskData

What am I doing wrong?

-Dan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Live code Server revOpenDatabase help needed

2020-07-15 Thread kevin--- via use-livecode
Hi,

I've been running a very old (32bit lc server v6 on Ubuntu 16) for years and
the following script works to connect to the SQL database.
My new(er) server (64bit lc server v9 on Debian 8) throws up ~Function:
error in function handler (revOpenDatabase)~ so something has clearly
changed. I've tried removing the socket references, changing the connection
type but the error message remains the same. Has the syntax for
revOpenDatabase changed and I'm reading old documentation again?

Thanks
Kevin

# connect to the database
command dbConnect
put "/var/run/mysqld/mysqld.sock" into _Socket
put revOpenDatabase("MySql", "localhost:3306", _dbName, _dbUser,
_dbPass,, _Socket) into DB
if DB is not a number then put "Error: could not connect to
database!" & BR
end dbConnect




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode