Options

Error 101 in module 60

ArtursArturs Member Posts: 30
edited 2002-04-16 in Navision Financials
Have anybody any commnets about the subject? This error runs inside OnInsertRecord trigger of Form.
I debugged all the code step by step but could not find any possible mistakes before the error runs.
Regards,
Arturs Gedvillo
CTO

Comments

  • Options
    Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Here is an overview of the module 60 errors:

    60 1 #Err_UA_UnknownControl (Module_UA,1)
    60 2 #Err_UA_InsertNotAllowed (Module_UA,2)
    60 3 #Err_UA_ModifyNotAllowed (Module_UA,3)
    60 4 #Err_UA_DeleteNotAllowed (Module_UA,4)
    60 5 #Err_UA_NoOptions (Module_UA,5)
    60 6 #Err_UA_Update (Module_UA,6)
    60 101 #Err_UA_IllegalNewmodeComp(Module_UA,101)

    I don't have a clue what IllegalNewmodeComp means.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Options
    QuasimodoQuasimodo Member Posts: 45
    This error message appeares, when you enter in the OnNewRecord-Trigger of a form the command: Currform.Update.
  • Options
    QuasimodoQuasimodo Member Posts: 45
    </font><blockquote><font size="1" face="Verdana, Arial">quote:</font><hr /><font size="2" face="Verdana, Arial">Originally posted by Quasimodo:
    <strong>This error message appeares, when you enter in the OnNewRecord-Trigger of a form the command: Currform.Update or do you activate a particular control.</strong></font><hr /></blockquote><font size="2" face="Verdana, Arial">
Sign In or Register to comment.