Search found 97 matches

by golive
Wed May 18, 2016 2:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Looking for a Plugin
Replies: 6
Views: 4464

Re: Looking for a Plugin

Back in the days of Rev 3 I had a handy plugin which, on mouseOver of a field, button etc., would show the name of the field, button etc. Much easier than going to the Inspector and even handier now that my memory isn't as good as it was then. Can anyone give me the name of this plugin? I've tried ...
by golive
Wed May 04, 2016 2:48 am
Forum: Converting to LiveCode
Topic: Is LC a good choice to write a web based accounting package?
Replies: 33
Views: 39286

Re: Is LC a good choice to write a web based accounting pack

rblackmore245 wrote:I am in the process of writing a CRM package in LiveCode , and finding all the features I need including using jquery menus and graphs for the dashboards and reports.
Are you using LiveCode Server?
by golive
Fri Apr 29, 2016 8:19 am
Forum: Converting to LiveCode
Topic: Is LC a good choice to write a web based accounting package?
Replies: 33
Views: 39286

Re: Is LC a good choice to write a web based accounting pack

:idea: Thanks all for your detailed responses.

I am undecided on how to proceed but will investigate the suggestions made so far.
by golive
Thu Apr 28, 2016 3:14 am
Forum: Converting to LiveCode
Topic: Is LC a good choice to write a web based accounting package?
Replies: 33
Views: 39286

Re: Is LC a good choice to write a web based accounting pack

It's too bad the requirements for this deployment are specific to browser apps. There's SOOOOOO much one can do to deliver truly great clients for web-connected apps in LiveCode. Most of my work these days is with LC on client and server, and with a tool like LC on the client you have total control...
by golive
Thu Apr 28, 2016 12:15 am
Forum: Converting to LiveCode
Topic: Is LC a good choice to write a web based accounting package?
Replies: 33
Views: 39286

Re: Is LC a good choice to write a web based accounting pack

For the part you'd use LiveCode for it should be fine. But with a Web app, the server is the smaller part. The client UI for an accounting app will be much harder, since that sort of repetitive data entry and flexible list requirements will need a good JS framework to pull off efficiently. The clie...
by golive
Wed Apr 27, 2016 11:51 pm
Forum: Converting to LiveCode
Topic: Is LC a good choice to write a web based accounting package?
Replies: 33
Views: 39286

Re: Is LC a good choice to write a web based accounting pack

FourthWorld wrote:When you say "runs over the Internet", is the requirement specifically that it runs in a Web browser, or merely that it be multi-user?
It must run in a web browser.
Are there any reasons not to start this project in LC?
by golive
Wed Apr 27, 2016 6:49 am
Forum: Converting to LiveCode
Topic: Is LC a good choice to write a web based accounting package?
Replies: 33
Views: 39286

Re: Is LC a good choice to write a web based accounting pack

I have around 4 years experience with PHP, and just occasional random experience with Livecode Server, but I can write an application in either equally well. Thanks for your feedback. That gives me more hope than I was expecting :D I'd be interested to hear from you and other developers who have ex...
by golive
Wed Apr 27, 2016 1:07 am
Forum: Converting to LiveCode
Topic: Is LC a good choice to write a web based accounting package?
Replies: 33
Views: 39286

Is LC a good choice to write a web based accounting package?

I have an accounting package that I created in another language. It is based on dbase tables and runs on a Windows desktop. I am looking to write a new similar application that runs over the internet. It will have several simultaneous users. Is LC a good choice for the platform to develop this kind ...
by golive
Tue Apr 26, 2016 8:22 am
Forum: Windows
Topic: LiveCode Server Setup on Windows Server 2008/2012 R2
Replies: 6
Views: 7687

Re: LiveCode Server Setup on Windows Server 2008/2012 R2

LiveCodeBeginner wrote:Hello,

Not a problem. I can put something together.

I'll reply with the instruction documents attached.

Thanks.
Hello

Do you have any documentation on how to do this?
I am interested in this!
:idea:
by golive
Sat Nov 28, 2015 7:22 am
Forum: Off-Topic
Topic: Any 3rd party utilities - what about a cyber monday offer?
Replies: 0
Views: 2512

Any 3rd party utilities - what about a cyber monday offer?

Calling all third party Livecode utility creators.

Do any of you have useful utilities that you are still actively developing and supporting?
Why not take the opportunity to tell us about them as part of a Cyber Monday offer!

Look forward to hearing about them.
by golive
Mon Nov 23, 2015 11:29 pm
Forum: iOS Deployment
Topic: Standalone size nearly triple in V 8?
Replies: 2
Views: 2668

Re: Standalone size nearly triple in V 8?

LCNeil wrote: You should have access to the commercial forum
--
Who has access to this commercial forum?
I don't have access.
by golive
Mon Nov 23, 2015 11:19 pm
Forum: Talking LiveCode
Topic: Commercial Aplications
Replies: 9
Views: 5654

Re: Commercial Aplications

Does anyone know if there is a sample database application available with source code, paid or free? It would be handy to have a real simple starter app that shows how to: * Add or edit or delete a record * Go Next/Previous/First/Last * List * Etc. here is a good ex tha has all the things that you ...
by golive
Sun Nov 22, 2015 11:57 pm
Forum: Talking LiveCode
Topic: Commercial Aplications
Replies: 9
Views: 5654

Re: Commercial Aplications

Does anyone know if there is a sample database application available with source code, paid or free? It would be handy to have a real simple starter app that shows how to: * Add or edit or delete a record * Go Next/Previous/First/Last * List * Etc. Something like a "Contacts" application with people...
by golive
Fri Nov 06, 2015 7:42 am
Forum: Databases
Topic: Variables and Table Names
Replies: 5
Views: 4855

Re: Variables and Table Names

MaxV wrote:Try this:

Code: Select all

"CREATE TABLE IF NOT EXISTS '" & variableTbName & "' (column1 TEXT, column2 NUMBER,..etc);"  into tSQL
Note that I added the ' char before and after the " char
OIC, thanks.
by golive
Tue Nov 03, 2015 7:43 am
Forum: Databases
Topic: Variables and Table Names
Replies: 5
Views: 4855

Re: Variables and Table Names

Not a lot of thought wrote:...of course as soon as I post this I figure out the problem. Please disregard.
And your solution is?

Go to advanced search