Search found 3 matches

by joyce1440
Tue Apr 17, 2018 4:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sort by first column, then by date in 3rd column
Replies: 4
Views: 3490

Sort by first column, then by date in 3rd column

I have a large field with many columns.
The first column is Patient Number
2nd column is Patient Ledger Number
3rd Column is Date of Service

I need to sort by patient number, then by the date of service.
When I do a regular sort, it does not sort the dates correctly.
Any suggestions?
by joyce1440
Sun Jun 14, 2015 1:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: returnInfield
Replies: 1
Views: 1665

returnInfield

On ReturnInField do somthing return End ReturnInField I am tabbing through a table field, entering data, and using OnTabkey to check the math, then on the last cell of the line I need to check math PLUS return to the next line. It does the other stuff, I just can't get it to return. Thanks for your ...