Search results for query: *

  1. F

    Validation problem

    Thanx, it works just perfect
  2. F

    Validation problem

    Hello, i want to create a validation rule but i can't seem to get it to work. I need to validate the text inside my textbox. The format has to be 10 x 10 So, i need to control that i have digit digit space x space digit digit. Does anyone know how i can do this? This is what i use now but i...
  3. F

    Problem with dates and times

    Hello, i'm having a problem which is probably very simple but i can't seem to find the solution. I have Oracle database field where i need to store a date. The format is "dd-mon-yyyy hh24:mi". I select the date from a dateTimePicker and then i add the time from a combobox (cboTime) value...
  4. F

    How to clear a RadioButton

    Hello, I created a function to clear any fields in my forms but I also want to uncheck the radiobuttons in the form. I can't apparently use the rb.checked property. Any suggestions? Public Sub ClearForms(ByVal frm As Form) Dim ctrl As Control For Each ctrl In frm.Controls...
Back
Top