SC+JS dialog forms

Looking for some examples of dialog form integrated into SC with the selections. For example dialog form will popup on the screen allowing 3 operations:

  • open Form A
  • open form B
  • Exit (to the parent App)
    better yet if I could post some parameters.

I’ve seen something on YT presented by Marcia but those presentations (although somewhat helpful) are so pale plain that often one cannot guess how to use them. Webinar examples are also not available anywhere (another big mistake).

Art

Thank for replying but NO. I’m need to create a simple popup window (modal) with 3 options. Let my put an example:

  1. user opens grid with records
  2. user clicks ADD NEW RECORD button
  3. I have 3 forms for editing the same record Form1, Form2, Form3
  4. Before any of the forms is opened the window pops up (with 3 buttons on it) Button1, Button2, Button3
  5. When User selects Button1 -> Form1 is opened, when user selects Button2 ->Form2 is opened etc…

It seems quite simple but SC does not provide this simple functionality out of the box. I know dialog boxes can be created with either JS or PHP but I’ no sure how to integrate the code (especially variables) from JS/PHP into SC, so I’m looking for some kind of sample App.

Arthur

PS>
here is an example