Search found 4 matches

by Davidng
Sat Sep 19, 2015 3:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Add. & Sub. Error - Operators -: error in left operand
Replies: 8
Views: 5031

Re: Add. & Sub. Error - Operators -: error in left operand

Craig, I take my hat off to you. This worked perfectly! Plus more importantly very important lesson learned. Thank you! :D :D :D
by Davidng
Sat Sep 19, 2015 2:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Add. & Sub. Error - Operators -: error in left operand
Replies: 8
Views: 5031

Add. & Sub. Error - Operators -: error in left operand

Hi, All I am having some difficulty getting a button to work that adds the result of two text entry field sections, and then subtracts the addition of the two sections from an original text entry field. I am including the code below and explain the throughout process along the way. Still new at this...
by Davidng
Tue Sep 15, 2015 5:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Returning the max number out of a column to a label field
Replies: 5
Views: 3213

Re: Returning the max number out of a column to a label fiel

Thank you all, Klaus your solution worked perfectly! Fortunately I didn't need to put the information back in the DG.
by Davidng
Tue Sep 15, 2015 9:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Returning the max number out of a column to a label field
Replies: 5
Views: 3213

Returning the max number out of a column to a label field

Hi, I am a complete newby to Livecode 7, and I am trying implement the following: I have a data grid already populated with data. I have used comma's to indicate the separate columns in the data grid in the example below: Name,Surname,Amount Owed John,Smith,500 Amber,Britnay,1000 Harry,Reddy,1200 I ...