Images in Navision

elToritoelTorito Member Posts: 191
Hi,

in Navision Standard is possible for every Item upload an Image.

Where is the Image save ? I don't find a Blob Field in the Item Table ...

What think you is the best way for upload multiple images for an item ?
I have an item and should like that it haves more than one image.

And other idea i have but i don't know how init it, i would make an add on
so when i would put an image to the item i can choose for search an pic on the HardDisk or Scan an Image.

It's possible? Perhaps Like open the Scanner Software with TWAIN , perhaps scan in the clipboard und after scan is finished then copy the image into my image form.

I can be that more than once item have the same image, how you would make it ? a Matrix where for one Image are related the items, or so that the items are related to the images.

I don't like touch the standard navision tables so i must think any way for help me how i can make this best.

Perhaps you have any ideas how i can get init this little ? project

Thanks a lot
(Oo)=*=(oO)

Comments

  • FPulsfortFPulsfort Member Posts: 43
    There is a blob-field in the Item-Table. Have a look at fieldno. 92 .

    I would use a table with "item No." and a "Line No." as primary key. Additionally you need a blob-field in it, and a Description maybe. And there you can place more than one Picture per Item. On the Itemcard you place a Button which calls a list (form) which shows every lines related to the actual "item no.". In this list you can add more pictures and search for files which should be stored in the blob-field.

    Hope this helps.

    Regards,
    Frank
  • elToritoelTorito Member Posts: 191
    FPulsfort wrote:
    Hope this helps.

    Hi Frank,

    yes thats help me to understand what i make ;)
    i make a table so how you say.
    A Column for ItemNo, and a Column with LineNo and Put a
    Key to this two Columns.

    Well the Init is be done :P

    Thanks.
    (Oo)=*=(oO)
Sign In or Register to comment.