Few days ago, my friend called me. He said that he has a field stored the path of some images. He want to show these images in grid. I followed Craig Boyd tip and posted the intructions which I sent to my friend at here if anyone might interested.

1. Create new class (CREATE CLASS ?)

2. Place an image control on the container class. (Set Image.anchor = 15 if using VFP9)

3. Select container object, select “Edit Property/Method …” from menu as shown below.

4. Edit Property/Method dialog form will be shown. Select BackStyle from the list and check “Assign Method” and “Access Method” checkbox and click Apply.

5. Open backstyle_access method and put your code.

6. Save your class.

7. Create a form, place your grid control and place your container class into column. (Remember to delete the existing column.textbox control).

8. Set controlsource to your column.

Below is the screenshot to show images in grid I received from him.