Hi! Could anyone please assist me here. I have created an ActiveX control and I want it to display when my web page is loaded. This is my first time to do this. To see the page and give any comments/suggestions/tips/solutions, please see what i did here...
hello Masali,
i have experienced a similar problem a month ago. it is possible to put vb6 programs on the web. just convert your program to an ocx/dll then call it as an object in your html code. if you're familiar with macromedia flash, when you try to view the source code of the web page...
hi! could you type the list of fields of all tables used with about 5 sample data each? my colleague here has an idea and would want to help out. you may send it to my email address at quovuz@yahoo.com and we'll get on it right away. :)
it is possible using app.path, but when using this statement, the wav file(s) should be in the same directory or folders within the directory of your project.
is it advisable? it depends on what you want to do.
you should include the sound files while packaging it.
you could even try this one:
private sub text1_lostfocus
if isdate(text1.text) then
text1.text = format(text1.text,"MM/DD/YYYY")
else
msgbox "Invalid date"
text1.setfocus
end if
end sub
i was able to find a code about rotating text from the net. but, being a slowpoke in math, i cant find the formula to achieve an effect similar to that of corel wherein as you type, the text that you entered "envelopes" a circular path. If you are familiar with this, your help will be...
this is just an idea. i havent tried it yet. could your application pass command line parameters to your activex.exe? however, this would mean that your activex.exe will have to be aware of all the possible values it will acquire to run according to your plans. :)
basically, this is what i am doing too. what i did was include a data control to my form, link it via code to my access database, then extract data via sql statements. this works well in our company intranet running under IIS. since it works well in our intranet, i guess it is also possible to...
hi!
here's what you can do.
- create three commands from the data environment for the three details tables
- create another command from the data environment for the main table
- from the property page of each command, link the three details table to the main table using the relation tab...
this is my first time to do this and a quick help would really be appreciated.
i have embedded an ocx into my webpage. i have added the clsid:blahblahblah and the codebase.
however, when i tried posting it on our intranet, the ocx wont show up.
BTW, the ocx was created in vb6. please help...
if you're using a sql stmt, use the DISTINCT keyword. Otherwise, you could try manipulating the ff:
- open the data environment
- select the command in use
- locate the grouping tab
- select the field(s) that will be grouped
again, what i really do is design the query (with the distinct...
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.