revDataFromQuery with variable list question

2014-03-14 Thread Stephen MacLean
Hi All, I'm having a problem with this: put "SELECT mFromGUID from messages WHERE (mTextContent LIKE '%:1%')" into gMsgListQuery put revDataFromQuery(,comma, gDatabaseID, gMsgListQUERY,"tFld") into tSearchResult puts nothing into tSearchResult and the result is empty. Do I have escape somet

Populate and Extract update

2014-03-14 Thread Bob Sneidar
Hi all. I have an update to the POPULATE code I posted. This has a new argument for exclusions, so that you can skip table columns in case you need to. I found that tables with shared column names (like custid for example) were getting overwritten on a form that displayed data from multiple ta

Re: Datagrid Discrimination

2014-03-14 Thread Bob Sneidar
Oh, nice. Cleaner. Right after I sent the email I though of using dgprop [“columns”] as well, but it is *possible* to have a data grid without any columns yet. Also, it probably would return empty for form style data grids. Bob On Mar 14, 2014, at 18:01 , zryip theSlug wrote: > Bob, > > Us

Re: Datagrid Discrimination

2014-03-14 Thread zryip theSlug
Bob, Use the "control type" property of the datagrid: if (the dgProp["control Type"] of grp theGroupName is "Data Grid") then doSomething end if Best Regards, On Sat, Mar 15, 2014 at 1:45 AM, Bob Sneidar wrote: > I am trying to determine if a group is a data grid. I tested earlier with

Datagrid Discrimination

2014-03-14 Thread Bob Sneidar
I am trying to determine if a group is a data grid. I tested earlier with a regular group of objects using this statement: put (the dgProp ["allow editing"] of group theGroupName is not empty) into isDataGrid It returned false for non-datagrid groups and true for data grid groups, since that d

RevBrowser

2014-03-14 Thread Terence Heaford
I have just been playing around with the RevBrowser example and visited http://www.chartjs.org/ and downloaded the Chart.js library On dragging the html example files into the RevBrowser they displayed OK and then I thought about printing and created a button with a simple script. on mouseUp

Re: Sending email from livecode

2014-03-14 Thread Andrew Kluthe
Hmmm, I don't know if it will help in your situation, but I use this quite a bit from livecode over it's rest api. https://postmarkapp.com/ Usually helps with spam filter issues and i would imagine you could access their api over ssl. On Fri, Mar 14, 2014 at 2:58 PM, Michael Doub wrote: > Has

Sending email from a stack

2014-03-14 Thread Michael Doub
Has any one solved the problem of sending email from a live code stack? I have see Sean’s and Sara’s stacks but my service requires SSL. Any suggestions? Thanks Mike ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Sending email from livecode

2014-03-14 Thread Michael Doub
Has any one solved the problem of sending email from a live code stack? I have see Sean’s and Sara’s stacks but my service requires SSL. Any suggestions? Thanks Mike ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: OSX/Windows issue - Found word(s) list error in the Text body

2014-03-14 Thread Bob Sneidar
I believe in the past there were threads on this issue, and I believe it is the latter. It makes sense, because as we have seen there can be issues. If you were to run the stack on Windows, save it and then open it on another platform again, another recompile would ensue, but if nothing is amiss

Re: OSX/Windows issue

2014-03-14 Thread Peter Haworth
Executing the relayer command via a do statement fixed the problem. For my own eduction, I'd like to know a little more about the "as needed" compilation Richard mentioned. Does this happen every time a stack is opened, or only the first time a stack is opened on a different platform than it was

Re: New chunks

2014-03-14 Thread Stephen MacLean
Thanks Ben! Best, Steve On Mar 14, 2014, at 6:35 AM, Benjamin Beaumont wrote: > Hi Stephen, Monte. > > We're looking at this today. > > Warm regards, > > Ben > > > On 14 March 2014 03:41, Monte Goulding wrote: > >> >> On 14/03/2014, at 2:05 PM, Stephen MacLean wrote: >> >>> Everything

Re: New chunks

2014-03-14 Thread Benjamin Beaumont
Hi Stephen, Monte. We're looking at this today. Warm regards, Ben On 14 March 2014 03:41, Monte Goulding wrote: > > On 14/03/2014, at 2:05 PM, Stephen MacLean wrote: > > > Everything If tested so far works fine, but mergMK seems to have a > problem when when you go to set it's rect to the re