Table Box Issue(Detail)

Vineeth.RVineeth.R Member Posts: 121
Dear Friends,

My users wants to search for a account number..If its found the information should be displayed in 2 table boxes. If the entered account number is not found it should not be inserted into the actual table as well. So i used InsertAllowed property of form to FALSE. now what happened is when i turned Insertallowed to FALSE one of my table box became inactive, I cant even click inside the table box and when i search for a account number the data is flowed from the table to one of the table box only the other is inactive.
Please help me to solve it.Instead of InsertAllowed - FALSE in the form should i use any coding to avoid wrong data's from insertng into the table or any other idea's please advise
Thanks and Regards
Vineeth.R

Comments

  • i4tosti4tost Member Posts: 208
    Very hard to answer because you described to less details.
    You can try to use property DelayedInsert and do some checking before insert?
Sign In or Register to comment.