Salesforce

The Browser Control (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

The Browser Control (Magic xpa 3.x)

Accessing Other Applications

Working in a Rich Client environment, the data is on the server, and it is displayed on the client.

However, you might need to display data on the client using a different application. For instance, you might want to display a report in a PDF, or in an Excel spreadsheet.

One way to handle this is to use the Browser control. This control acts like the Microsoft Explorer ActiveX object.

Hint:

If your browser content is too large for the control, and you want to get rid of the scroll bars, you can use the following Style:

<style>

body { margin: 0px; overflow:hidden }

</style>

Related Topics

Reference
Attachment 
Attachment