How to remove the 'right click -> open with' from a text box on

Of course, team effort, thanks Stephen :)

--- In vantage@yahoogroups.com, "bw2868bond" <bwalker@...> wrote:
>
> Thanks to Stephen too! :o)
>
> --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@> wrote:
> >
> > bw,
> >
> > I tweaked the code to sort out the line wrapping and it worked
> first
> > time, brilliant !.
> >
> > Thank you for your help, it's realy appreciated.
> >
> > --- In vantage@yahoogroups.com, "bw2868bond" <bwalker@> wrote:
> > >
> > > Here is bare minimum customization: (watch wrapping of text in
> post)
> > >
> > > Module Script
> > >
> > >
> > > '// ** Wizard Insert Location - Do Not Remove 'Begin/End
> > > Wizard Added Module Level Variables' Comments! **
> > > '// Begin Wizard Added Module Level Variables **
> > >
> > > Private WithEvents edvPart As EpiDataView
> > > '// End Wizard Added Module Level Variables **
> > >
> > >
> > > '// Add Custom Module Level Variables Here **
> > >
> > >
> > >
> > > Sub InitializeCustomCode()
> > >
> > >
> > > '// ** Wizard Insert Location - Do not
> > > delete 'Begin/End Wizard Added Variable Intialization' lines **
> > > '// Begin Wizard Added Variable Intialization
> > >
> > > edvPart = CType(oTrans.EpiDataViews("Part"),
> > > EpiDataView)
> > > '// End Wizard Added Variable Intialization
> > > '// Begin Custom Method Calls
> > > edvPart.dataView.Table.Columns
> ("PartNum").ExtendedProperties
> > > ("Like") = False
> > > '// End Custom Method Calls
> > > End Sub
> > >
> > >
> > >
> > > Sub DestroyCustomCode()
> > >
> > >
> > > '// ** Wizard Insert Location - Do not
> > > delete 'Begin/End Wizard Added Object Disposal' lines **
> > > '// Begin Wizard Added Object Disposal
> > >
> > > edvPart = Nothing
> > > '// End Wizard Added Object Disposal
> > > '// Begin Custom Code Disposal
> > >
> > > '// End Custom Code Disposal
> > > End Sub
> > >
> > >
> > > End Module
> > >
> > >
> > > --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@>
wrote:
> > > >
> > > > Hi bw,
> > > >
> > > > A good example would be 'Part Maintenance', and the text box
> > being
> > > > the one that the part number is displayed on on the Part tab
> > > > (called 'tbPart').
> > > >
> > > > Thanks.
> > > >
> > > > --- In vantage@yahoogroups.com, "bw2868bond" <bwalker@> wrote:
> > > > >
> > > > > What form - what textbox?
> > > > > I will take a stab at it :o)
> > > > >
> > > > > bw
> > > > >
> > > > > --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@>
> > wrote:
> > > > > >
> > > > > > Hi Stephen,
> > > > > >
> > > > > > I don't know if you missed my reply below ?, if you're
not
> > sure
> > > > of
> > > > > > the next step then that's fine and I'll log a call with
> > > Epicor :)
> > > > > >
> > > > > > Thanks.
> > > > > >
> > > > > > --- In vantage@yahoogroups.com, "clive.1972"
<clive.1972@>
> > > wrote:
> > > > > > >
> > > > > > > Stephen, how do I alter this value if it is greyed
out ?.
> > > > > > >
> > > > > > > Thanks.
> > > > > > >
> > > > > > > --- In vantage@yahoogroups.com, "Stephen Edginton"
> > > <stephene@>
> > > > > > > wrote:
> > > > > > > >
> > > > > > > > Remove the "like" property from the extended
properties
> > of
> > > > the
> > > > > > data
> > > > > > > > column.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > From: vantage@yahoogroups.com
> > > > [mailto:vantage@yahoogroups.com]
> > > > > On
> > > > > > > Behalf
> > > > > > > > Of clive.1972
> > > > > > > > Sent: 22 January 2009 15:14
> > > > > > > > To: vantage@yahoogroups.com
> > > > > > > > Subject: [Vantage] How to remove the 'right click ->
> open
> > > > with'
> > > > > > > from a
> > > > > > > > text box on a customisation
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > I want to do a customisation that heavily restricts
> what
> > > can
> > > > be
> > > > > > > done on
> > > > > > > > a program in Vantage (8.03.406a) and a key thing is
to
> > > remove
> > > > > > > > the 'right click -> open with' option from a text box.
> > > > > > > >
> > > > > > > > I don't want to disable the text box though as I
still
> > want
> > > > to
> > > > > > > allow
> > > > > > > > people to type text into it.
> > > > > > > >
> > > > > > > > Can this be done, either with a simple option or some
> > > code ?.
> > > > > > > >
> > > > > > > > Thanks.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
I want to do a customisation that heavily restricts what can be done on
a program in Vantage (8.03.406a) and a key thing is to remove
the 'right click -> open with' option from a text box.

I don't want to disable the text box though as I still want to allow
people to type text into it.

Can this be done, either with a simple option or some code ?.

Thanks.
Remove the "like" property from the extended properties of the data
column.





From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of clive.1972
Sent: 22 January 2009 15:14
To: vantage@yahoogroups.com
Subject: [Vantage] How to remove the 'right click -> open with' from a
text box on a customisation



I want to do a customisation that heavily restricts what can be done on
a program in Vantage (8.03.406a) and a key thing is to remove
the 'right click -> open with' option from a text box.

I don't want to disable the text box though as I still want to allow
people to type text into it.

Can this be done, either with a simple option or some code ?.

Thanks.





[Non-text portions of this message have been removed]
Stephen, how do I alter this value if it is greyed out ?.

Thanks.

--- In vantage@yahoogroups.com, "Stephen Edginton" <stephene@...>
wrote:
>
> Remove the "like" property from the extended properties of the data
> column.
>
>
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On
Behalf
> Of clive.1972
> Sent: 22 January 2009 15:14
> To: vantage@yahoogroups.com
> Subject: [Vantage] How to remove the 'right click -> open with'
from a
> text box on a customisation
>
>
>
> I want to do a customisation that heavily restricts what can be
done on
> a program in Vantage (8.03.406a) and a key thing is to remove
> the 'right click -> open with' option from a text box.
>
> I don't want to disable the text box though as I still want to
allow
> people to type text into it.
>
> Can this be done, either with a simple option or some code ?.
>
> Thanks.
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
Hi Stephen,

I don't know if you missed my reply below ?, if you're not sure of
the next step then that's fine and I'll log a call with Epicor :)

Thanks.

--- In vantage@yahoogroups.com, "clive.1972" <clive.1972@...> wrote:
>
> Stephen, how do I alter this value if it is greyed out ?.
>
> Thanks.
>
> --- In vantage@yahoogroups.com, "Stephen Edginton" <stephene@>
> wrote:
> >
> > Remove the "like" property from the extended properties of the
data
> > column.
> >
> >
> >
> >
> >
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On
> Behalf
> > Of clive.1972
> > Sent: 22 January 2009 15:14
> > To: vantage@yahoogroups.com
> > Subject: [Vantage] How to remove the 'right click -> open with'
> from a
> > text box on a customisation
> >
> >
> >
> > I want to do a customisation that heavily restricts what can be
> done on
> > a program in Vantage (8.03.406a) and a key thing is to remove
> > the 'right click -> open with' option from a text box.
> >
> > I don't want to disable the text box though as I still want to
> allow
> > people to type text into it.
> >
> > Can this be done, either with a simple option or some code ?.
> >
> > Thanks.
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
What form - what textbox?
I will take a stab at it :o)

bw

--- In vantage@yahoogroups.com, "clive.1972" <clive.1972@...> wrote:
>
> Hi Stephen,
>
> I don't know if you missed my reply below ?, if you're not sure of
> the next step then that's fine and I'll log a call with Epicor :)
>
> Thanks.
>
> --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@> wrote:
> >
> > Stephen, how do I alter this value if it is greyed out ?.
> >
> > Thanks.
> >
> > --- In vantage@yahoogroups.com, "Stephen Edginton" <stephene@>
> > wrote:
> > >
> > > Remove the "like" property from the extended properties of the
> data
> > > column.
> > >
> > >
> > >
> > >
> > >
> > > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
On
> > Behalf
> > > Of clive.1972
> > > Sent: 22 January 2009 15:14
> > > To: vantage@yahoogroups.com
> > > Subject: [Vantage] How to remove the 'right click -> open with'
> > from a
> > > text box on a customisation
> > >
> > >
> > >
> > > I want to do a customisation that heavily restricts what can be
> > done on
> > > a program in Vantage (8.03.406a) and a key thing is to remove
> > > the 'right click -> open with' option from a text box.
> > >
> > > I don't want to disable the text box though as I still want to
> > allow
> > > people to type text into it.
> > >
> > > Can this be done, either with a simple option or some code ?.
> > >
> > > Thanks.
> > >
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>
Hi bw,

