How do I passing parameter from “Form A” to “Form B”, And after selecting a field from “Form B”, return the value back to “Form A” using sc_redir (or other commands). Similar to “Retrieve data from grid” but need to be called from with php code.
- In “Form A”, after on_blur event of a field, I like to call “Form B”
- In “Form B”, I like to have “Select” button in front of each row.
- After clicking “Select” button in “Form B”, I like the value of first field in that row to be returned and use in 2nd field of “Form A”
- Similar to “Retrieve data from grid” but “Retrieve data from grid”, I have to click an icon on the side of that field. I like the app to automatically call “Form B” after pressing Enter without clicking an icon.
Please help.