Job Entry TreeView

It does not bring back the GUID, it creates an object (mt) that then can be used.  For my customization I wanted the Tree to Expand All when a Job Number is entered so then the code called mt.ExpandAll().

 

Scott

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Ted Koch
Sent: Friday, October 25, 2013 3:50 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Job Entry TreeView

 

 

Thanks Scott, I will give it a go.

 

 


From: Scott Litzau <scott.litzau@...>
To: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
Sent: Friday, October 25, 2013 4:35 PM
Subject: RE: [Vantage] Job Entry TreeView

 

 

Missed a Dim

 

        Dim mt As Epicor.Mfg.UI.FrameWork.JobLib.MethodTree

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Scott Litzau
Sent: Friday, October 25, 2013 3:35 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Job Entry TreeView

 

 

I was trying to do the same thing in Job Tracker, get the GUID, with no luck.  So I take no credit, I had a consultant find this for me.

 

IMPORT

Imports System.Reflection

 

 

IN FORM LOAD EVENT

        Dim fi As FieldInfo

        Dim tvp As Epicor.Mfg.UI.FrameWork.JobLib.MethodTreePanel

 

        fi = GetType(Epicor.Mfg.UI.App.JobTracker.JobTrackerForm).GetField("jobTreeViewPanel",BindingFlags.NonPublic Or BindingFlags.GetField Or BindingFlags.Instance)

        tvp = fi.GetValue(JobTrackerForm)

        mt = tvp.MethodTree

 

 

Scott

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of tkoch77@...
Sent: Friday, October 25, 2013 3:02 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Job Entry TreeView

 

 

I am trying to use GetNativeControlReference on the tree view in Job Entry. My only problem is, the GUID for this control is different each time Job Entry is opened. Anyone figure a way around this?

Thanks,

-Ted

 

 

I am trying to use GetNativeControlReference on the tree view in Job Entry. My only problem is, the GUID for this control is different each time Job Entry is opened. Anyone figure a way around this?

Thanks,

-Ted
You can try to use reflection on its parent item and loop through until you find it. Kinda ugly.



Jose C Gomez
Software Engineer



T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com

     Â


Quis custodiet ipsos custodes?


On Fri, Oct 25, 2013 at 4:02 PM, <tkoch77@...> wrote:

Â
<div>
  
  
  <p>I am trying to use GetNativeControlReference on the tree view in Job Entry. My only problem is, the GUID for this control is different each time Job Entry is opened. Anyone figure a way around this?<br><br>Thanks,<br>


-Ted

</div>
 


<div style="color:#fff;min-height:0;"></div>

You can try to use reflection on its parent item and loop through until you find it. Kinda ugly.



Jose C Gomez
Software Engineer



T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com

     Â


Quis custodiet ipsos custodes?


On Fri, Oct 25, 2013 at 4:02 PM, <tkoch77@...> wrote:

Â
<div>
  
  
  <p>I am trying to use GetNativeControlReference on the tree view in Job Entry. My only problem is, the GUID for this control is different each time Job Entry is opened. Anyone figure a way around this?<br><br>Thanks,<br>


-Ted

</div>
 


<div style="color:#fff;min-height:0;"></div>

I was trying to do the same thing in Job Tracker, get the GUID, with no luck.  So I take no credit, I had a consultant find this for me.

 

IMPORT

Imports System.Reflection

 

 

IN FORM LOAD EVENT

        Dim fi As FieldInfo

        Dim tvp As Epicor.Mfg.UI.FrameWork.JobLib.MethodTreePanel

 

        fi = GetType(Epicor.Mfg.UI.App.JobTracker.JobTrackerForm).GetField("jobTreeViewPanel",BindingFlags.NonPublic Or BindingFlags.GetField Or BindingFlags.Instance)

        tvp = fi.GetValue(JobTrackerForm)

        mt = tvp.MethodTree

 

 

Scott

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of tkoch77@...
Sent: Friday, October 25, 2013 3:02 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Job Entry TreeView

 

 

I am trying to use GetNativeControlReference on the tree view in Job Entry. My only problem is, the GUID for this control is different each time Job Entry is opened. Anyone figure a way around this?

Thanks,

-Ted

Missed a Dim

 

        Dim mt As Epicor.Mfg.UI.FrameWork.JobLib.MethodTree

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Scott Litzau
Sent: Friday, October 25, 2013 3:35 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Job Entry TreeView

 

 

