Kicked out of Navision when using the List function F5

Sapphire123Sapphire123 Member Posts: 112
Hi All,

We have created a custom form for a client. When a user selects the 'list button', F5 , from this form, it kicks them out of Navision. It doesn't happen every time they press the button. There isn't a pattern or reason on when this occurs. Any idea how I can start to troubleshoot this issue? appreciate any suggestions on why it is behaving like this..

Thanks in advance..

Comments

  • tinoruijstinoruijs Member Posts: 1,226
    Just take a look at all the code on the list-form.

    Or you could use Code Coverage (Tools, Debugger) to see which code has been read. And then look for 'abnormal' code.
    It can be just a field on the list form that is the problem. May a wrong constructed flowfield?
    You could try to hide most fields and try it out which field gives the problem.

    And there's the debugger that might help. Or client monitor.

    But when there's not a pattern, it can be hard...

    Does it happen on all clients?

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • Sapphire123Sapphire123 Member Posts: 112
    Hey,

    thanks for the reply. I'm not an expert in running the debugger, but can/should give it a try.. the problem is, since this occurs so randomly, i haven't been able to replicate it yet.

    And no, not everyone using this form has had this problem.

    thanks again!
  • tinoruijstinoruijs Member Posts: 1,226
    And no, not everyone using this form has had this problem.

    Maybe delete the zup-file on the client where it occurs?
    Is the form based on a standard or custom table?

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • Sapphire123Sapphire123 Member Posts: 112
    good idea, i'll test to see if deleting the zup file will help. and yes, this form is based off a custom table.
  • Sapphire123Sapphire123 Member Posts: 112
    one more question, will renaming the zup file be equivalent to deleting it?
  • tinoruijstinoruijs Member Posts: 1,226
    one more question, will renaming the zup file be equivalent to deleting it?

    Yes it will.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • girish.joshigirish.joshi Member Posts: 407
    Did you 'create' this form by copying and pasting from another form?

    If so, try creating a new form from scratch. It doesn't have to all of the functionality, just the same source table.

    If you get rid of the problem, it probably means that you have some kind of bad reference in the old code.
Sign In or Register to comment.