Commit 8897cff5 authored by sghate's avatar sghate

Shital: updated sql on 10-10-2019

w_cadre.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209167 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5526765e
......@@ -115,5 +115,18 @@ Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERAC
update itm2menu set icon_path='cadre.png' , close_icon = 'cadrewht.png' where win_name='w_cadre';
------------------------------Added by Sarita on 30/08/2019 END-----------
------------------------------Added by Shital on 10/10/2019 Start-----------
update TRANSETUP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'cadre_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_cadre';
update OBJ_FORMS set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'cadre_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_cadre';
update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'cadre_code', THUMB_OBJ = 'EmpImages' where MOD_NAME = 'W_CADRE';
update POPHELP set AUTO_FILL_LEN = '3', AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_CADRE';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_cadre';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Cadre : <b>{cadre_code}</b>, Description :<b> {descr} </b>
</span>
</html>' where win_name='w_cadre';
------------------------------Added by Shital on 10/10/2019 End-----------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment