Ultra Combo in list view

I recall seeing this in this list but cannot seem to find. Sorry. Does
anyone have code for creating a Ultra Combo field in a list view?


[Non-text portions of this message have been removed]
I have added an Ultra Combo Box to a screen that is a drop down from the
Reason table. I would like to filter the options that show up in the combo
box by the Reason.ReasonType field. How can I do this The standard options
don't really seem to have a filter option any advice?



~Charlie





[Non-text portions of this message have been removed]
In the properties window for your added control, one of the properties in the top section (I'm not connected to Vantage so I can't tell you its specific title) that allows you to effectively specify a filter such as you describe.

I think if you look at most any editing app that pulls in PartRev.Revision, you'll see an example of it where some of the native Rev controls in various apps are filtered to only allow PartRev.Approved=True revisions to appear in the pulldown.

(There may be other examples - like limits on Part where Inactive is False).

Snoop around and you'll find a model to follow for what you want to do with the reason code type.

Perhaps someone connected to Vantage can give you the control property line name where you can enter your filter criteria.

Not enough java in me yet to jog my brain fully awake & I'm drawing a blank. (;o

Rob




________________________________
From: Charlie Wilson <foamdesigncsw@...>
To: vantage@yahoogroups.com
Sent: Monday, September 21, 2009 11:47:47 AM
Subject: [Vantage] Reason Code Customization Filter


I have added an Ultra Combo Box to a screen that is a drop down from the
Reason table. I would like to filter the options that show up in the combo
box by the Reason.ReasonType field. How can I do this The standard options
don't really seem to have a filter option any advice?

~Charlie

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







[Non-text portions of this message have been removed]
The search filter option seems to be available on a combo box but not an
ultracombo. Am I missing something?



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Robert Brown
Sent: Tuesday, September 22, 2009 6:37 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Reason Code Customization Filter





In the properties window for your added control, one of the properties in
the top section (I'm not connected to Vantage so I can't tell you its
specific title) that allows you to effectively specify a filter such as you
describe.

I think if you look at most any editing app that pulls in PartRev.Revision,
you'll see an example of it where some of the native Rev controls in various
apps are filtered to only allow PartRev.Approved=True revisions to appear in
the pulldown.

(There may be other examples - like limits on Part where Inactive is False).

Snoop around and you'll find a model to follow for what you want to do with
the reason code type.

Perhaps someone connected to Vantage can give you the control property line
name where you can enter your filter criteria.

