Using an RTC page to import and save a jpg

VotucVotuc Member Posts: 206
edited 2011-04-14 in NAV Three Tier
Hi,

I want to be able to chose a jpeg picture from the hard drive of a client computer then save it to a drive on the server computer -- is there a way to do this in the RTC? It does not need to be saved in Navision at all - but it needs to be renamed to match the current record (so name = itemNumber + .jpg)

Comments

  • SavatageSavatage Member Posts: 7,142
    Do you want to do this from a specific item card.

    Say I'm in Item Card for item 101B.
    Do you want to find and Item on the Hard drive Import it into Item.picture (blob)
    But then Export it to a new location with 101B.Jpg as it's name then clear the (blob) field?
  • VotucVotuc Member Posts: 206
    Savatage wrote:
    Do you want to do this from a specific item card.

    Say I'm in Item Card for item 101B.
    Do you want to find and Item on the Hard drive Import it into Item.picture (blob)
    But then Export it to a new location with 101B.Jpg as it's name then clear the (blob) field?

    That is the way it was in Classic NAV - but I could not get it to work in the RTC. If you can advise I would appreciate it.
  • ccbryan63ccbryan63 Member Posts: 115
    I'm trying to do something lke this too. Really what I'm looking for is file management functions (move, copy, delete). Not moving stuff around inside NAV, just issuing the commands from there. I have seen some stuff about using .NET i/o methods, but only from R2. Is it possible to do this from SP1??

    Chandler
  • SogSog Member Posts: 1,023
    codeunit "3-tier management"
    All you need is there.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.