I am trying to create an objet from a class module in the same project And I dont know If have the syntax right because after i create it i can not access the public properties I know the class module works because i can create it at declaration but i dont want to do that here is what i am...
[morning]
This is a novice question.
We are developing a piece of software for database access and we are creating Custom Data Objects that interface with the Database. The Idea behind these objects is to make them univeral so they may function in stateless or stateful environment. This will...
I need to make an entire table row a link so that when the user clicks anywhere on the row the user will belinked to another page.
SAny Ideas
Thanks in advanced
I am trying to configure another server on my network to be used as a development server for the companies web page. I have the server loaded with only IIS and SQL server using windows 2000 It is connected to the network and on the same subnet it is even getting the DHCP Information From the...
I am trying to clear an option box the following loop works but only clears the firs two entries then
SelSitesLength = document.reportbuilder.SelSites.options.length;
for(i = 0; i < document.reportbuilder.UnSelSites.options.length; i ++)
{
site = null;
siteSplit = null...
I am writing a page that uses Client Side VB to access a database And I am using JavaScript to Handle the form functions I need to pull records into a recordset and cnvert the recordset to an array(this much I know How to do) But then I need to pass the array to the java Script.
ANd have...
can you use java script to connect to a database and executer a query if so how?
If not, how can you take a VB recordset and pass it and its entire contents to a java srcipt?
Would I conver the recordset to an array?
I am trying toi create a series of dynamic select boxes but when i try to add a record the options array i get "ERROR: not implemented" Here is the code any ideas
<form name="reportbuilder" method="post" action="">
function SelStateAdd(state)
{
SelStates...
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.