Not enough java in me yet to jog my brain fully awake & I'm drawing a blank.
(;o

Rob

________________________________
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesigncsw%40yahoo.com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Sent: Monday, September 21, 2009 11:47:47 AM
Subject: [Vantage] Reason Code Customization Filter

I have added an Ultra Combo Box to a screen that is a drop down from the
Reason table. I would like to filter the options that show up in the combo
box by the Reason.ReasonType field. How can I do this The standard options
don't really seem to have a filter option any advice?

~Charlie

[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]
I have found an instruction set (answer book) on epicweb that tells you how
to filter on an ultra combo box but the instructions are so vague (or I'm
not familiar with what they are talking about) to figure out what to do.
Does anyone have a better set of instructions.



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Robert Brown
Sent: Tuesday, September 22, 2009 6:37 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Reason Code Customization Filter





In the properties window for your added control, one of the properties in
the top section (I'm not connected to Vantage so I can't tell you its
specific title) that allows you to effectively specify a filter such as you
describe.

I think if you look at most any editing app that pulls in PartRev.Revision,
you'll see an example of it where some of the native Rev controls in various
apps are filtered to only allow PartRev.Approved=True revisions to appear in
the pulldown.

(There may be other examples - like limits on Part where Inactive is False).

Snoop around and you'll find a model to follow for what you want to do with
the reason code type.

Perhaps someone connected to Vantage can give you the control property line
name where you can enter your filter criteria.

Not enough java in me yet to jog my brain fully awake & I'm drawing a blank.
(;o

Rob

________________________________
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesigncsw%40yahoo.com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Sent: Monday, September 21, 2009 11:47:47 AM
Subject: [Vantage] Reason Code Customization Filter

I have added an Ultra Combo Box to a screen that is a drop down from the
Reason table. I would like to filter the options that show up in the combo
box by the Reason.ReasonType field. How can I do this The standard options
don't really seem to have a filter option any advice?

~Charlie

[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]
Charlie

You probably aren't missing anything. (Once again - being 3am and only awake because of a back problem that refuses to allow me to sleep tonight - I'm not connected to work so I can't check if ultracombos support the filter property.)

In customization mode, check the VB methods and properties for ultracombo controls. You may get lucky and find it is only the brain dead development environment properties window that is not showing you the filter property.

If true, you can hard set it with an appropriate variation of the code example listed for the control property (if it indeed exists for ultracombos).

If no luck there, worst case might be to simply add display of the partrev.approved checkbox to the app. You don't say what app you are customizing so this table.column may or may not be within one of the native views. If it is, it is a snap to do. If it isn't, add it as an FKV (or do your own search by ID lookup with VB code).

RobÂ



________________________________
From: Charlie Wilson <foamdesigncsw@...>
To: vantage@yahoogroups.com
Sent: Tuesday, September 22, 2009 7:21:59 AM
Subject: RE: [Vantage] Reason Code Customization Filter

Â
The search filter option seems to be available on a combo box but not an
ultracombo. Am I missing something?

~Charlie

_____

From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On Behalf Of
Robert Brown
Sent: Tuesday, September 22, 2009 6:37 AM
To: vantage@yahoogroups .com
Subject: Re: [Vantage] Reason Code Customization Filter

In the properties window for your added control, one of the properties in
the top section (I'm not connected to Vantage so I can't tell you its
specific title) that allows you to effectively specify a filter such as you
describe.

I think if you look at most any editing app that pulls in PartRev.Revision,
you'll see an example of it where some of the native Rev controls in various
apps are filtered to only allow PartRev.Approved= True revisions to appear in
the pulldown.

(There may be other examples - like limits on Part where Inactive is False).

Snoop around and you'll find a model to follow for what you want to do with
the reason code type.

Perhaps someone connected to Vantage can give you the control property line
name where you can enter your filter criteria.

Not enough java in me yet to jog my brain fully awake & I'm drawing a blank.
(;o

Rob

____________ _________ _________ __
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesignc sw%40yahoo. com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage% 40yahoogroups. com> .com
Sent: Monday, September 21, 2009 11:47:47 AM
Subject: [Vantage] Reason Code Customization Filter

I have added an Ultra Combo Box to a screen that is a drop down from the
Reason table. I would like to filter the options that show up in the combo
box by the Reason.ReasonType field. How can I do this The standard options
don't really seem to have a filter option any advice?

~Charlie

[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]







[Non-text portions of this message have been removed]
Where are the VB methods and properties for ultracombo controls I'm not
familiar with those.



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Robert Brown
Sent: Friday, September 25, 2009 3:38 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Reason Code Customization Filter





Charlie

You probably aren't missing anything. (Once again - being 3am and only awake
because of a back problem that refuses to allow me to sleep tonight - I'm
not connected to work so I can't check if ultracombos support the filter
property.)

In customization mode, check the VB methods and properties for ultracombo
controls. You may get lucky and find it is only the brain dead development
environment properties window that is not showing you the filter property.

If true, you can hard set it with an appropriate variation of the code
example listed for the control property (if it indeed exists for
ultracombos).

If no luck there, worst case might be to simply add display of the
partrev.approved checkbox to the app. You don't say what app you are
customizing so this table.column may or may not be within one of the native
views. If it is, it is a snap to do. If it isn't, add it as an FKV (or do
your own search by ID lookup with VB code).

Rob

________________________________
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesigncsw%40yahoo.com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Sent: Tuesday, September 22, 2009 7:21:59 AM
Subject: RE: [Vantage] Reason Code Customization Filter


The search filter option seems to be available on a combo box but not an
ultracombo. Am I missing something?

~Charlie

_____

From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On Behalf
Of
Robert Brown
Sent: Tuesday, September 22, 2009 6:37 AM
To: vantage@yahoogroups .com
Subject: Re: [Vantage] Reason Code Customization Filter

In the properties window for your added control, one of the properties in
the top section (I'm not connected to Vantage so I can't tell you its
specific title) that allows you to effectively specify a filter such as you
describe.

I think if you look at most any editing app that pulls in PartRev.Revision,
you'll see an example of it where some of the native Rev controls in various
apps are filtered to only allow PartRev.Approved= True revisions to appear
in
the pulldown.

(There may be other examples - like limits on Part where Inactive is False).

Snoop around and you'll find a model to follow for what you want to do with
the reason code type.

Perhaps someone connected to Vantage can give you the control property line
name where you can enter your filter criteria.

Not enough java in me yet to jog my brain fully awake & I'm drawing a blank.
(;o

Rob

____________ _________ _________ __
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesignc sw%40yahoo. com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage% 40yahoogroups. com> .com
Sent: Monday, September 21, 2009 11:47:47 AM
Subject: [Vantage] Reason Code Customization Filter

I have added an Ultra Combo Box to a screen that is a drop down from the
Reason table. I would like to filter the options that show up in the combo
box by the Reason.ReasonType field. How can I do this The standard options
don't really seem to have a filter option any advice?

~Charlie

[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]

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





[Non-text portions of this message have been removed]
In customization look under tools/object explorer expand the controls
node.



Rob Bucek

Manufacturing Engineer

PH: (715) 284-5376 ext 3111

FAX: (715)284-4084

<http://www.dsmfg.com/>

(Click the logo to view our site) <http://www.dsmfg.com/>





From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Charlie Wilson
Sent: Tuesday, September 29, 2009 7:35 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Reason Code Customization Filter





Where are the VB methods and properties for ultracombo controls I'm not
familiar with those.

~Charlie

_____

From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Robert Brown
Sent: Friday, September 25, 2009 3:38 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: Re: [Vantage] Reason Code Customization Filter

Charlie

You probably aren't missing anything. (Once again - being 3am and only
awake
because of a back problem that refuses to allow me to sleep tonight -
I'm
not connected to work so I can't check if ultracombos support the filter
property.)

In customization mode, check the VB methods and properties for
ultracombo
controls. You may get lucky and find it is only the brain dead
development
environment properties window that is not showing you the filter
property.

If true, you can hard set it with an appropriate variation of the code
example listed for the control property (if it indeed exists for
ultracombos).

If no luck there, worst case might be to simply add display of the
partrev.approved checkbox to the app. You don't say what app you are
customizing so this table.column may or may not be within one of the
native
views. If it is, it is a snap to do. If it isn't, add it as an FKV (or
do
your own search by ID lookup with VB code).

