View Single Post

  #1 (permalink)  
Old 01-10-2007
Kevin_Williams Kevin_Williams is offline
Junior Member
Yellow Belt
 
Join Date: Nov 2006
Posts: 20
Dataset and Balloon property

Hi,
In my program, I'm using LinkData to create a PushPin dataset.
I was wondering how I could programmatically set which Balloon field is displayed.

so far i've tried
objDataSet.Fields.get_Item(ref index).VisibleInBalloon
but i can't seem to be able to set the value...
Reply With Quote