where is a commands code?

TrintTrint Member Posts: 44
edited 2003-08-04 in Navision Attain
i know where the command is "MoneyManagerCodeunit.ProcessProgram(Rec);"...i need to know were the code of it is. how do you find the code of a command in Navision?
thanks,
Trint

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Look in the C/AL Globals or C/AL Locals how the variable MoneyManagerCodeunit is defined. It will probably refer to a codeunit. Then in the object designer, look up that codeunit and find the function ProcessProgram.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • tushaar99tushaar99 Member Posts: 35
    Get ur cursor over the variable in the code.
    The status line will show u all the details of the variable.
    Then just browse ur object designer for the same

    Regards
    Regards,
    Tushaar
Sign In or Register to comment.