Stop Next

navuser1navuser1 Member Posts: 1,329
Hi all,

I’m using Nav 5.0 Sp1 (Native).
I have added some fields in Sales Comment Line Table and created a form RM sheet on it.
I’m opening this RM sheet Form (Card Type) through Sale Order Line and enter some data. This form is opened against per Sale Line.
But my problem is that everyone can go to next via NEXT button and enter some thing.
I want that RM sheet Form should be opened always against Line No. 10000
Is there any way to stop the NEXT button in this form?


Thanks
Now or Never

Comments

  • garakgarak Member Posts: 3,263
    navuser1 wrote:
    RM sheet Form should be opened always against Line No. 10000


    Take a look to the OnNextRecord() / OnNewRecord() trigger on the form
    or set a filter of line No with using filtergroup
    Do you make it right, it works too!
  • navuser1navuser1 Member Posts: 1,329
    garak wrote:
    navuser1 wrote:
    RM sheet Form should be opened always against Line No. 10000


    Take a look to the OnNextRecord() / OnNewRecord() trigger on the form
    or set a filter of line No with using filtergroup

    Thanks for your reply.
    But I have already Checked it.
    The Next button workes and gives an error Already exit at the time entering data.
    Now or Never
Sign In or Register to comment.