Importing Item Images for Navision 3.7

A._B._Computer_Systems
Member Posts: 103
We have a customer who will require to import images for some items. The BMP images are very big. We see in the downloads a tool called IFacto ImageVision v2 but it's for NAV 4.0.
Also, any downloads available for 3.7 to store these images in a separate directory and not in the Navision DB?
Regards,
Ed
Also, any downloads available for 3.7 to store these images in a separate directory and not in the Navision DB?
Regards,
Ed
0
Comments
-
You can insert in Item table a field where image file is located and very time you open item picture card, it will load image from file instead of blob field.0
-
We have all our pictures saved in a seperate NETWORK drive we labeled it P:\BMP for pictures and each pic is the same as the item #.
When you go into an item if the pic exists it pop's it up for viewing (happens instantly - don't even notice it)
Form 346 (Item Picture)OnAfterGetRecord() SETRANGE("No."); IF EXISTS ('P:\BMP\'+"No."+'.BMP') THEN Picture.IMPORT('P:\BMP\'+"No."+'.BMP',FALSE); CALCFIELDS(Picture);
The thing I did notice is that if you are in a picture and a small change is made to that item the picture IS SAVED in the blob. so to get around this I added to the item Table
OnModify()
CLEAR(Picture);
& on the OnValidate too just to be sure it never actually gets saved into the database.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions