Adding Button to Timesheet view on PWA Tasks page (near 'Insert Notes')

C

Chris Walsh

I'm trying to add a new button on to the tasks page in pwa, i can copy
the code for the Insert Notes button but i cannot find anywhere(or
know where) to define the properties for my new button.
oPJCControls.oUsageViewControls.AddBtn(oStrings.GetString(IDS_TASKS_INSERT_NOTES_BTN),

oStrings.GetString(IDS_TASKS_INSERT_NOTES_ALT),

oStrings.GetString(IDS_TASKS_INSERT_NOTES_KEY),

oStrings.GetString(IDS_TASKS_INSERT_NOTES_BTN_WIDTH),
"",
"InsertNotes_OnClick();");
oZoomControls.AddBtn(oStrings.GetString(IDS_TASKS_INSERT_NOTES_BTN),
oStrings.GetString(IDS_TASKS_INSERT_NOTES_ALT),
oStrings.GetString(IDS_TASKS_INSERT_NOTES_KEY),

oStrings.GetString(IDS_TASKS_INSERT_NOTES_BTN_WIDTH),
"",
"InsertNotes_OnClick();");

I need to replace the code in oStrings.GetString() with my properties
for my button, does anyone know where this is stored?? i have
searched the MSP_WEB part of the database and found nothing. Does
anyone know where??

Your help is much appreciated.

Thanks
 
Top