Calling triggers on a form from a codeunit

gulamdastagir
gulamdastagir Member Posts: 411
How do we access the triggers on the form from a codeunit at runtime?
Regards,

GD

Comments

  • ara3n
    ara3n Member Posts: 9,258
    You can't

    Triggers on the form are only triggered when you are on the form.

    Could you tell us what you are trying to do?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • gulamdastagir
    gulamdastagir Member Posts: 411
    Thanks Rashed

    Iam trying to call call the codeunit 103 which can only be called from form 232.

    So i thought y not go like this Codeunit->form->codeunit
    Regards,

    GD
  • gulamdastagir
    gulamdastagir Member Posts: 411
    \:D/ i got it!
    Regards,

    GD