Description:-
In this Form we will see How to Open Browser in Ax from using ActiveX.
In this Form we will see How to Open Browser in Ax from using ActiveX.
Step 1: Now Create
Form Node and Design your form like below.
- Expand AOT Node.
- Select Form Node and Right Click Select New Form and Name it “A_OpenBrowser”.
- Now Drag and Drop Table in Form DataSource.
- Select Design Node Right Click and Select New Controls and Add Grid Controls in Design Node.
Step 2: Now Right
click the Design node of form and add ActiveX
control.
Step 3: Select Microsoft Web Browser from ActiveX
control window list.
Step 4: Now override
init Method of Form Method and Code for Navigate ActiveX Control where you want
to Navigate.
ActiveX.Navigate ("www.google.com");
ActiveX Control is the Name
of the Control
Step 5: Now run your form
and check output.
Thanks for comments.....