I have a manually coded form on which I wish to place an icon.
I have used
It works OK in the dev environment but on other machines in which I have the logo file in the program folder I get the img placeholder.
How do I reference the logo file in the code?
Installation folder is variable for a user.
Regards
Bryan
I have used
Code:
ADD OBJECT img as image WITH ;
Top = 40, ;
Left = 70, ;
Height = 60, ;
Width = 60, ;
Picture = full development path to logo file,;
Name = "img"
It works OK in the dev environment but on other machines in which I have the logo file in the program folder I get the img placeholder.
How do I reference the logo file in the code?
Installation folder is variable for a user.
Regards
Bryan