Feb 23, 2010 #1 09051992 Programmer Joined Feb 19, 2010 Messages 5 Location 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 Joined Sep 20, 2001 Messages 853 Location 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 Joined Sep 22, 2005 Messages 21 Location HU dwname.object.columnname[rownumber] = value Upvote 0 Downvote