we have checkeck its working proper with 'Yes'& 'No' confirmation message, Kindly rebuild the project
check.
I have problem in the confirmation message, following the example below should be displayed confirmation
popup with options yes / no, however it displays OK. How to solve this problem?
>>
>>example:
>>' Confirm Box Old Style
>>MSGBOX("Are you sure ?",3)
>>if Confirm()=1 then
>>'delete files
>>endif
>>
>>
|