A good example would be 'Part Maintenance', and the text box being
the one that the part number is displayed on on the Part tab
(called 'tbPart').

Thanks.

--- In vantage@yahoogroups.com, "bw2868bond" <bwalker@...> wrote:
>
> What form - what textbox?
> I will take a stab at it :o)
>
> bw
>
> --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@> wrote:
> >
> > Hi Stephen,
> >
> > I don't know if you missed my reply below ?, if you're not sure
of
> > the next step then that's fine and I'll log a call with Epicor :)
> >
> > Thanks.
> >
> > --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@> wrote:
> > >
> > > Stephen, how do I alter this value if it is greyed out ?.
> > >
> > > Thanks.
> > >
> > > --- In vantage@yahoogroups.com, "Stephen Edginton" <stephene@>
> > > wrote:
> > > >
> > > > Remove the "like" property from the extended properties of
the
> > data
> > > > column.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > From: vantage@yahoogroups.com
[mailto:vantage@yahoogroups.com]
> On
> > > Behalf
> > > > Of clive.1972
> > > > Sent: 22 January 2009 15:14
> > > > To: vantage@yahoogroups.com
> > > > Subject: [Vantage] How to remove the 'right click -> open
with'
> > > from a
> > > > text box on a customisation
> > > >
> > > >
> > > >
> > > > I want to do a customisation that heavily restricts what can
be
> > > done on
> > > > a program in Vantage (8.03.406a) and a key thing is to remove
> > > > the 'right click -> open with' option from a text box.
> > > >
> > > > I don't want to disable the text box though as I still want
to
> > > allow
> > > > people to type text into it.
> > > >
> > > > Can this be done, either with a simple option or some code ?.
> > > >
> > > > Thanks.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> >
>
Here is bare minimum customization: (watch wrapping of text in post)

Module Script


'// ** Wizard Insert Location - Do Not Remove 'Begin/End
Wizard Added Module Level Variables' Comments! **
'// Begin Wizard Added Module Level Variables **

Private WithEvents edvPart As EpiDataView
'// End Wizard Added Module Level Variables **


'// Add Custom Module Level Variables Here **



Sub InitializeCustomCode()


'// ** Wizard Insert Location - Do not
delete 'Begin/End Wizard Added Variable Intialization' lines **
'// Begin Wizard Added Variable Intialization

edvPart = CType(oTrans.EpiDataViews("Part"),
EpiDataView)
'// End Wizard Added Variable Intialization
'// Begin Custom Method Calls
edvPart.dataView.Table.Columns("PartNum").ExtendedProperties
("Like") = False
'// End Custom Method Calls
End Sub



Sub DestroyCustomCode()


'// ** Wizard Insert Location - Do not
delete 'Begin/End Wizard Added Object Disposal' lines **
'// Begin Wizard Added Object Disposal

edvPart = Nothing
'// End Wizard Added Object Disposal
'// Begin Custom Code Disposal

'// End Custom Code Disposal
End Sub


End Module


--- In vantage@yahoogroups.com, "clive.1972" <clive.1972@...> wrote:
>
> Hi bw,
>
> A good example would be 'Part Maintenance', and the text box being
> the one that the part number is displayed on on the Part tab
> (called 'tbPart').
>
> Thanks.
>
> --- In vantage@yahoogroups.com, "bw2868bond" <bwalker@> wrote:
> >
> > What form - what textbox?
> > I will take a stab at it :o)
> >
> > bw
> >
> > --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@> wrote:
> > >
> > > Hi Stephen,
> > >
> > > I don't know if you missed my reply below ?, if you're not sure
> of
> > > the next step then that's fine and I'll log a call with
Epicor :)
> > >
> > > Thanks.
> > >
> > > --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@>
wrote:
> > > >
> > > > Stephen, how do I alter this value if it is greyed out ?.
> > > >
> > > > Thanks.
> > > >
> > > > --- In vantage@yahoogroups.com, "Stephen Edginton"
<stephene@>
> > > > wrote:
> > > > >
> > > > > Remove the "like" property from the extended properties of
> the
> > > data
> > > > > column.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > From: vantage@yahoogroups.com
> [mailto:vantage@yahoogroups.com]
> > On
> > > > Behalf
> > > > > Of clive.1972
> > > > > Sent: 22 January 2009 15:14
> > > > > To: vantage@yahoogroups.com
> > > > > Subject: [Vantage] How to remove the 'right click -> open
> with'
> > > > from a
> > > > > text box on a customisation
> > > > >
> > > > >
> > > > >
> > > > > I want to do a customisation that heavily restricts what
can
> be
> > > > done on
> > > > > a program in Vantage (8.03.406a) and a key thing is to
remove
> > > > > the 'right click -> open with' option from a text box.
> > > > >
> > > > > I don't want to disable the text box though as I still want
> to
> > > > allow
> > > > > people to type text into it.
> > > > >
> > > > > Can this be done, either with a simple option or some
code ?.
> > > > >
> > > > > Thanks.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > >
> >
>
bw,

