Search results for query: *

  • Users: dimeanel
  • Content: Threads
  • Order by date
  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

    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?
  4. 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.
  5. 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