![]() |
| The AccuTerm forum has moved. Go to community.rocketsoftware.com to register for the new Rocket forum. |
|
Post Reply
|
| Author | |
bgblu
Newbie
Joined: June 26 2009 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Topic: Grid list box row contentsPosted: March 10 2016 at 10:00am |
|
I am trying to set the value of a grid row in a column that is defined as a list box. I can assign every row the column to values using ATGUISETPROP(APP,FRM,GRIDID,GPCOLITEMS,1,0,SV_LIST,ERRORS,STATE)
where 1 is the column, if I change the 0 to a 2 (row id), I can't specify the drop down list contents for row 2 only. All rows will be updated no matter the number in the row location. Are grids only capable of having the same items in every row's drop down list?
|
|
![]() |
|
Shrek59
Senior Member
Joined: December 04 2006 Location: New Zealand Status: Offline Points: 208 |
Post Options
Thanks(0)
Quote Reply
Posted: March 11 2016 at 12:22am |
|
See this topic:
http://forum.asent.com/different-values-in-dropdown-boxes_topic951.html Essentially, you populate the appropriate drop-down values once you know what they are (assuming you populate them based on the value of a preceding column). In your case, perhaps the drop-down values are totally based on row (i.e. row 2 always has the same values). In that case, you could use the GEACTIVATEROW event to populate the values. HTH, Brian |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |