Rocket Software Homepage
Forum Home Forum Home > AccuTerm Knowledge Base (read only) > GUI Development
  New Posts New Posts RSS Feed - Grid list box row contents
  FAQ FAQ  Forum Search   Register Register  Login Login

The AccuTerm forum has moved. Go to community.rocketsoftware.com to register for the new Rocket forum.

Forum LockedGrid list box row contents

 Post Reply Post Reply
Author
Message
bgblu View Drop Down
Newbie
Newbie


Joined: June 26 2009
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote bgblu Quote  Post ReplyReply Direct Link To This Post Topic: Grid list box row contents
    Posted: 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?
Back to Top
Shrek59 View Drop Down
Senior Member
Senior Member


Joined: December 04 2006
Location: New Zealand
Status: Offline
Points: 208
Post Options Post Options   Thanks (0) Thanks(0)   Quote Shrek59 Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.03
Copyright ©2001-2019 Web Wiz Ltd.