//1. your datawindow SQL like below, where the picture name is 00001.jpg, 00002.jpg and so on...
SELECT a.staffno, a.name, ('images\staff\'||a.staffno||'.jpg') as gambar
FROM staff a
//2. the pictures located in subdirectory images\staff\
SELECT a.staffno, a.name, ('images\staff\'||a.staffno||'.jpg') as gambar
FROM staff a
//2. the pictures located in subdirectory images\staff\
//3. At column property, check Display as picture
//4. Output of datawindow will be like below...
//4. Output of datawindow will be like below...