Options

How Navision 2009 sp1 Addin support BigText

abhishekpareekabhishekpareek Member Posts: 150
edited 2010-02-15 in NAV Three Tier
I am wondering that how Navision addin support BigText. If we see the addin trigger in navision then we found that the parameter to OnControlAddin trigger is text with 1024 length but not the BogText. Also we cannpt change this parameter.

Can any body correct me if I am wrong?

Regards,
Abhishek Pareek

Comments

  • Options
    kinekine Member Posts: 12,562
    Yes, you cannot, but the control is bound to some field/expression which could be the bigtext and you can pass values in both ways. The trigger you mentioned than could work as an signaling of change in the bouond value...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    Gabor_PestiGabor_Pesti Member, Microsoft Employee Posts: 7
    If you bind the control to a BigText field then the parameter of the OnControlAddin trigger switches to BigText as well. So you do not need to signal only, you can communicate backward using BigText as well. (However in your design consider performance: you might want to communicate only the data that was changed.)

    Or did you find some problem with the BigText support in the OnControlAddIn trigger?
    Regards,

    Gabor Pesti

    “This posting is provided "AS IS" with no warranties, and confers no rights.”

    Software Developer Engineer in Test
    MSFT
    Dynamics NAV
Sign In or Register to comment.