Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TMS IntraWeb Component Pack Pro
When using TIWAdvGridExcelIO to send an XLS file to the browser, my app freezes.
When using TIWAdvGridExcelIO to send an XLS file to the browser, my app freezes.
IntraWeb forms have a property called LockOnSubmit. This is to prevent the user from double clicking on a form when a submit is already in progress. However, it is incompatible with some functions such as SendFile and SendStream. If you are performing any of these, make sure this property is set to False in the form where they are used.