Rob

________________________________
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesigncsw%40yahoo.com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Sent: Tuesday, September 22, 2009 7:21:59 AM
Subject: RE: [Vantage] Reason Code Customization Filter

The search filter option seems to be available on a combo box but not an
ultracombo. Am I missing something?

~Charlie

_____

From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On
Behalf
Of
Robert Brown
Sent: Tuesday, September 22, 2009 6:37 AM
To: vantage@yahoogroups .com
Subject: Re: [Vantage] Reason Code Customization Filter

In the properties window for your added control, one of the properties
in
the top section (I'm not connected to Vantage so I can't tell you its
specific title) that allows you to effectively specify a filter such as
you
describe.

I think if you look at most any editing app that pulls in
PartRev.Revision,
you'll see an example of it where some of the native Rev controls in
various
apps are filtered to only allow PartRev.Approved= True revisions to
appear
in
the pulldown.

(There may be other examples - like limits on Part where Inactive is
False).

Snoop around and you'll find a model to follow for what you want to do
with
the reason code type.

Perhaps someone connected to Vantage can give you the control property
line
name where you can enter your filter criteria.

Not enough java in me yet to jog my brain fully awake & I'm drawing a
blank.
(;o

Rob

____________ _________ _________ __
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesignc sw%40yahoo.
com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage% 40yahoogroups. com> .com
Sent: Monday, September 21, 2009 11:47:47 AM
Subject: [Vantage] Reason Code Customization Filter

I have added an Ultra Combo Box to a screen that is a drop down from the
Reason table. I would like to filter the options that show up in the
combo
box by the Reason.ReasonType field. How can I do this The standard
options
don't really seem to have a filter option any advice?

~Charlie

[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]

[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]
Any documents anywhere on an example to how to use one of these?



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Rob Bucek
Sent: Tuesday, September 29, 2009 9:48 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Reason Code Customization Filter





In customization look under tools/object explorer expand the controls
node.

Rob Bucek

Manufacturing Engineer

PH: (715) 284-5376 ext 3111

FAX: (715)284-4084

<http://www.dsmfg <http://www.dsmfg.com/> com/>

(Click the logo to view our site) <http://www.dsmfg <http://www.dsmfg.com/>
com/>

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf
Of Charlie Wilson
Sent: Tuesday, September 29, 2009 7:35 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Reason Code Customization Filter

Where are the VB methods and properties for ultracombo controls I'm not
familiar with those.

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Robert Brown
Sent: Friday, September 25, 2009 3:38 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: Re: [Vantage] Reason Code Customization Filter

Charlie

You probably aren't missing anything. (Once again - being 3am and only
awake
because of a back problem that refuses to allow me to sleep tonight -
I'm
not connected to work so I can't check if ultracombos support the filter
property.)

