Re: LiveCode @ Davos

2016-01-23 Thread Todd Fabacher
Hi Mark. Great question. Yes, we 100% will make this a thriving company. This will be the first app of many. Talking with my team, they want to expand into the the Business Canvas Model app and also into the vertical market like specific apps like Marketing. We feel like creating an enterprise sol

Re: LiveCode @ Davos

2016-01-23 Thread Jose Damaso
I'm intrigued at what you are trying to do -- the idea is great and watching the process and development of it is surpisingly exciting. This is how a borderless business mind works. On Fri, Jan 22, 2016 at 9:27 AM, Todd Fabacher wrote: > Hello LiveCoders, > > I am at Davos for a little business

Re: LiveCode @ Davos

2016-01-23 Thread AndyP
Hi Todd, You're giving me an interesting and different perspective of what goes on at Davos, great absorbing blog.. waiting eagerly for the next installment! I downloaded the stacks and all worked well in my ide running LC6.7.3 on Linux Mint 17.2 Cinnamon. You're right about the sliders for settin

Re: LiveCode @ Davos

2016-01-23 Thread Trevor DeVore
On Saturday, January 23, 2016, Todd Fabacher wrote: > > > We are also focused on a solution to create elaborate reports in LiveCode > from the phone. The real issue is having the report in HTML and a PDF to > email, so we are meeting to find a solution for that now. No matter what > business app y

Re: LiveCode @ Davos

2016-01-23 Thread Jim Lambert
Good, Your evangelizing LC at Davos is very cool. Bravos at Davos! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.c

Modifying revErrorReport

2016-01-23 Thread tbodine
Hi All. Last year, I modified revErrorReport in LC 6.5.1 in order to add more environment data (platform, version #, etc) to users' emailed Bug Reports. That worked well. Now that I'm working in LC 7.1.1, I need to repeat those modifications to revErrorReport*. But upon saving the edited stack, I

Re: putting binary data into a mySQL database

2016-01-23 Thread Kay C Lan
On Thu, Jan 21, 2016 at 10:51 PM, John Dixon wrote: > > Can someone tell me what I am doing wrong here ? > I guess you've figured it out by now, but just in case: > >put "INSERT INTO" & tTableName & "(" & tFields & ") VALUES(:1,:2)" into > tSQL > = INSERT INTOthenamer(thename,thechat) VALU

Re: Modifying revErrorReport

2016-01-23 Thread William Prothero
Tom: One problem with using the built-in error report feature is that if a user is operating on a public computer, it may not have local email support. For instance, I had an app that generated an error report on a Windows machine and it didn’t have outlook set up, so it didn’t happen. I’ve se