Options

Images in 2009 SP1 RTC

juanjuan 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

  • Options
    ara3nara3n Member Posts: 9,255
    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
  • Options
    juanjuan Member Posts: 16
    Thank you very much
  • Options
    ara3nara3n Member Posts: 9,255
    You are welcome.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.