Search results for query: *

  1. D

    Back to execution VB.NET code after Insert trigger

    I have some SQL insert statment in VB.NET code and after Insert and have trigger which insert some date in another table. Everything is going good but after trigger finished his job application folling down and there is no chance to continiuos runing VB.NET code. Here is trigger code: ALTER...
  2. D

    Text box date/time format

    I what to format text box to receive only date not numbers or characters. What should I do on widows form text box properties to do this acton or maybe I have to wright some code about it?
  3. D

    Text box exacty length

    Thanks for your help, Your idea with TextBox Lenght and Messbox is very good, but I also need help about exactly code for validation event. I tried to wright my self but I made some mistake.
  4. D

    Text box exacty length

    I have one text box which must be exactry 13 characters length. I define max length 13 characters in windows form properties but I do not know what should I do in a case when user input less that 13 characters. Do I need some code or what?
  5. D

    Macedonian Language in SQL databease

    Dosega rabotev samo hardware a od pred 2-3 meseca pocnav so ucenje na VB.NET 2005 so SQL Server, mislam deka e idealno software resenie, kako za pocetok mi izgleda dosta slozeno. Poseden pat programirav vo COBOL pred 15 godini. Blagodarnost za pomosta ovie forumite se odlicna rabota.
  6. D

    Macedonian Language in SQL databease

    I am writing code in VB.NET 2005, my database is SQL Server 2000. I what to wright data in SQL tables using Macedonian Language, when I use this Language I have ???? question mark in table cells.
  7. D

    use Enter button on the keyboard to jump to the next text box

    I want to use Enter button on the keyboard to jump to the next text box in my form insted of using Tab button during execution the program. Can anyone help me about that?
Back
Top