RE: Computed Cell Image Keith Strickland 9.Jul.07 06:40 PM a Web browser Domino Designer 6.5.5All Platforms
Thanks for your reply Chris. I figured it out, instead of using @Command([RefreshHideFormulas]) I used @Command([ViewRefreshFields]). This is the same as uidoc.Refresh(). I'm aware that if you use a programmable table that you can define a field called $Row and use that to change the table row that is currently displayed.
I was trying to just change the background image of a table cell that is displayed on a form with saveoptions="0" in a frame to give changing views the appearance of being controlled by tabs at the top of the view. Once I used the @Command([ViewRefreshFields]) that corrected the issue.