It looks like you're new here. Sign in or register to get started.
thegunzo wrote: It is possible to use dotnet System.Windows.Forms.SendKeys.'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' on the client side to send {F5}{F5} that will do a refresh.http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send(v=vs.110).aspx
JohnHunter wrote: In case you use webclient be careful, sending keystrokes was not supported in some versions.
Comments
If any user using the List Page while changing the date using the Card page then the user has to refresh List page manually.
Vinoth Kumar.J M.Sc(CT),MBSP,MCTS.
Techno-Functional Consultant
Mobile : +91-7418577075
E mail : vinoth_nav@yahoo.co.in
System.Windows.Forms.SendKeys.'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
on the client side to send {F5}{F5} that will do a refresh.
http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send(v=vs.110).aspx
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
how to use that?
and how do i send parameter for the page that i want to refresh?
thx