In customization mode, check the VB methods and properties for
ultracombo
controls. You may get lucky and find it is only the brain dead
development
environment properties window that is not showing you the filter
property.

If true, you can hard set it with an appropriate variation of the code
example listed for the control property (if it indeed exists for
ultracombos).

If no luck there, worst case might be to simply add display of the
partrev.approved checkbox to the app. You don't say what app you are
customizing so this table.column may or may not be within one of the
native
views. If it is, it is a snap to do. If it isn't, add it as an FKV (or
do
your own search by ID lookup with VB code).

Rob

________________________________
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesigncsw%40yahoo.com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Sent: Tuesday, September 22, 2009 7:21:59 AM
Subject: RE: [Vantage] Reason Code Customization Filter

The search filter option seems to be available on a combo box but not an
ultracombo. Am I missing something?

~Charlie

_____

From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On
Behalf
Of
Robert Brown
Sent: Tuesday, September 22, 2009 6:37 AM
To: vantage@yahoogroups .com
Subject: Re: [Vantage] Reason Code Customization Filter

In the properties window for your added control, one of the properties
in
the top section (I'm not connected to Vantage so I can't tell you its
specific title) that allows you to effectively specify a filter such as
you
describe.

I think if you look at most any editing app that pulls in
PartRev.Revision,
you'll see an example of it where some of the native Rev controls in
various
apps are filtered to only allow PartRev.Approved= True revisions to
appear
in
the pulldown.

(There may be other examples - like limits on Part where Inactive is
False).

Snoop around and you'll find a model to follow for what you want to do
with
the reason code type.

Perhaps someone connected to Vantage can give you the control property
line
name where you can enter your filter criteria.

