<object id="Bacs_DBTableRepX"
classid="CLSID:CA8B72B3-3B15-40D7-9364-478E25AF5B41"
codebase="Bacs_DBTableRepX.cab"
style="
Z-INDEX: 102; LEFT: 20px; WIDTH: 1200px;
POSITION: absolute; TOP: 80px; HEIGHT: 600px">
<param name="ax_Command" value='<%=GetText()%>'/>
</object>
Here is my try but it made no sense. Parameter had not being sent.
Is there any examples how to sent parameter to my ActiveX or some mistakes in my code ?
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
Your html code looks like correct, here is a sample:
http://www.w3schools.com/TAGS/tag_object.asp
I would try to set a breakpoint to the property getter and check whether it is called. Getters are always called before setters during control initialization. If it is not called, probably you forgot to add your prop to property map or something like that…
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0