Hi

I have a very basic question and after googling I'm posting it here.. hopefully you ppl will help me as this is my first post here.

In VB6 I created a simple data report using designer

I added a RptImage control to the report.. RptImage1 is taking picture's absolute path, whereas the program will be installed on remote location on different path may be so the picture will not found on run time..

My question here is :

is it possible to set the value of picture property of RptImage on runtime.
OR i can do something like relative path..... RptImage.Picture = App.path & ("Images\Picture.jpg")

Regards