Insertion Problem

kgsinhakgsinha Member Posts: 67
I am working on a Form, where on the basis of some action i inserts some record into a table. All the inserted records are shown into a tablebox onto the same form.

The problem is - It shows a blank line before the inserted records. but when i update the table box by moving cursor. It removes the blank line.

How to remove this blank line ???

Comments

  • sendohsendoh Member Posts: 207
    please write here your code to figure out, maybe you missed currform.update
    Sendoh
    be smart before being a clever.
  • kinekine Member Posts: 12,562
    Yes, try to use CurrForm.UPDATE(False) after the table fill...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.