micjohnson
Programmer
On my ColdFusion application, i have a report page which has more and more records and i can edit (on same page) each and every record at a time with EDIT button on the same row.
When i have morethan 500 records on my report, whenever i click EDIT button, page takes little time to show the record to EDIT.
My aim is to show the mouse pointer as "sand clock" while the query is running. Once the query process done, mouse pointer should show as before.
Here is my display.
1 EDIT button Name field Date field Info field
2 EDIT button Name field Date field Info field
3 EDIT button Name field Date field Info field
4 EDIT button Name field Date field Info field
5 EDIT button Name field Date field Info field
SAVE button Name field Date field Info field (Writable field.)
7 EDIT button Name field Date field Info field
8 EDIT button Name field Date field Info field
Appreciate your help.
Regards
micJ
When i have morethan 500 records on my report, whenever i click EDIT button, page takes little time to show the record to EDIT.
My aim is to show the mouse pointer as "sand clock" while the query is running. Once the query process done, mouse pointer should show as before.
Here is my display.
1 EDIT button Name field Date field Info field
2 EDIT button Name field Date field Info field
3 EDIT button Name field Date field Info field
4 EDIT button Name field Date field Info field
5 EDIT button Name field Date field Info field
SAVE button Name field Date field Info field (Writable field.)
7 EDIT button Name field Date field Info field
8 EDIT button Name field Date field Info field
Appreciate your help.
Regards
micJ