Select row in list view with a specified value.

  • 25 March 2015
  • 2 replies
  • 5 views

Badge +1

Is there a way to select a row in a list view that matches a given value?  After using the create method on a SmartObject I have the ID, but want to highlight the new row in the list view just like it was clicked on by the user.


2 replies

Badge +8

Hey Duel,


 


What version of blackpearl/smartforms are you using?  I believe the latest has the for loop that should be capable of going into your list and pulling out the ID of something like a dropdrop selection.


 


I am running smartforms 107 and have been close in accomplishing this by creating a new row that can be possibly hidden and then transferring the ID of your item view selection down to the list view.  


 


There is a possiblility of a conditional formatting that should allow us to detect if the hidden row has the number that matches the ID row.  If they match the conditional expression will fire and you can apply something like modifying the background to yellow.


 


 

Badge +1

I am using blackpearl/smartforms 4.6.9.

 

Thanks for your reply David. 

Reply