Feb 23, 2010 #1 09051992 Programmer Feb 19, 2010 5 BR how do I assign value to a cell of a DataWindow dynamically via code? I tried using the modify describe but could not get thanks
how do I assign value to a cell of a DataWindow dynamically via code? I tried using the modify describe but could not get thanks
Feb 24, 2010 #2 mbalent Programmer Sep 20, 2001 853 US Try 'Setitem' unless it is a computed column. Matt "Nature forges everything on the anvil of time Upvote 0 Downvote
Mar 16, 2010 #3 eri232323 Programmer Sep 22, 2005 21 HU dwname.object.columnname[rownumber] = value Upvote 0 Downvote