Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. alexander1113

    VB.NET read a large file in chunks

    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...
  2. alexander1113

    Assignment operator

    Hi, In VB, do you guys know the meaning of this line of code? variableX = ( "STRING" = "TEST") ?
  3. alexander1113

    Database Design

    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...
  4. alexander1113

    Array of Text Boxes to Java Bean Struts

    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"...
  5. alexander1113

    Text boxes array to STRUTS Java Bean Form

    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"...
  6. alexander1113

    Access Tables in Word using VB Macro

    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...
  7. alexander1113

    ASP Sort by Date

    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"...
  8. alexander1113

    VB Word Macro Headers/Footers other?

    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...
  9. alexander1113

    Web Server

    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...

Part and Inventory Search

Back
Top