Hello,
Please provide a complete example or contact the support if you do not want to share your code in this public forum.
Where is the DOUBLECLICK attribute defined? In the .per or in the dialog?
What is the name of the action used by your DOUBLECLICK attribute?
The purpose of DOUBLECLICK in a TABLE is to select a row by going to a new current row and send the action.
See events in FGLGUIDEBUG=1 output, when there are rows in the table.
Should we blame the doc writer (me) or the way this feature has been designed when no rows are in the list?
I suggest that you define the action with ROWBOUND attribute:
ON ACTION myaction ATTRIBUTES(ROWBOUND)
Seb