I tweaked the code to sort out the line wrapping and it worked first
time, brilliant !.

Thank you for your help, it's realy appreciated.

--- In vantage@yahoogroups.com, "bw2868bond" <bwalker@...> wrote:
>
> Here is bare minimum customization: (watch wrapping of text in post)
>
> Module Script
>
>
> '// ** Wizard Insert Location - Do Not Remove 'Begin/End
> Wizard Added Module Level Variables' Comments! **
> '// Begin Wizard Added Module Level Variables **
>
> Private WithEvents edvPart As EpiDataView
> '// End Wizard Added Module Level Variables **
>
>
> '// Add Custom Module Level Variables Here **
>
>
>
> Sub InitializeCustomCode()
>
>
> '// ** Wizard Insert Location - Do not
> delete 'Begin/End Wizard Added Variable Intialization' lines **
> '// Begin Wizard Added Variable Intialization
>
> edvPart = CType(oTrans.EpiDataViews("Part"),
> EpiDataView)
> '// End Wizard Added Variable Intialization
> '// Begin Custom Method Calls
> edvPart.dataView.Table.Columns("PartNum").ExtendedProperties
> ("Like") = False
> '// End Custom Method Calls
> End Sub
>
>
>
> Sub DestroyCustomCode()
>
>
> '// ** Wizard Insert Location - Do not
> delete 'Begin/End Wizard Added Object Disposal' lines **
> '// Begin Wizard Added Object Disposal
>
> edvPart = Nothing
> '// End Wizard Added Object Disposal
> '// Begin Custom Code Disposal
>
> '// End Custom Code Disposal
> End Sub
>
>
> End Module
>
>
> --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@> wrote:
> >
> > Hi bw,
> >
> > A good example would be 'Part Maintenance', and the text box
being
> > the one that the part number is displayed on on the Part tab
> > (called 'tbPart').
> >
> > Thanks.
> >
> > --- In vantage@yahoogroups.com, "bw2868bond" <bwalker@> wrote:
> > >
> > > What form - what textbox?
> > > I will take a stab at it :o)
> > >
> > > bw
> > >
> > > --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@>
wrote:
> > > >
> > > > Hi Stephen,
> > > >
> > > > I don't know if you missed my reply below ?, if you're not
sure
> > of
> > > > the next step then that's fine and I'll log a call with
> Epicor :)
> > > >
> > > > Thanks.
> > > >
> > > > --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@>
> wrote:
> > > > >
> > > > > Stephen, how do I alter this value if it is greyed out ?.
> > > > >
> > > > > Thanks.
> > > > >
> > > > > --- In vantage@yahoogroups.com, "Stephen Edginton"
> <stephene@>
> > > > > wrote:
> > > > > >
> > > > > > Remove the "like" property from the extended properties
of
> > the
> > > > data
> > > > > > column.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > From: vantage@yahoogroups.com
> > [mailto:vantage@yahoogroups.com]
> > > On
> > > > > Behalf
> > > > > > Of clive.1972
> > > > > > Sent: 22 January 2009 15:14
> > > > > > To: vantage@yahoogroups.com
> > > > > > Subject: [Vantage] How to remove the 'right click -> open
> > with'
> > > > > from a
> > > > > > text box on a customisation
> > > > > >
> > > > > >
> > > > > >
> > > > > > I want to do a customisation that heavily restricts what
> can
> > be
> > > > > done on
> > > > > > a program in Vantage (8.03.406a) and a key thing is to
> remove
> > > > > > the 'right click -> open with' option from a text box.
> > > > > >
> > > > > > I don't want to disable the text box though as I still
want
> > to
> > > > > allow
> > > > > > people to type text into it.
> > > > > >
> > > > > > Can this be done, either with a simple option or some
> code ?.
> > > > > >
> > > > > > Thanks.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > >
> > >
> >
>
Thanks to Stephen too! :o)

