
how can I use activex control access client file in an aspx file?
Quote:
> Hi:
> In vs.net bate 2 I can use Formula One 6.0 (classID is
> B0475003-7740-11D1-BDC3-0020AF9F8E6E) to open client excel files ,but in
> VS.Net final version It doesn't work.
> my javascript:
> <script id=clientEventHandlersJS language=javascript>
> function btnOpenFile_onclick() {
> testF1Book.fb.OpenFileDlgEx('openFile',0);
> }
> </script>
Hi,
That code by itself should never have worked. You must be calling it from
the onclick event of the button or something... can you provide more info?
Also .NET should not affect this if it is running client-side.
Peter
--
Waiting for the Vengabus? http://www.*-*-*.com/
Please post all questions to the group. Thanks.