Search results for query: *

  • Users: totti
  • Content: Threads
  • Order by date
  1. T

    Combo box problem

    Hi I want to use combo box from material type. When I want to add it to inventory table. It error because this item not corresponding item. It seems to be miss "Material" field but I check it correctly. Ex. rs.field("MaterialID").value = GetMaterialID(cboMaterialID.text) function...
  2. T

    Can I lock position of program?

    I want to lock the position of my program. This makes user cannot move that windows to anywhere else. Does it has any command like vbmodal (vb 6) in vb.net?
  3. T

    How to change boolean to text for datagrid.

    I get problem that I want to display one field in datagrid. It is boolean field. When I run code, it display true and false on that column. But I want to chage word "True" to be "Show" and "False" to be hide. Do you have any idea for solve it? Thanks...
Back
Top