NetTalk Central

Author Topic: modal confirmation  (Read 2381 times)

ralonso2001

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Qúbigo ERP
    • Email
modal confirmation
« 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
Regards,
Rodrigo Alonso
Mendoza - Argentina

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: modal confirmation
« Reply #1 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

ralonso2001

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Qúbigo ERP
    • Email
Re: modal confirmation
« Reply #2 on: May 15, 2013, 06:16:12 AM »
I want to do a process.

if yes
{PROP: SQL} 1
if not
{PROP: SQL} 2
Regards,
Rodrigo Alonso
Mendoza - Argentina

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: modal confirmation
« Reply #3 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