Hello Jeremy,
If you have only buttons in your form, you need to control these with a MENU instruction + ON ACTION blocks:
https://4js.com/online_documentation/fjs-fgl-manual-html/?path=fjs-fgl-manual#c_fgl_menus_001.htmlWhat do you want to do exactly?
You may consider to:
A) Implement a list view with DISPLAY ARRAY as the first dialog of your application, to let the user immediately browse in a list of records.
B) Use the MENU instructions with ATTRIBUTES(STYLE="dialog", ...) to get a typical popup box and let the user choose between several options.
https://4js.com/online_documentation/fjs-fgl-manual-html/?path=fjs-fgl-manual#c_fgl_menus_008.htmlSeb