Run modal eror after import?

julkifli33julkifli33 Member Posts: 1,087
i have a problem
after my user import data from txt file, it show this eror
but if i upload in my pc, it wouldn't error
is that something that i miss?

Comments

  • BeliasBelias Member Posts: 2,998
    Check if your objects and your customer's objects are the same.
    if they are the same try to run the same function twice in a row on your pc, maybe there's a missing CLEAR somewhere...
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • julkifli33julkifli33 Member Posts: 1,087
    Belias wrote:
    Check if your objects and your customer's objects are the same.
    if they are the same try to run the same function twice in a row on your pc, maybe there's a missing CLEAR somewhere...
    i already update their objects
    actually we are now using the same objects
  • BeliasBelias Member Posts: 2,998
    If you are 100% sure that the objects are the same (also check the objects linked to the main process), SEE (not ASK) how the customer actually run the process, and eventually debug on his client...you should find what the error is fairly easy..
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • julkifli33julkifli33 Member Posts: 1,087
    Belias wrote:
    If you are 100% sure that the objects are the same (also check the objects linked to the main process), SEE (not ASK) how the customer actually run the process, and eventually debug on his client...you should find what the error is fairly easy..
    yes i know
    i already aware of it
    i import file and then i put it in the C:\
    i already set it the same as my comp
    using debugger, i found an error which is codeunit i never touch it
Sign In or Register to comment.