Re: [Axapta-Knowledge-Village] Refresh form

2007-06-06 Thread G Radhakrishnan
Hi all, We are also facing the problem. In our case, we take voucher number from lines to header. What we are doing is closing and opening the form; then it gets displayed. This is the way we are doing.. expecting some good replys from gurus... Regards, GR. --- abhijit raje <[EMAIL PROTECTED]> wr

[Axapta-Knowledge-Village] Refresh form

2007-06-05 Thread abhijit raje
Hi friends can any one tell me how to refresh form when i add any new value on it. i.e. i have afield in header and its dependent on the line value so after entering in the line the header should be updated automatically can u tell me where to place refresh function for this to happen __

Re: Re[2]: [Axapta-Knowledge-Village] Refresh Form from Table

2005-01-17 Thread Varden Morris
You are most welcome.kam tt <[EMAIL PROTECTED]> wrote: Thank you Varden and Max,"_ds" is cool. You guys certainly make my day.Regards,kamtt--- Varden Morris <[EMAIL PROTECTED]>wrote:> It is normal for users to see what was in the table> before they open a form. The reread and refresh on> the da

Re: Re[2]: [Axapta-Knowledge-Village] Refresh Form from Table

2005-01-13 Thread kam tt
Thank you Varden and Max, "_ds" is cool. You guys certainly make my day. Regards, kamtt --- Varden Morris <[EMAIL PROTECTED]> wrote: > It is normal for users to see what was in the table > before they open a form. The reread and refresh on > the datasource allows users to see new > updates/inser

Re: Re[2]: [Axapta-Knowledge-Village] Refresh Form from Table

2005-01-13 Thread Varden Morris
It is normal for users to see what was in the table before they open a form. The reread and refresh on the datasource allows users to see new updates/inserts.Max Belugin <[EMAIL PROTECTED]> wrote: Hello Varden Morris,÷åòâåðã, 13 ÿíâàðÿ 2005 ã., you wrote:VM> After you have done an update to Pur

Re[2]: [Axapta-Knowledge-Village] Refresh Form from Table

2005-01-13 Thread Max Belugin
Hello Varden Morris, четверг, 13 января 2005 г., you wrote: VM> After you have done an update to PurchTable execute the following code: VM> PurchTable _ds.reread(); VM> PurchTable _ds.refresh(); "so that users those open the Form will automatically received the latest info"? -- Best regards

Re: [Axapta-Knowledge-Village] Refresh Form from Table

2005-01-13 Thread Varden Morris
Hi Kamtt   After you have done an update to PurchTable execute the following code:   PurchTable _ds.reread();PurchTable _ds.refresh(); Varden Morris   J. Wray & Nephew Ltd. - Group I.S. 234 Spanish Town Road Kingston 11, Jamaica, W.I.   Phone:  (876) - 923 - 6141 Ext. 2400, 2412Fax:  (876)

[Axapta-Knowledge-Village] Refresh Form from Table

2005-01-13 Thread kamtt
Dear everyone, I have PurchTable's(Table) static method which set(update) its field. But it does not refresh the latest info to its Form (PurchTable), unless I close and open again the Form. Thus, is that any way to refresh Form from my Table's static method, so that users those open the Fo