Hello:
I’ve created a Form application wich gathers some data from the users. What I need is to display a confirmation dialog for the users to approve certain operations.
This is a code example im using atm
sc_confirm("Do you want to change status")
{
Function1();
}
sc_confirm("Do you want to notify supervisor")
{
Function2( {CurrentDate} );
}
I’ve tried with the sc_confirm macro but is not working, i tried with and without the brackets, any ideas and help will be most appreciated.
Regards