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 Wanet Telecoms Ltd 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. jkusmanto

    Remove a XML node in VB.Net

    Hi all, I have a problem regarding XML file. I try to manipulate it in ASP.Net/VB.Net. I have a XML file (oefenPizzas.xml) like this : <?xml version="1.0" encoding="utf-8" ?> <pizzas> <pizza prijs="6"> <name>Napoletana</name> <topping>tomaten</topping>...
  2. jkusmanto

    &quot;New Stored Procedure&quot; Option in VS.Net

    Hi All, I have a problem with Sql Server. I use SqlServer 2000, VS.Net 2003 Enterprise Edition and Windows XP Prof. Actually we can create a Stored Procedure via Server Explorer in VS (left side of the screen, click on the databank, right click on "Stored Procedures" and choose "New Stored...
  3. jkusmanto

    How to filter DateTime field using DataView.RowFilter ?

    Hi All, Please help !!! I have a set data (Access) like this : Name BirthDate AAAAA 12/03/1975 BBBBB 25/03/1985 CCCCC 02/04/1988 DDDDD 11/05/1989 EEEEEE 22/03/1991 I want to select/filter the peoples who born -let's say- in Mar (03). How to use DataView.RowFilter to filter...
  4. jkusmanto

    Manipulate a font style

    Thanks for your reply/answer Mastakilla, The same error occurs. The error message is the same, and the error takes place at the line where the NEW sit. Rgds, Juliando
  5. jkusmanto

    Manipulate a font style

    Hi to all, As a beginner in VB please let me ask some questions. I hope that somebody can help me. I use Visual Studio 2003 in Windows 2000 and .NET framework 1.0 I have a code like this : ------------------ Private Sub cbxBold_CheckedChanged(ByVal sender As System.Object, ByVal e As...

Part and Inventory Search

Back
Top