Setting a form/report icon in code

C

Craig

In my startup option I always check the box for the application to be used
for the form/report icons. When I go to distribute my app, I put the icon in
the same folder as the program. It does not show up on the distributed app.
I've created the UseAppIconForFrmRptIcon=1 property and appended it, but
somehow it still is not working right. Do I need to set it each time the db
starts or just one time?

TIA

--Craig
 
M

Marshall Barton

Craig said:
In my startup option I always check the box for the application to be used
for the form/report icons. When I go to distribute my app, I put the icon in
the same folder as the program. It does not show up on the distributed app.
I've created the UseAppIconForFrmRptIcon=1 property and appended it, but
somehow it still is not working right. Do I need to set it each time the db
starts or just one time?


Did you make sure the app icon path is correct for each
user's copy of the front end file?
 
Top