Form question Is it possible?: Make empty lines in a subform

infonoteinfonote Member Posts: 233
Make empty lines in a sub-form non-editable while keeping the filled in lines (i.e. not empty) editable.
I am sure programmatically it is possible, just asking if it has actually been done.

Thanks.

Comments

  • kinekine Member Posts: 12,562
    Do you meant to prevent users to add new lines (you can use the InsertAllowed property of the form)? Or what is the purpose?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • infonoteinfonote Member Posts: 233
    kine wrote:
    Do you meant to prevent users to add new lines (you can use the InsertAllowed property of the form)? Or what is the purpose?

    Thanks for the reply.

    Yes, users can edit existing lines but not add new lines.
    Thanks, I did not know about the insertallowed property.

    I will give it a try.
  • garakgarak Member Posts: 3,263
    infonote wrote:
    kine wrote:
    Do you meant to prevent users to add new lines (you can use the InsertAllowed property of the form)? Or what is the purpose?

    Thanks for the reply.

    Yes, users can edit existing lines but not add new lines.
    Thanks, I did not know about the insertallowed property.

    I will give it a try.


    and how comes this datas into the table if the user can't create a new line (rec)?
    Are there a other form for inserting?
    Are these different user, they insert and modify recs? If yes, why not using the permissions?
    User(group) A has the full permission s (insert, modify,delete) and User(group) B has only the permissions to modify ...

    Regards
    Do you make it right, it works too!
Sign In or Register to comment.