problem with a table

ntnt Member Posts: 160
hi,
i got a form with a table...my problem is when i click in a new line or when a do a filter without records, it's iserted a new line in a table. how can i prevent that? any idea?

thanks

Comments

  • XMLXML Member Posts: 10
    Set the Form Property Editable = No
  • ntnt Member Posts: 160
    i can't...i got to insert new records in the table.
  • sggsgg Member Posts: 109
    Set the Form Property DelayedInsert to YES
    Sunday, Godwin G
  • ntnt Member Posts: 160
    the problem is that the record is iserted when i click in a new line, not when i leave the key field.
  • philippegirodphilippegirod Member Posts: 191
    If your form is a tabular type form you can try to set property
    InLineEditing to Yes (default is No).
    You'll have a form similar than the Object Designer one, to change something you have really to click in the field. I like a lot this property
    My candle burns by both ends, it will not last the night,
    But oh my foes and oh my friends, it gives a lovely light
Sign In or Register to comment.