NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rdosssantos66 on November 19, 2023, 10:33:10 AM

Title: ntConfirm funtion
Post by: rdosssantos66 on November 19, 2023, 10:33:10 AM
I'm looking for information on how to use the ntConfirm function, in the context of the OnGainFocus scope.
I would like when returning from a form on a browse to be able to ask a 'Yes'/'No' question and depending on the answer take the corresponding action.
After a bit of research, found that ntConfirm, allows and popup a yes/no message, the question is how do I capture the response, or where can I find documentation about 'f,p1,p2,p3'

Thank you in advance.

Title: Re: ntConfirm funtion
Post by: Bruce on November 19, 2023, 11:04:45 PM
Hi Robert,

You're on the wrong track. That's not what ntconfirm is for. It's a client side feature, not a server side feature.
I recommend you re-think your interface here a bit. Especially for a popup situation, it's going to get very "clunky".

Perhaps put your question on the actual popup form, or put multiple buttons there.

Cheers
Bruce