Thanks Jose.
This worked perfectly.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Wednesday, October 14, 2015 11:34 AM
To: Vantage <vantage@yahoogroups.com>
Subject: Re: [Vantage] RE: How to change current line with code
If you just want to change the currently selected row? You can use the EpiDataView
EpiDataView edv = oTrans.Factory("MyDataView");
int i = 4; // new Row
edv.RaiseRowChanged(i,edv.Row);
edv.Notify(new EpiNotifyArgs(oTrans, i, EpiTransaction.NotifyType.Initialize));
edv.Notify(new EpiNotifyArgs(oTrans, i, edv.Column));
Jose C Gomez
Software Engineer
T: 904.469.1524 mobile
E: jose@...<mailto:jose@...>
http://www.josecgomez.com
[Image removed by sender.]<http://www.linkedin.com/in/josecgomez> [Image removed by sender.] <http://www.facebook.com/josegomez> [Image removed by sender.] <http://www.google.com/profiles/jose.gomez> [Image removed by sender.] <http://www.twitter.com/joc85> [Image removed by sender.] <http://www.josecgomez.com/professional-resume/> [Image removed by sender.] <http://www.josecgomez.com/feed/>
Quis custodiet ipsos custodes?
This worked perfectly.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Wednesday, October 14, 2015 11:34 AM
To: Vantage <vantage@yahoogroups.com>
Subject: Re: [Vantage] RE: How to change current line with code
If you just want to change the currently selected row? You can use the EpiDataView
EpiDataView edv = oTrans.Factory("MyDataView");
int i = 4; // new Row
edv.RaiseRowChanged(i,edv.Row);
edv.Notify(new EpiNotifyArgs(oTrans, i, EpiTransaction.NotifyType.Initialize));
edv.Notify(new EpiNotifyArgs(oTrans, i, edv.Column));
Jose C Gomez
Software Engineer
T: 904.469.1524 mobile
E: jose@...<mailto:jose@...>
http://www.josecgomez.com
[Image removed by sender.]<http://www.linkedin.com/in/josecgomez> [Image removed by sender.] <http://www.facebook.com/josegomez> [Image removed by sender.] <http://www.google.com/profiles/jose.gomez> [Image removed by sender.] <http://www.twitter.com/joc85> [Image removed by sender.] <http://www.josecgomez.com/professional-resume/> [Image removed by sender.] <http://www.josecgomez.com/feed/>
Quis custodiet ipsos custodes?
On Wed, Oct 14, 2015 at 10:09 AM, Joe Englert englertj@...<mailto:englertj@...> [vantage] <vantage@yahoogroups.com<mailto:vantage@yahoogroups.com>> wrote:
I think you could do this in V9 by setting the grid's ActiveRow property. Maybe in V10?
From: vantage@yahoogroups.com<mailto:vantage@yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage@yahoogroups.com>]
Sent: Wednesday, October 14, 2015 9:19 AM
To: vantage@yahoogroups.com<mailto:vantage@yahoogroups.com><mailto:vantage@yahoogroups.com<mailto:vantage@yahoogroups.com>>
Subject: [Vantage] RE: How to change current line with code
Forgot to mention that I am on E10.0.700.4
[cid:076976.png@59439d20.4e8cef5e]
Joe Rojas
Director of Information Technology
(781) 408-9278<tel:%28781%29%20408-9278> Mobile
(781) 573-0291<tel:%28781%29%20573-0291> Local
(781) 232-5191<tel:%28781%29%20232-5191> Fax
[http://matsinc.com/images/e-mail-signatures/tagline.jpg%5d
[http://matsinc.com/images/e-mail-signatures/graphics/logo_matsinc.png%5d<http://matsinc.com> [http://matsinc.com/images/e-mail-signatures/graphics/icon_twitter.png%5d <http://twitter.com/Mats_Inc> [http://matsinc.com/images/e-mail-signatures/graphics/icon_facebook.png%5d <http://www.facebook.com/commercial.flooring> [http://matsinc.com/images/e-mail-signatures/graphics/icon_youtube.png%5d <http://www.youtube.com/user/MatsIncTV> [http://matsinc.com/images/e-mail-signatures/graphics/icon_pinterest.png%5d <http://www.pinterest.com/contractfloors/> [http://matsinc.com/images/e-mail-signatures/graphics/icon_blog.png%5d <http://matsinc.com/blog>
From: Joe Rojas
Sent: Wednesday, October 14, 2015 9:18 AM
To: vantage@yahoogroups.com<mailto:vantage@yahoogroups.com>
Subject: How to change current line with code
Hi All,
I have a scenario where I want to change the current (active) line of a PO.
For example, the PO has 4 lines and the user is on line 1.
Under certain conditions, I want to change the current line from line 1 to line 3 and have this reflected on the UI.
Any tips on how to code this?
Thanks.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]