Recent content by fathi

  1. F

    reading combo.column(1)

    on the audit trail modul when the field is combo box I need to capture the combo's column(1) to my audit trail table i used the code : If TypeOf ctl Is ComboBox Then rst("OldValue") = ctl.OldValue.Column(1) End If but it's not working can any one help me with that many thanks in advance
  2. F

    audit Trail to read the caption of the field from the table

    Caption of A field Thanks jonathan for your reply my question exactly is how can i capture the caption of any field in a table from a module . where i can read ( capture) the fields name but not the caption from the fields property at the table ????? i hope my question is clear thanls a lot
  3. F

    audit Trail to read the caption of the field from the table

    Hi every one i have an application with an audit trail module, i do read the table name , field name,old value, new value. but the lables of the fields at my forms are changed to arabic language for example lets say i do have a table the name of one field is Name on the form the label of this...
  4. F

    Form Two BackColors Together

    hi every one i have an application and the user was asking me to give him the ability to change the backcolor of the main form i had done that with one color option. but now he wants to mix two colors together What I mean Is that the same as if you go to MS Word - Drawing Tool Bar -draw a box...
  5. F

    background color

    Form BackGround Color hi every one i have an application and the user was asking me to give him the ability to change the backcolor of the main form i had done that with one color option. but now he wants to mix two colors together What I mean Is that the same as if you go to MS Word -...
  6. F

    background color

    hi every one i have an application and the user was asking me to give him the ability to change the backcolor of the main form i had done that with one color option. but now he wants to mix two colors together any one can help me with that , if code or sample would be posted, that would be...
Back
Top Bottom