I was trying to do the same thing in Job Tracker, get the GUID, with no luck.  So I take no credit, I had a consultant find this for me.

 

IMPORT

Imports System.Reflection

 

 

IN FORM LOAD EVENT

        Dim fi As FieldInfo

        Dim tvp As Epicor.Mfg.UI.FrameWork.JobLib.MethodTreePanel

 

        fi = GetType(Epicor.Mfg.UI.App.JobTracker.JobTrackerForm).GetField("jobTreeViewPanel",BindingFlags.NonPublic Or BindingFlags.GetField Or BindingFlags.Instance)

        tvp = fi.GetValue(JobTrackerForm)

        mt = tvp.MethodTree

 

 

Scott

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of tkoch77@...
Sent: Friday, October 25, 2013 3:02 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Job Entry TreeView

 

 

I am trying to use GetNativeControlReference on the tree view in Job Entry. My only problem is, the GUID for this control is different each time Job Entry is opened. Anyone figure a way around this?

Thanks,

-Ted

Thanks Scott, I will give it a go.



From: Scott Litzau <scott.litzau@...>
To: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
Sent: Friday, October 25, 2013 4:35 PM
Subject: RE: [Vantage] Job Entry TreeView

#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 #ygrps-yiv-287295637yiv6237993948 --

#ygrps-yiv-287295637yiv6237993948 .ygrps-yiv-287295637yiv6237993948ygrp-photo-title{
clear:both;font-size:smaller;height:15px;overflow:hidden;text-align:center;width:75px;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948ygrp-photo{
background-position:center;background-repeat:no-repeat;background-color:white;border:1px solid black;height:62px;width:62px;}

#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948photo-title
a,
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948photo-title a:active,
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948photo-title a:hover,
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948photo-title a:visited {
text-decoration:none;}

#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948attach-table div.ygrps-yiv-287295637yiv6237993948attach-row {
clear:both;}

#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948attach-table div.ygrps-yiv-287295637yiv6237993948attach-row div {
float:left;}

#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p {
clear:both;padding:15px 0 3px 0;overflow:hidden;}

#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948ygrp-file {
width:30px;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948attach-table div.ygrps-yiv-287295637yiv6237993948attach-row div div a {
text-decoration:none;}

#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948attach-table div.ygrps-yiv-287295637yiv6237993948attach-row div div span {
font-weight:normal;}

#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948ygrp-file-title {
font-weight:bold;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 #ygrps-yiv-287295637yiv6237993948

filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Wingdings;panose-1:5 0 0 0 0 0 0 0 0 0;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Wingdings;panose-1:5 0 0 0 0 0 0 0 0 0;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Consolas;panose-1:2 11 6 9 2 2 4 3 2 4;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Verdana;panose-1:2 11 6 4 3 5 4 4 2 4;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948
#ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948MsoNormal, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948MsoNormal, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948MsoNormal
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 a:link, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 span.ygrps-yiv-287295637yiv6237993948MsoHyperlink
{color:blue;text-decoration:underline;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 a:visited, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 span.ygrps-yiv-287295637yiv6237993948MsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p
{margin-right:0in;margin-left:0in;font-size:12.0pt;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 code
{}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 pre
{margin:0in;margin-bottom:.0001pt;font-size:10.0pt;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 tt
{}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948MsoAcetate, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948MsoAcetate, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948MsoAcetate
{margin:0in;margin-bottom:.0001pt;font-size:8.0pt;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 span.ygrps-yiv-287295637yiv6237993948cat
{}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 span.ygrps-yiv-287295637yiv6237993948ct
{}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 span.ygrps-yiv-287295637yiv6237993948HTMLPreformattedChar
{font-family:Consolas;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948attach, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948attach, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948attach
{margin-right:0in;margin-left:0in;font-size:9.0pt;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948bold, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948bold, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948bold
{margin-right:0in;margin-left:0in;font-size:10.0pt;font-weight:bold;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948green, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948green, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948green
{margin-right:0in;margin-left:0in;font-size:12.0pt;color:#628C2A;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948replbq, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948replbq, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948replbq
{margin:3.0pt;font-size:12.0pt;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948ad, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948ad, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948ad
{margin-right:0in;margin-left:0in;font-size:12.0pt;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948underline, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948underline, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948underline
{margin-right:0in;margin-left:0in;font-size:12.0pt;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 span.ygrps-yiv-287295637yiv6237993948yshortcuts
{}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948ad1, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948ad1, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948ad1
{margin-right:0in;margin-left:0in;font-size:12.0pt;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948ad2, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948ad2, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948ad2
{margin-right:0in;margin-bottom:7.5pt;margin-left:0in;font-size:12.0pt;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 p.ygrps-yiv-287295637yiv6237993948underline1, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 li.ygrps-yiv-287295637yiv6237993948underline1, #ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948underline1
{margin-right:0in;margin-left:0in;font-size:12.0pt;text-decoration:underline;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 span.ygrps-yiv-287295637yiv6237993948yshortcuts1
{font-weight:bold;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 span.ygrps-yiv-287295637yiv6237993948yshortcuts2
{font-weight:normal;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 span.ygrps-yiv-287295637yiv6237993948BalloonTextChar
{}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 span.ygrps-yiv-287295637yiv6237993948EmailStyle38
{color:#1F497D;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 .ygrps-yiv-287295637yiv6237993948MsoChpDefault
{font-size:10.0pt;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {margin:1.0in 1.0in 1.0in 1.0in;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 div.ygrps-yiv-287295637yiv6237993948WordSection1
{}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948
filtered #ygrps-yiv-287295637yiv6237993948 {}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Symbol;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-287295637 filtered #ygrps-yiv-287295637yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 ol
{margin-bottom:0in;}
#ygrps-yiv-287295637 #ygrps-yiv-287295637yiv6237993948 ul
{margin-bottom:0in;}
#ygrps-yiv-287295637



Missed a Dim
 
        Dim mt As Epicor.Mfg.UI.FrameWork.JobLib.MethodTree
 
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Scott Litzau
Sent: Friday, October 25, 2013 3:35 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Job Entry TreeView
 
 
I was trying to do the same thing in Job Tracker, get the GUID, with no luck.  So I take no credit, I had a consultant find this for me.
 
IMPORT
Imports System.Reflection
 
 
IN FORM LOAD EVENT
        Dim fi As FieldInfo
        Dim tvp As Epicor.Mfg.UI.FrameWork.JobLib.MethodTreePanel
 
        fi = GetType(Epicor.Mfg.UI.App.JobTracker.JobTrackerForm).GetField("jobTreeViewPanel",BindingFlags.NonPublic Or BindingFlags.GetField Or BindingFlags.Instance)
        tvp = fi.GetValue(JobTrackerForm)
        mt = tvp.MethodTree
 
 
Scott
 
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of tkoch77@...
Sent: Friday, October 25, 2013 3:02 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Job Entry TreeView
 
 
I am trying to use GetNativeControlReference on the tree view in Job Entry. My only problem is, the GUID for this control is different each time Job Entry is opened. Anyone figure a way around this?

Thanks,

-Ted




Works Scott, thanks for saving me the hassle.


From: Scott Litzau <scott.litzau@...>
To: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
Sent: Friday, October 25, 2013 4:35 PM
Subject: RE: [Vantage] Job Entry TreeView

#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 #ygrps-yiv-834723822yiv6237993948 --

#ygrps-yiv-834723822yiv6237993948 .ygrps-yiv-834723822yiv6237993948ygrp-photo-title{
clear:both;font-size:smaller;height:15px;overflow:hidden;text-align:center;width:75px;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948ygrp-photo{
background-position:center;background-repeat:no-repeat;background-color:white;border:1px solid black;height:62px;width:62px;}

#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948photo-title
a,
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948photo-title a:active,
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948photo-title a:hover,
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948photo-title a:visited {
text-decoration:none;}

#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948attach-table div.ygrps-yiv-834723822yiv6237993948attach-row {
clear:both;}

#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948attach-table div.ygrps-yiv-834723822yiv6237993948attach-row div {
float:left;}

#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p {
clear:both;padding:15px 0 3px 0;overflow:hidden;}

#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948ygrp-file {
width:30px;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948attach-table div.ygrps-yiv-834723822yiv6237993948attach-row div div a {
text-decoration:none;}

#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948attach-table div.ygrps-yiv-834723822yiv6237993948attach-row div div span {
font-weight:normal;}

#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948ygrp-file-title {
font-weight:bold;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 #ygrps-yiv-834723822yiv6237993948

filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Wingdings;panose-1:5 0 0 0 0 0 0 0 0 0;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Wingdings;panose-1:5 0 0 0 0 0 0 0 0 0;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Consolas;panose-1:2 11 6 9 2 2 4 3 2 4;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Verdana;panose-1:2 11 6 4 3 5 4 4 2 4;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948
#ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948MsoNormal, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948MsoNormal, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948MsoNormal
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 a:link, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 span.ygrps-yiv-834723822yiv6237993948MsoHyperlink
{color:blue;text-decoration:underline;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 a:visited, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 span.ygrps-yiv-834723822yiv6237993948MsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p
{margin-right:0in;margin-left:0in;font-size:12.0pt;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 code
{}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 pre
{margin:0in;margin-bottom:.0001pt;font-size:10.0pt;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 tt
{}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948MsoAcetate, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948MsoAcetate, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948MsoAcetate
{margin:0in;margin-bottom:.0001pt;font-size:8.0pt;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 span.ygrps-yiv-834723822yiv6237993948cat
{}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 span.ygrps-yiv-834723822yiv6237993948ct
{}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 span.ygrps-yiv-834723822yiv6237993948HTMLPreformattedChar
{font-family:Consolas;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948attach, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948attach, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948attach
{margin-right:0in;margin-left:0in;font-size:9.0pt;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948bold, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948bold, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948bold
{margin-right:0in;margin-left:0in;font-size:10.0pt;font-weight:bold;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948green, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948green, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948green
{margin-right:0in;margin-left:0in;font-size:12.0pt;color:#628C2A;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948replbq, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948replbq, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948replbq
{margin:3.0pt;font-size:12.0pt;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948ad, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948ad, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948ad
{margin-right:0in;margin-left:0in;font-size:12.0pt;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948underline, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948underline, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948underline
{margin-right:0in;margin-left:0in;font-size:12.0pt;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 span.ygrps-yiv-834723822yiv6237993948yshortcuts
{}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948ad1, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948ad1, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948ad1
{margin-right:0in;margin-left:0in;font-size:12.0pt;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948ad2, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948ad2, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948ad2
{margin-right:0in;margin-bottom:7.5pt;margin-left:0in;font-size:12.0pt;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 p.ygrps-yiv-834723822yiv6237993948underline1, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 li.ygrps-yiv-834723822yiv6237993948underline1, #ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948underline1
{margin-right:0in;margin-left:0in;font-size:12.0pt;text-decoration:underline;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 span.ygrps-yiv-834723822yiv6237993948yshortcuts1
{font-weight:bold;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 span.ygrps-yiv-834723822yiv6237993948yshortcuts2
{font-weight:normal;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 span.ygrps-yiv-834723822yiv6237993948BalloonTextChar
{}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 span.ygrps-yiv-834723822yiv6237993948EmailStyle38
{color:#1F497D;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 .ygrps-yiv-834723822yiv6237993948MsoChpDefault
{font-size:10.0pt;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {margin:1.0in 1.0in 1.0in 1.0in;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 div.ygrps-yiv-834723822yiv6237993948WordSection1
{}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948
filtered #ygrps-yiv-834723822yiv6237993948 {}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Symbol;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-834723822 filtered #ygrps-yiv-834723822yiv6237993948 {font-family:Wingdings;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 ol
{margin-bottom:0in;}
#ygrps-yiv-834723822 #ygrps-yiv-834723822yiv6237993948 ul
{margin-bottom:0in;}
#ygrps-yiv-834723822



Missed a Dim
 
        Dim mt As Epicor.Mfg.UI.FrameWork.JobLib.MethodTree
 
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Scott Litzau
Sent: Friday, October 25, 2013 3:35 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Job Entry TreeView
 
 
I was trying to do the same thing in Job Tracker, get the GUID, with no luck.  So I take no credit, I had a consultant find this for me.
 
IMPORT
Imports System.Reflection
 
 
IN FORM LOAD EVENT
        Dim fi As FieldInfo
        Dim tvp As Epicor.Mfg.UI.FrameWork.JobLib.MethodTreePanel
 
        fi = GetType(Epicor.Mfg.UI.App.JobTracker.JobTrackerForm).GetField("jobTreeViewPanel",BindingFlags.NonPublic Or BindingFlags.GetField Or BindingFlags.Instance)
        tvp = fi.GetValue(JobTrackerForm)
        mt = tvp.MethodTree
 
 
Scott
 
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of tkoch77@...
Sent: Friday, October 25, 2013 3:02 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Job Entry TreeView
 
 
I am trying to use GetNativeControlReference on the tree view in Job Entry. My only problem is, the GUID for this control is different each time Job Entry is opened. Anyone figure a way around this?

Thanks,

-Ted