When using fileProGI, buttons either disappear or are hidden when using the
"
cls
"
. This only occurs with user prompts for browse lookups, and only appears to be a problem if you start the processing with:
cls("something") ; show "string with button definitions"
The simple workaround is to split the cls() into its own line:
cls("something")
show "string with button definitions"
Note: "show" can also be "show (row,col)", "showctr", and any of the other show variations.