We have switched from Lan 7.5.3 to Web 8.1 and will start to re-customize something. In Lan version, I displayed an external web page related to the current AccountID on the tab of Account Main View.
I created an account form (Account tab) and put a SLX browser control on the tab. In the Sub AXFormChange(Sender), I added the following code. When getting to an account and clicking the tab, the SLX user can see the report related to the current account. brsControl.URL = "http://www.xxxxxx.com/clientreport.aspx?AccountID=’" & Application.BasicFunctions.CurrentAccountID & "’"
Note: the external web page retrieves data from non-SLX database.
In Web version, can I do the similar thing? It looks like there is also a SLX web browser control. Link the URL in the Page_Load() of the User Control (Smart Part)?
|