Re: How to get a table in a form to be populated with data on form load

2013-07-07 Thread Angus Comber
Thanks that fixed the problem. - Original Message - From: Anandsagar Sah Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Sent: Monday, July 01, 2013 7:36 AM Subject: Re: How to get a table in a form to be populated with data on form load ** Hello

Re: How to get a table in a form to be populated with data on form load

2013-07-02 Thread Rod Harris
Hi Angus, Generally the right event to be firing your table refresh on would be Display this runs after the data is loaded into an existing request form prior to it being displayed. The window loaded event is only applicable to new submits or to search windows and also to dialog windows. Rod

Re: How to get a table in a form to be populated with data on form load

2013-07-01 Thread Anandsagar Sah
Hello Angus, I am not sure If I understand you problem correctly. Do you simply want to refresh the table ? Use Change Field Action in Active link to refresh the table OR Use PERFORM-ACTION-TABLE-REFRESH process. It should be PERFORM-ACTION-TABLE-REFRESH fieldId Note that it is not the same as

Re: How to get a table in a form to be populated with data on form load

2013-07-01 Thread itsm.support
Hi, You can achieve this by following two ways. 1. Use 'Change Field' Action in Active Link on Window Load , select 'table name' and 'Check Refresh Tree/Table' option. 2. In Active Link on Window load option, Use run Process 'PERFORM-ACTION-TABLE-REFRESH' followed by 'table field ID'

How to get a table in a form to be populated with data on form load

2013-06-30 Thread Angus Comber
Hi I have a Table on a Form and I have set the columns to be fields in another form - a contacts form with eg name, age, address, etc. When the form is loaded it does not display any of the records. But if I click on one of the column headers it then displays the daya in the table. I tried