Images in 2009 SP1 RTC

juan
juan Member Posts: 16
edited 2010-04-14 in NAV Three Tier
As you insert an image from code c/AL?
error gives the import method is obsolete?
How I can fix it. Thanks

Comments

  • ara3n
    ara3n Member Posts: 9,258
    there is a new codeunit called 3-Tier Automation Mgt., use

    BLOBImport(VAR BLOBRef : TEMPORARY Record TempBlob;Name : Text[1024];CommonDialog : Boolean) : Text[1024]

    And

    BLOBExport(VAR BLOBRef : TEMPORARY Record TempBlob;Name : Text[1024];CommonDialog : Boolean) : Text[1024]
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • juan
    juan Member Posts: 16
    Thank you very much
  • ara3n
    ara3n Member Posts: 9,258
    You are welcome.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n