--- In vantage@yahoogroups.com, "clive.1972" <clive.1972@...> wrote:
>
> bw,
>
> I tweaked the code to sort out the line wrapping and it worked
first
> time, brilliant !.
>
> Thank you for your help, it's realy appreciated.
>
> --- In vantage@yahoogroups.com, "bw2868bond" <bwalker@> wrote:
> >
> > Here is bare minimum customization: (watch wrapping of text in
post)
> >
> > Module Script
> >
> >
> > '// ** Wizard Insert Location - Do Not Remove 'Begin/End
> > Wizard Added Module Level Variables' Comments! **
> > '// Begin Wizard Added Module Level Variables **
> >
> > Private WithEvents edvPart As EpiDataView
> > '// End Wizard Added Module Level Variables **
> >
> >
> > '// Add Custom Module Level Variables Here **
> >
> >
> >
> > Sub InitializeCustomCode()
> >
> >
> > '// ** Wizard Insert Location - Do not
> > delete 'Begin/End Wizard Added Variable Intialization' lines **
> > '// Begin Wizard Added Variable Intialization
> >
> > edvPart = CType(oTrans.EpiDataViews("Part"),
> > EpiDataView)
> > '// End Wizard Added Variable Intialization
> > '// Begin Custom Method Calls
> > edvPart.dataView.Table.Columns
("PartNum").ExtendedProperties
> > ("Like") = False
> > '// End Custom Method Calls
> > End Sub
> >
> >
> >
> > Sub DestroyCustomCode()
> >
> >
> > '// ** Wizard Insert Location - Do not
> > delete 'Begin/End Wizard Added Object Disposal' lines **
> > '// Begin Wizard Added Object Disposal
> >
> > edvPart = Nothing
> > '// End Wizard Added Object Disposal
> > '// Begin Custom Code Disposal
> >
> > '// End Custom Code Disposal
> > End Sub
> >
> >
> > End Module
> >
> >
> > --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@> wrote:
> > >
> > > Hi bw,
> > >
> > > A good example would be 'Part Maintenance', and the text box
> being
> > > the one that the part number is displayed on on the Part tab
> > > (called 'tbPart').
> > >
> > > Thanks.
> > >
> > > --- In vantage@yahoogroups.com, "bw2868bond" <bwalker@> wrote:
> > > >
> > > > What form - what textbox?
> > > > I will take a stab at it :o)
> > > >
> > > > bw
> > > >
> > > > --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@>
> wrote:
> > > > >
> > > > > Hi Stephen,
> > > > >
> > > > > I don't know if you missed my reply below ?, if you're not
> sure
> > > of
> > > > > the next step then that's fine and I'll log a call with
> > Epicor :)
> > > > >
> > > > > Thanks.
> > > > >
> > > > > --- In vantage@yahoogroups.com, "clive.1972" <clive.1972@>
> > wrote:
> > > > > >
> > > > > > Stephen, how do I alter this value if it is greyed out ?.
> > > > > >
> > > > > > Thanks.
> > > > > >
> > > > > > --- In vantage@yahoogroups.com, "Stephen Edginton"
> > <stephene@>
> > > > > > wrote:
> > > > > > >
> > > > > > > Remove the "like" property from the extended properties
> of
> > > the
> > > > > data
> > > > > > > column.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > From: vantage@yahoogroups.com
> > > [mailto:vantage@yahoogroups.com]
> > > > On
> > > > > > Behalf
> > > > > > > Of clive.1972
> > > > > > > Sent: 22 January 2009 15:14
> > > > > > > To: vantage@yahoogroups.com
> > > > > > > Subject: [Vantage] How to remove the 'right click ->
open
> > > with'
> > > > > > from a
> > > > > > > text box on a customisation
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > I want to do a customisation that heavily restricts
what
> > can
> > > be
> > > > > > done on
> > > > > > > a program in Vantage (8.03.406a) and a key thing is to
> > remove
> > > > > > > the 'right click -> open with' option from a text box.
> > > > > > >
> > > > > > > I don't want to disable the text box though as I still
> want
> > > to
> > > > > > allow
> > > > > > > people to type text into it.
> > > > > > >
> > > > > > > Can this be done, either with a simple option or some
> > code ?.
> > > > > > >
> > > > > > > Thanks.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
Thanks Bernie, been a bit busy today !



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of clive.1972
Sent: 27 January 2009 13:52
To: vantage@yahoogroups.com
Subject: [Vantage] Re: How to remove the 'right click -> open with' from
a text box on a customisation



