Search results for query: *

  1. E

    Date in Textbox

    Hi again! I think you are doing something wrong... Check all the other events in your code for that form. If you want to write it to the lost_focus event, just write TextBox1.Text = FormatDateTime(TextBox1.Text, DateFormat.LongDate) Bye.
  2. E

    Date in Textbox

    HI! You can use the following code: TextBox1.Text = FormatDateTime("1/1/05 12:33:10", DateFormat.LongDate) I hope I helped you, Jimmie
  3. E

    VB.Net vs VB6 & Crystal Reports

    Hi there! i ve been using Crystal Report with VB6 and managed to make some things by adding code to the report's "section_format" event. Crystal Reports in VB6 are dsr objects and you can write code during the pagination of the report by the section_format events. Does anybody know if I can...
Back
Top