Search found 3 matches
- Thu Apr 19, 2018 4:56 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sort by first column, then by date in 3rd column
- Replies: 4
- Views: 3490
- 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?
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?
- 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 ...