Options

Blank Record in Source table of a form

jyotsnasjyotsnas Member Posts: 62
edited 2003-01-30 in Navision Attain
Hi All,

I have come here again with one more problem and expecting your help as i get everytime.

I have a form that has a source table. The form is a list form. Data entry is done from this Form. When I opened this form for the first time, when the table was empty, and started entering data, i got a mesage if i wanted to rename the record.

Even if there are no records in the table, how does this blank record gets inserted ?? :x

Please Help me !!!!

Jyotsna[/quote]
______Doubt is the father of Invension_______

Comments

  • Options
    Torben_R.Torben_R. Member Posts: 99
    The blank record can be inserted if you don't start with the primary key as you enter a new record. When you get to the primary key you try to rename.

    Try DelayedInsert = yes or make sure that you start with the primary key.
  • Options
    DenSterDenSter Member Posts: 8,304
    Also, set the NotBlank property of your primary key fields to No.
  • Options
    jyotsnasjyotsnas Member Posts: 62
    Thank You
    ______Doubt is the father of Invension_______
Sign In or Register to comment.