Hi all,
I have an html table that displays and updates data from a sql-server database.
One of the fields is a free-form data entry field. In the html table there is only room to show what you'd expect in a typical Excel-size cell. I don't want to go to a separate 'single-record-per-page' data entry page, it will remain tablular--looking just like an Excel sheet, but I just the user to be able to mouse-over or otherwise activate that cell so a pop-up window comes up and the user has a larger area in which to enter data.
One of my requirements here is that this is *not* to be a new page an there is to be no page-reload--it must all happen in script at the client browser.
I have so far been able to get this page to do everything I need including updates with no page reload, and this latest request for a new field with larger amount of freeform data is the reason for this new functionality.
Thanks,
--Jim
I have an html table that displays and updates data from a sql-server database.
One of the fields is a free-form data entry field. In the html table there is only room to show what you'd expect in a typical Excel-size cell. I don't want to go to a separate 'single-record-per-page' data entry page, it will remain tablular--looking just like an Excel sheet, but I just the user to be able to mouse-over or otherwise activate that cell so a pop-up window comes up and the user has a larger area in which to enter data.
One of my requirements here is that this is *not* to be a new page an there is to be no page-reload--it must all happen in script at the client browser.
I have so far been able to get this page to do everything I need including updates with no page reload, and this latest request for a new field with larger amount of freeform data is the reason for this new functionality.
Thanks,
--Jim