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...
This isn't the best solution but perhaps it can spark another idea, how about using the SHell object to execute a net view command which will list all computers, and you can query from there for all the computers listed?
gbaughma,
I'm thinking out loud here, but have you tried to write a vb script which will enable the card and another to disable the card. Then with the Windows Schedule Task Wizard you can set the time to run your "enablecard.vbs" and then set another task ( "disablecard.vbs" to run one hour...
slint,
just a shot in the dark, but have you tried using the InternetExplorer.Application Object? write out a small html window with a text box, which you will specify the size, and have it call a VBScript function on click to get the input.
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...
NM I finally Figured it out. It's a patch but it works. ANyone has another better solution, please by all means, post it.
private String[] quantity;
public String[] setQuantity(String[] quantity)
{
quantity = quantity
}
public String getQuantity()
{
return quantity;
}...
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"...
Hi Jay,
Thanks for your reply. The problem was that I can't use different pages for different invoices because they are being written from an asp page as one buffer. But I figured it out, I used Footnotes, which doesn't affect the page break, and in turn does what I need.
Cheers.
Thanks everyone for your replies. I actually did it by just moving the cursor because for every page there's a set number of characters to move to access the table. Thanks again.
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...
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.