Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VDF Vault browser control

2 REPLIES 2
Reply
Message 1 of 3
martijnvangiels
523 Views, 2 Replies

VDF Vault browser control

Hi,

 

I am searching for a solution to show findresults in de VDF grid control.

is it possible to set the  bindingsource for the vaultBrowserControl to a result of a search operation?

 

Thanks in advance.

 

best regards, Martijn

 

2 REPLIES 2
Message 2 of 3
Redmond.D
in reply to: martijnvangiels

Here is an example of an app (with source code) that puts search results in a grid control.  http://justonesandzeros.typepad.com/blog/2013/06/advanced-advanced-find-2014.html

 



Doug Redmond
Software Engineer
Autodesk, Inc.

Message 3 of 3

use something like  m_gridDuplicate.AddContent(duplicates)

 

where duplicates is Dim duplicates As New List(Of Vault.Currency.Entities.IEntity)()

 

 

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report