Not enough java in me yet to jog my brain fully awake & I'm drawing a
blank.
(;o

Rob

____________ _________ _________ __
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesignc sw%40yahoo.
com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage% 40yahoogroups. com> .com
Sent: Monday, September 21, 2009 11:47:47 AM
Subject: [Vantage] Reason Code Customization Filter

I have added an Ultra Combo Box to a screen that is a drop down from the
Reason table. I would like to filter the options that show up in the
combo
box by the Reason.ReasonType field. How can I do this The standard
options
don't really seem to have a filter option any advice?

~Charlie

[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]

[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]





[Non-text portions of this message have been removed]
The Filter property for an Ultra Combo is not available in the properties window. You have to set that property through code.

Add these lines to your "Form_Load" event.

Dim fields as String() = New String() {"ReasonType"}
[UltraComboName].SetColumnFilter(fields)

That should take care of it.

-Scott

--- In vantage@yahoogroups.com, "Rob Bucek" <rbucek@...> wrote:
>
> In customization look under tools/object explorer expand the controls
> node.
>
>
>
> Rob Bucek
>
> Manufacturing Engineer
>
> PH: (715) 284-5376 ext 3111
>
> FAX: (715)284-4084
>
> <http://www.dsmfg.com/>
>
> (Click the logo to view our site) <http://www.dsmfg.com/>
>
>
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of Charlie Wilson
> Sent: Tuesday, September 29, 2009 7:35 AM
> To: vantage@yahoogroups.com
> Subject: RE: [Vantage] Reason Code Customization Filter
>
>
>
>
>
> Where are the VB methods and properties for ultracombo controls I'm not
> familiar with those.
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
> Behalf Of
> Robert Brown
> Sent: Friday, September 25, 2009 3:38 AM
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> Subject: Re: [Vantage] Reason Code Customization Filter
>
> Charlie
>
> You probably aren't missing anything. (Once again - being 3am and only
> awake
> because of a back problem that refuses to allow me to sleep tonight -
> I'm
> not connected to work so I can't check if ultracombos support the filter
> property.)
>
> In customization mode, check the VB methods and properties for
> ultracombo
> controls. You may get lucky and find it is only the brain dead
> development
> environment properties window that is not showing you the filter
> property.
>
> If true, you can hard set it with an appropriate variation of the code
> example listed for the control property (if it indeed exists for
> ultracombos).
>
> If no luck there, worst case might be to simply add display of the
> partrev.approved checkbox to the app. You don't say what app you are
> customizing so this table.column may or may not be within one of the
> native
> views. If it is, it is a snap to do. If it isn't, add it as an FKV (or
> do
> your own search by ID lookup with VB code).
>
> Rob
>
> ________________________________
> From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesigncsw%40yahoo.com>
> yahoo.com>
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Sent: Tuesday, September 22, 2009 7:21:59 AM
> Subject: RE: [Vantage] Reason Code Customization Filter
>
> The search filter option seems to be available on a combo box but not an
> ultracombo. Am I missing something?
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On
> Behalf
> Of
> Robert Brown
> Sent: Tuesday, September 22, 2009 6:37 AM
> To: vantage@yahoogroups .com
> Subject: Re: [Vantage] Reason Code Customization Filter
>
> In the properties window for your added control, one of the properties
> in
> the top section (I'm not connected to Vantage so I can't tell you its
> specific title) that allows you to effectively specify a filter such as
> you
> describe.
>
> I think if you look at most any editing app that pulls in
> PartRev.Revision,
> you'll see an example of it where some of the native Rev controls in
> various
> apps are filtered to only allow PartRev.Approved= True revisions to
> appear
> in
> the pulldown.
>
> (There may be other examples - like limits on Part where Inactive is
> False).
>
> Snoop around and you'll find a model to follow for what you want to do
> with
> the reason code type.
>
> Perhaps someone connected to Vantage can give you the control property
> line
> name where you can enter your filter criteria.
>
> Not enough java in me yet to jog my brain fully awake & I'm drawing a
> blank.
> (;o
>
> Rob
>
> ____________ _________ _________ __
> From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesignc sw%40yahoo.
> com>
> yahoo.com>
> To: vantage@yahoogroups <mailto:vantage% 40yahoogroups. com> .com
> Sent: Monday, September 21, 2009 11:47:47 AM
> Subject: [Vantage] Reason Code Customization Filter
>
> I have added an Ultra Combo Box to a screen that is a drop down from the
> Reason table. I would like to filter the options that show up in the
> combo
> box by the Reason.ReasonType field. How can I do this The standard
> options
> don't really seem to have a filter option any advice?
>
> ~Charlie
>
> [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]
>
> [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]
>
-Developer mode
-Open your app and go into customization.
-Tools menu select Object Explorer
-In Custom Object Explorer window that pops up, go to UI Object tab
-click on Controls in tree view to expand and drill down into the control type of interest.

Rob Brown




________________________________
From: Charlie Wilson <foamdesigncsw@...>
To: vantage@yahoogroups.com
Sent: Tuesday, September 29, 2009 8:35:26 AM
Subject: RE: [Vantage] Reason Code Customization Filter

Â
Where are the VB methods and properties for ultracombo controls I'm not
familiar with those.

~Charlie

_____

From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On Behalf Of
Robert Brown
Sent: Friday, September 25, 2009 3:38 AM
To: vantage@yahoogroups .com
Subject: Re: [Vantage] Reason Code Customization Filter

Charlie

You probably aren't missing anything. (Once again - being 3am and only awake
because of a back problem that refuses to allow me to sleep tonight - I'm
not connected to work so I can't check if ultracombos support the filter
property.)

