Hi,
I have a problem with reading the param that is in the html code:
<html>
<head>
<script LANGUAGE="JavaScript1.2">
function Scrape( )
{
var objDownload = new ActiveXObject( "TiborActiveX1.Download1" );
try
{
objDownload.InvokeMethod( );
}...
The other thing is that if I create them dynamically I could put them in an array so I could manipulate them more easily, because all off them need to implement the same function, just with different parameters that I acquire for the DB.
I was thinking about making them invisible but i think that it would be a nicer solution to create them dynamically, but if i don't find the way to do it then I'll have to use the hiding method :(
I want to create Bit Buttons on my form.
I want to add them from code not from design.
I need this because depending on some parameters in the DB I need 8, 16 or 32 of them on a form.
Can someone tell me how to do this.
Thank you in advance.
Edit/Delete Message
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.