NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on July 30, 2014, 10:37:40 PM
-
Hi Bruce
I have a memory form. In the Validate All embed-point I have some code, then I want to call a popup procedure (Memory form) with selections on, and then proceed with the code after the popup form was closed.
code xxxxx
wSelForm(p_web) !Memory form
code yyyyy
How can I get this working to popup the form in the code
Kind regards
Johan
-
Hi Johan
From curiosity why would you call a separate form with the selections rather that have the selections on the same form hidden and then unhide them based on whatever your code requires?
-
Hi Terry
I use the form for different transaction types an in the code according to a specific client certain criteria is only for that client to select from. So in the code at a certain point the client must enter the correct criteria to proceed in the calculation that follows.
-
Hi Johan,
>> I have a memory form. In the Validate All embed-point I have some code, then I want to call a popup procedure (Memory form) with selections on, and then proceed with the code after the popup form was closed.
sorry, but you're thinking in a "windows" way, not a "web" way. The short answer is that you can't do this - at least not this way.
You need to think in a "request / response" way. The user does something, you do something. The user does something, you do something and so on.
Perhaps re-frame your question in those terms, and think about what sort of things the user is doing, and then let's go from there.
cheers
Bruce