Hi,
I'm trying to create a function in VB.NEt. What it does is it reads a large XML file in chunks to parse out each xml statement one by one. So that it will read the first chunk and see if that chunk contains the whole xml statement. If it doesn't it reads the next chunk and look for the...
Dear DB Administrator Experts,
I am trying to design a database for a sales company who represent multiple suppliers and I am in stuck in how to go about the following scenario. An order is placed, and there is an amount paid on that order. From that amount paid on the order, our sales...
Hello all,
I am utilizing the MVC architecture via Struts. I have a page which prints out a dynamic list of text boxes and are printed as follows:
<input type="text" name="MyForm.quantity[0]" value="2"/>
<input type="text" name="MyForm.quantity[1]" value="2"/>
<input type="text"...
Hello all,
I am utilizing the MVC architecture via Struts. I have a page which prints out a dynamic list of text boxes and are printed as follows:
<input type="text" name="MyForm.quantity[0]" value="2"/>
<input type="text" name="MyForm.quantity[1]" value="2"/>
<input type="text"...
To whomever can assist,
Does anyone know how to access a table in word using VB macro.
So far i have this:
Set myCell = ActiveDocument.Tables(count).Cell(Row:=1, Column:=1)
myCell = Left$(myCell, Len(myCell) - 2)
What I'm trying to do is access the cell so i can save what's in there in...
To whomever can assist,
Im trying to sort a 2 dimensional array by date. Can anyone help. so my array looks like this
'
array(0,0) = "John"
array(1,0) = "New York"
array(2,0) = "New York"
array(3,0) = "5/7/2004"
array(0,1) = "Steve"
array(1,1) = "Maryland"
array(2,1) = "Baltimore"...
Hi,
Im trying to write a macro in Word in which it goes through every page. On each page it will write the order number as the header. But the problem I'm having is that when I write a header it writes them on all pages. I want to have different headers on each page because each page may...
To whomever can assist,
I am hosting a website on a server machine. I plan to host another website, but I'm not sure of whether to get another machine or just host it on the same machine. About how many hits should a webserver average and at what level of hits should I consider getting...
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.