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
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
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
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
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
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
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
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