Search found 3 matches
- Thu May 17, 2012 3:48 pm
- Forum: Databases
- Topic: Arrays from Basic Table Field
- Replies: 8
- Views: 6253
Re: Arrays from Basic Table Field
The table is being called correctly (although I'll look into correcting that). I'm trying to take the existing table and create a list of arrays from it without having to create 204 different variables by hand.
- Thu May 17, 2012 5:23 am
- Forum: Databases
- Topic: Arrays from Basic Table Field
- Replies: 8
- Views: 6253
Arrays from Basic Table Field
Hi, I connected my code to a MySQL database, created a full table and everything, and am trying to deal with the data I get back from the database without having to run a million queries. Basically, the table I get back (placed in a basic Table Field) is 12 rows with 17 columns (the first column bei...
- Sat Jul 17, 2010 8:11 pm
- Forum: Talking LiveCode
- Topic: Auto-calculate from Text Fields
- Replies: 2
- Views: 3630
Auto-calculate from Text Fields
Hi all; I've been working in Revolution for a while now and have been unable to find a command for a simple auto-calculate action. Currently, I have a "calculate" button that has to be manually pressed after entering in an integer (it displays the number divided by 3). I would like it to AUTOMATICAL...