In customization mode, check the VB methods and properties for ultracombo
controls. You may get lucky and find it is only the brain dead development
environment properties window that is not showing you the filter property.

If true, you can hard set it with an appropriate variation of the code
example listed for the control property (if it indeed exists for
ultracombos) .

If no luck there, worst case might be to simply add display of the
partrev.approved checkbox to the app. You don't say what app you are
customizing so this table.column may or may not be within one of the native
views. If it is, it is a snap to do. If it isn't, add it as an FKV (or do
your own search by ID lookup with VB code).

Rob

____________ _________ _________ __
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesignc sw%40yahoo. com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage% 40yahoogroups. com> .com
Sent: Tuesday, September 22, 2009 7:21:59 AM
Subject: RE: [Vantage] Reason Code Customization Filter

The search filter option seems to be available on a combo box but not an
ultracombo. Am I missing something?

~Charlie

_____

From: vantage@yahoogroups .com [mailto:vantage@ yahoogroups .com] On Behalf
Of
Robert Brown
Sent: Tuesday, September 22, 2009 6:37 AM
To: vantage@yahoogroups .com
Subject: Re: [Vantage] Reason Code Customization Filter

In the properties window for your added control, one of the properties in
the top section (I'm not connected to Vantage so I can't tell you its
specific title) that allows you to effectively specify a filter such as you
describe.

I think if you look at most any editing app that pulls in PartRev.Revision,
you'll see an example of it where some of the native Rev controls in various
apps are filtered to only allow PartRev.Approved= True revisions to appear
in
the pulldown.

(There may be other examples - like limits on Part where Inactive is False).

Snoop around and you'll find a model to follow for what you want to do with
the reason code type.

Perhaps someone connected to Vantage can give you the control property line
name where you can enter your filter criteria.

