NetTalk Central

Author Topic: ntConfirm funtion  (Read 559 times)

rdosssantos66

  • Newbie
  • *
  • Posts: 2
    • View Profile
ntConfirm funtion
« 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.


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: ntConfirm funtion
« Reply #1 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