LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

find path and return image

Hi, i have 3 bmp image files on C:\ and i would like to create a vi that would find those 3 image and find the path of it and output that image then insert into report. how do i do it?
0 Kudos
Message 1 of 5
(2,858 Views)

You can use "list folder" from the file i/o palette with pattern *.bmp. It will give you an array of matching file names.

 

What do you mean by "output" them? Display on the front panel, maybe? What kind of report do you have in mind?

0 Kudos
Message 2 of 5
(2,856 Views)
Alright then. i want it to find the path of the image right after that it will attach that image to my report. my report is just a .doc format word file.
Message Edited by Trig on 01-08-2009 07:32 PM
0 Kudos
Message 3 of 5
(2,847 Views)
Hi should i use append image to report or append control image to report? pls advice
0 Kudos
Message 4 of 5
(2,836 Views)

If the image is one of the supported types, jpg, bmp, emf, wmf or gif.. I should use that function.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 5 of 5
(2,822 Views)