Not enough java in me yet to jog my brain fully awake & I'm drawing a blank.
(;o

Rob

____________ _________ _________ __
From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesignc sw%40yahoo. com>
yahoo.com>
To: vantage@yahoogroups <mailto:vantage% 40yahoogroups. com> .com
Sent: Monday, September 21, 2009 11:47:47 AM
Subject: [Vantage] Reason Code Customization Filter

I have added an Ultra Combo Box to a screen that is a drop down from the
Reason table. I would like to filter the options that show up in the combo
box by the Reason.ReasonType field. How can I do this The standard options
don't really seem to have a filter option any advice?

~Charlie

[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]

[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]
Dim fields as String() = New String() {"ReasonType = 'S'"}
ReasonCode.SetColumnFilter(fields)



Does this look correct?







~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
thedemondamian
Sent: Tuesday, September 29, 2009 10:41 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Reason Code Customization Filter





The Filter property for an Ultra Combo is not available in the properties
window. You have to set that property through code.

Add these lines to your "Form_Load" event.

Dim fields as String() = New String() {"ReasonType"}
[UltraComboName].SetColumnFilter(fields)

That should take care of it.

-Scott

--- In vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com, "Rob
Bucek" <rbucek@...> wrote:
>
> In customization look under tools/object explorer expand the controls
> node.
>
>
>
> Rob Bucek
>
> Manufacturing Engineer
>
> PH: (715) 284-5376 ext 3111
>
> FAX: (715)284-4084
>
> <http://www.dsmfg <http://www.dsmfg.com/> com/>
>
> (Click the logo to view our site) <http://www.dsmfg
<http://www.dsmfg.com/> com/>
>
>
>
>
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf
> Of Charlie Wilson
> Sent: Tuesday, September 29, 2009 7:35 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: RE: [Vantage] Reason Code Customization Filter
>
>
>
>
>
> Where are the VB methods and properties for ultracombo controls I'm not
> familiar with those.
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
> [mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
> Behalf Of
> Robert Brown
> Sent: Friday, September 25, 2009 3:38 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
> Subject: Re: [Vantage] Reason Code Customization Filter
>
> Charlie
>
> You probably aren't missing anything. (Once again - being 3am and only
> awake
> because of a back problem that refuses to allow me to sleep tonight -
> I'm
> not connected to work so I can't check if ultracombos support the filter
> property.)
>
> In customization mode, check the VB methods and properties for
> ultracombo
> controls. You may get lucky and find it is only the brain dead
> development
> environment properties window that is not showing you the filter
> property.
>
> If true, you can hard set it with an appropriate variation of the code
> example listed for the control property (if it indeed exists for
> ultracombos).
>
> If no luck there, worst case might be to simply add display of the
> partrev.approved checkbox to the app. You don't say what app you are
> customizing so this table.column may or may not be within one of the
> native
> views. If it is, it is a snap to do. If it isn't, add it as an FKV (or
> do
> your own search by ID lookup with VB code).
>
> Rob
>
> ________________________________
> From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesigncsw%40yahoo.com>
> yahoo.com>
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Sent: Tuesday, September 22, 2009 7:21:59 AM
> Subject: RE: [Vantage] Reason Code Customization Filter
>
> The search filter option seems to be available on a combo box but not an
> ultracombo. Am I missing something?
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On
> Behalf
> Of
> Robert Brown
> Sent: Tuesday, September 22, 2009 6:37 AM
> To: vantage@yahoogroups .com
> Subject: Re: [Vantage] Reason Code Customization Filter
>
> In the properties window for your added control, one of the properties
> in
> the top section (I'm not connected to Vantage so I can't tell you its
> specific title) that allows you to effectively specify a filter such as
> you
> describe.
>
> I think if you look at most any editing app that pulls in
> PartRev.Revision,
> you'll see an example of it where some of the native Rev controls in
> various
> apps are filtered to only allow PartRev.Approved= True revisions to
> appear
> in
> the pulldown.
>
> (There may be other examples - like limits on Part where Inactive is
> False).
>
> Snoop around and you'll find a model to follow for what you want to do
> with
> the reason code type.
>
> Perhaps someone connected to Vantage can give you the control property
> line
> name where you can enter your filter criteria.
>
> Not enough java in me yet to jog my brain fully awake & I'm drawing a
> blank.
> (;o
>
> Rob
>
> ____________ _________ _________ __
> From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesignc sw%40yahoo.
> com>
> yahoo.com>
> To: vantage@yahoogroups <mailto:vantage% 40yahoogroups. com> .com
> Sent: Monday, September 21, 2009 11:47:47 AM
> Subject: [Vantage] Reason Code Customization Filter
>
> I have added an Ultra Combo Box to a screen that is a drop down from the
> Reason table. I would like to filter the options that show up in the
> combo
> box by the Reason.ReasonType field. How can I do this The standard
> options
> don't really seem to have a filter option any advice?
>
> ~Charlie
>
> [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]
>
> [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]
>





[Non-text portions of this message have been removed]
Dim fields as String() = New String() {"ReasonType = 'S'"}
ReasonCode.SetColumnFilter(fields)

when I use this I get told reasoncode isn't declared how do I declare that?



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Charlie Wilson
Sent: Thursday, October 01, 2009 9:21 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Reason Code Customization Filter





Dim fields as String() = New String() {"ReasonType = 'S'"}
ReasonCode.SetColumnFilter(fields)

Does this look correct?

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
thedemondamian
Sent: Tuesday, September 29, 2009 10:41 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: [Vantage] Re: Reason Code Customization Filter

The Filter property for an Ultra Combo is not available in the properties
window. You have to set that property through code.

Add these lines to your "Form_Load" event.

Dim fields as String() = New String() {"ReasonType"}
[UltraComboName].SetColumnFilter(fields)

That should take care of it.

-Scott

--- In vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com, "Rob
Bucek" <rbucek@...> wrote:
>
> In customization look under tools/object explorer expand the controls
> node.
>
>
>
> Rob Bucek
>
> Manufacturing Engineer
>
> PH: (715) 284-5376 ext 3111
>
> FAX: (715)284-4084
>
> <http://www.dsmfg <http://www.dsmfg <http://www.dsmfg.com/> com/> com/>
>
> (Click the logo to view our site) <http://www.dsmfg
<http://www.dsmfg <http://www.dsmfg.com/> com/> com/>
>
>
>
>
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf
> Of Charlie Wilson
> Sent: Tuesday, September 29, 2009 7:35 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: RE: [Vantage] Reason Code Customization Filter
>
>
>
>
>
> Where are the VB methods and properties for ultracombo controls I'm not
> familiar with those.
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
> [mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
> Behalf Of
> Robert Brown
> Sent: Friday, September 25, 2009 3:38 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
> Subject: Re: [Vantage] Reason Code Customization Filter
>
> Charlie
>
> You probably aren't missing anything. (Once again - being 3am and only
> awake
> because of a back problem that refuses to allow me to sleep tonight -
> I'm
> not connected to work so I can't check if ultracombos support the filter
> property.)
>
> In customization mode, check the VB methods and properties for
> ultracombo
> controls. You may get lucky and find it is only the brain dead
> development
> environment properties window that is not showing you the filter
> property.
>
> If true, you can hard set it with an appropriate variation of the code
> example listed for the control property (if it indeed exists for
> ultracombos).
>
> If no luck there, worst case might be to simply add display of the
> partrev.approved checkbox to the app. You don't say what app you are
> customizing so this table.column may or may not be within one of the
> native
> views. If it is, it is a snap to do. If it isn't, add it as an FKV (or
> do
> your own search by ID lookup with VB code).
>
> Rob
>
> ________________________________
> From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesigncsw%40yahoo.com>
> yahoo.com>
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Sent: Tuesday, September 22, 2009 7:21:59 AM
> Subject: RE: [Vantage] Reason Code Customization Filter
>
> The search filter option seems to be available on a combo box but not an
> ultracombo. Am I missing something?
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On
> Behalf
> Of
> Robert Brown
> Sent: Tuesday, September 22, 2009 6:37 AM
> To: vantage@yahoogroups .com
> Subject: Re: [Vantage] Reason Code Customization Filter
>
> In the properties window for your added control, one of the properties
> in
> the top section (I'm not connected to Vantage so I can't tell you its
> specific title) that allows you to effectively specify a filter such as
> you
> describe.
>
> I think if you look at most any editing app that pulls in
> PartRev.Revision,
> you'll see an example of it where some of the native Rev controls in
> various
> apps are filtered to only allow PartRev.Approved= True revisions to
> appear
> in
> the pulldown.
>
> (There may be other examples - like limits on Part where Inactive is
> False).
>
> Snoop around and you'll find a model to follow for what you want to do
> with
> the reason code type.
>
> Perhaps someone connected to Vantage can give you the control property
> line
> name where you can enter your filter criteria.
>
> Not enough java in me yet to jog my brain fully awake & I'm drawing a
> blank.
> (;o
>
> Rob
>
> ____________ _________ _________ __
> From: Charlie Wilson <foamdesigncsw@ <mailto:foamdesignc sw%40yahoo.
> com>
> yahoo.com>
> To: vantage@yahoogroups <mailto:vantage% 40yahoogroups. com> .com
> Sent: Monday, September 21, 2009 11:47:47 AM
> Subject: [Vantage] Reason Code Customization Filter
>
> I have added an Ultra Combo Box to a screen that is a drop down from the
> Reason table. I would like to filter the options that show up in the
> combo
> box by the Reason.ReasonType field. How can I do this The standard
> options
> don't really seem to have a filter option any advice?
>
> ~Charlie
>
> [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]
>
> [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]
>

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





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