NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ralonso2001 on May 15, 2013, 04:56:09 AM

Title: modal confirmation
Post by: ralonso2001 on May 15, 2013, 04:56:09 AM
Hi, I need to display a message (loc: alert) modal: yes | no, is it possible?

anyone have any example (is for NT7)

thanks
Title: Re: modal confirmation
Post by: Bruce on May 15, 2013, 05:56:57 AM
it all depends on the context.

so tell us more - ie what is the trigger that causes the message to appear? what does the user do, or not do?

cheers
Bruce
Title: Re: modal confirmation
Post by: ralonso2001 on May 15, 2013, 06:16:12 AM
I want to do a process.

if yes
{PROP: SQL} 1
if not
{PROP: SQL} 2
Title: Re: modal confirmation
Post by: Bruce on May 15, 2013, 07:20:01 AM
you're not telling me what the user interface is here.
Is it a menu item? a button on a form? a button on a browse? the time of the day?

but I think the short answer to your question is "no".

what you need to do is make a simple form, with a display field, and a yes button, and a no button. Then you can call the form as normal. and you can put code under the buttons to do what you want.

cheers
Bruce