Hi All,I want to open a form in dialogbox when the db is opened. The form contains some text, a check box (saying I have read the terms & conditions & I agree), & an OK button. The user should check the checkbox & then OK button should become visible to him. Only after clicking Ok can the db be opened. I am trying Dialogbox in Database Script post open but it is not working. Can anybody provide useful inputs.
f1 = Ws.DialogBox(“ReasonDlg”,True,True,False,False,False,False,“Important Note”,“”,“”,“”,True)
Regards,
Anubhav Aggarwal