I think it's stored in the proplong column in the fieldid=0 record on the field_dispprop table
Select proplong from field_dispprop where schemaid = <your schemaid> and vuiid = <your vuiid> and fieldid = 0 The same is true for your button images I think Select proplong from field_dispprop where schemaid = <your schemaid> and vuiid = <your vuiid> and fieldid = <your button's field id> Problem is the image data definition looks like it's concatenated with viewname and other definitions so it may be hard to extract. Good luck. Jonathan Jones Southern Company Services 205-257-4799 ________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Uday Joshi Sent: Friday, June 20, 2008 12:42 AM To: [email protected] Subject: Re: Where is the background appearance information stored? Hi Tim, To start with either. or at least background image. Best Regards, Uday Joshi ________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Tim Widowfield Sent: Thursday, June 19, 2008 10:37 PM To: [email protected] Subject: Re: Where is the background appearance information stored? ** Are you asking about background color or background image? Or both? --Tim ----- Original Message ---- From: Uday Joshi <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, June 19, 2008 11:42:45 AM Subject: [ARSLIST] Where is the background appearance information stored? ** Hi Listers I believe that everything in Remedy is stored some where in the table. So I am trying to locate where is the background information on the Appearance tab of the View properties stored? I tried searching in table vui but no luck I tried searching field_dispprop with a guess that the total appearance may be stored as a field. Interestingly I found fieldID = 0 but properties did not reveal anything meaningful (rather interpretable)? Does anybody know about this? Best Regards, Uday Joshi Delivery Manager - BSM Support Technology Infrastructure Services - BSM Unit ------------------------------------------------------ Wipro Technologies, Hinjewadi, Pune 411057 Tel: +91 20 39104092 VOIP 842-5103 Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

