Hi I have a query regarding input box.When I open Input dialog box, only the “Cancel” button appears, while I require “OK” and “Cancel” both.I am unable to find any parameter require to achieve this. The code written : InputDialog.OPEN(Text001+’#1########’,ValidDate); InputDialog.INPUT(1,ValidDate); InputDialog.CLOSE; Please Suggest. Anant
Hi Anant, Enter Key itself works as OK. Thats the reason you dont find OK buton.
Thanks for your prompt reply. You are correct.It means we can not put OK button in input dialog box and If we need such dialog box we have to create new form with required buttons. Anant
According to Programmers Guide (or is it GUI Guide?) you shall not use dialog for input, only forms.