bw,

I tweaked the code to sort out the line wrapping and it worked first
time, brilliant !.

Thank you for your help, it's realy appreciated.

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"bw2868bond" <bwalker@...> wrote:
>
> Here is bare minimum customization: (watch wrapping of text in post)
>
> Module Script
>
>
> '// ** Wizard Insert Location - Do Not Remove 'Begin/End
> Wizard Added Module Level Variables' Comments! **
> '// Begin Wizard Added Module Level Variables **
>
> Private WithEvents edvPart As EpiDataView
> '// End Wizard Added Module Level Variables **
>
>
> '// Add Custom Module Level Variables Here **
>
>
>
> Sub InitializeCustomCode()
>
>
> '// ** Wizard Insert Location - Do not
> delete 'Begin/End Wizard Added Variable Intialization' lines **
> '// Begin Wizard Added Variable Intialization
>
> edvPart = CType(oTrans.EpiDataViews("Part"),
> EpiDataView)
> '// End Wizard Added Variable Intialization
> '// Begin Custom Method Calls
> edvPart.dataView.Table.Columns("PartNum").ExtendedProperties
> ("Like") = False
> '// End Custom Method Calls
> End Sub
>
>
>
> Sub DestroyCustomCode()
>
>
> '// ** Wizard Insert Location - Do not
> delete 'Begin/End Wizard Added Object Disposal' lines **
> '// Begin Wizard Added Object Disposal
>
> edvPart = Nothing
> '// End Wizard Added Object Disposal
> '// Begin Custom Code Disposal
>
> '// End Custom Code Disposal
> End Sub
>
>
> End Module
>
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"clive.1972" <clive.1972@> wrote:
> >
> > Hi bw,
> >
> > A good example would be 'Part Maintenance', and the text box
being
> > the one that the part number is displayed on on the Part tab
> > (called 'tbPart').
> >
> > Thanks.
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"bw2868bond" <bwalker@> wrote:
> > >
> > > What form - what textbox?
> > > I will take a stab at it :o)
> > >
> > > bw
> > >
> > > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
, "clive.1972" <clive.1972@>
wrote:
> > > >
> > > > Hi Stephen,
> > > >
> > > > I don't know if you missed my reply below ?, if you're not
sure
> > of
> > > > the next step then that's fine and I'll log a call with
> Epicor :)
> > > >
> > > > Thanks.
> > > >
> > > > --- In vantage@yahoogroups.com
<mailto:vantage%40yahoogroups.com> , "clive.1972" <clive.1972@>
> wrote:
> > > > >
> > > > > Stephen, how do I alter this value if it is greyed out ?.
> > > > >
> > > > > Thanks.
> > > > >
> > > > > --- In vantage@yahoogroups.com
<mailto:vantage%40yahoogroups.com> , "Stephen Edginton"
> <stephene@>
> > > > > wrote:
> > > > > >
> > > > > > Remove the "like" property from the extended properties
of
> > the
> > > > data
> > > > > > column.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > From: vantage@yahoogroups.com
<mailto:vantage%40yahoogroups.com>
> > [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ]

> > > On
> > > > > Behalf
> > > > > > Of clive.1972
> > > > > > Sent: 22 January 2009 15:14
> > > > > > To: vantage@yahoogroups.com
<mailto:vantage%40yahoogroups.com>
> > > > > > Subject: [Vantage] How to remove the 'right click -> open
> > with'
> > > > > from a
> > > > > > text box on a customisation
> > > > > >
> > > > > >
> > > > > >
> > > > > > I want to do a customisation that heavily restricts what
> can
> > be
> > > > > done on
> > > > > > a program in Vantage (8.03.406a) and a key thing is to
> remove
> > > > > > the 'right click -> open with' option from a text box.
> > > > > >
> > > > > > I don't want to disable the text box though as I still
want
> > to
> > > > > allow
> > > > > > people to type text into it.
> > > > > >
> > > > > > Can this be done, either with a simple option or some
> code ?.
> > > > > >
> > > > > > Thanks.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > >
> > >
> >
>



[Non-text portions of this message have been removed]