get output in table when screen appears without using wddoinit method
Hi expert friends,
My requirement is that my application when executed should display employee details when screen appears. so i have written code in wddoinit method. Does coding in wddoinit method affects the performance? and if it affects performance is there any other way to display the employee details in table when screen appears without any action. please do reply friends.
Thanks,
Sudha
Arun kumar replied
Hi Sudha,
You can create a separate method for populating the employee details in a table and call the method in the wddoinit.
It would be gud to see the wddoinit with limited code in that.
In case if u need u can reuse the same method for populating the table again.
Regards...
Arun.