PDA

View Full Version : adding modified templates DDM


MikeBoswell
10-09-2003, 04:40 AM
allrighty now.....

I want to implement a modified template in Design Data Management.

I have modified part_bb3.tpl which is the button bar above the masterdata entry fields. I added our company logo as a bmp.

The following line is in the startup file I use for corp customization.

Awm_input_form 'PART_BB_LTAB' '\\davinci\users\me_common\vicor_cust_nt\DM\prt_bb3.tpl' '\\davinci\users\me_common\vicor_cust_nt\DM\prt_bb3.tpl'

When I start DDM I DO NOT see the logo. When I use the template editor to look at the button bar, the logo IS there.

I guess I need to refresh the editor or something. Can someone advise me please?

Thanks,

MikeBoswell
10-09-2003, 07:24 AM
this worked:

input_form 'templtab' '//davinci/users/me_common/vicor_cust_nt/DM/prt_bb3.tpl'
load_window_template 'Awm_editor.BBP.BBA' 'templtab'

thanks,

MikeBoswell
10-27-2003, 09:38 AM
the template file can't have absolute bitmap path names so put the following in the cust file.

BITMAP_PATH_LIST ADD ('/cust_dir') END

insert your own 'cust_dir'.

Mikeb