Hi,
I developed a solution for this approach on located at both the Client and Server sides of BO. The solution was using Broadcast Agent to send a BO doc which is converted to PDF at the server side when run and refreshed. After the PDF
I used Dart for mailing but prior to that I used...
Hi suzreid,
I developed a VB application which initially used the "Shell" command to launch a report but found that using the Windows API call ShellExecute the report would be launched within BO if Business Objects was already loaded.
Below is the declare statement that you must use...
There is a Microsoft control "Microsoft Date and Time Picker Control " (MSCOMCT2.OCX in the system32 directory) that is available as an additional control under the VBA Toolbar which supports forms design.
This control must be placed on a form to be called by the selection of an...
If MDAC is present on the user's machine the following entry will appear on their list of
References that are available for selection.
Microsoft ActiveX Data Objects 2.5 (earlier versions are 2.1, 2.0, etc...) in your case
it should be Microsoft ActiveX Data Objects 2.0.
- which is the...
MDAC is the Microsoft Data Access Components for connectivity to the Database.
You mentioned that some items had the **MISSING** next to them. Which ones specfically had these errors? This error means that certain components are missing.
I am confused by your statement theat it runs on your machine not on the other system.
Since it sounds like your code is executing on your machine then either the form or a reference is missing on the user's machine.
This typically means that the user's machine is missing one of the needed...
legend8,
I initially created Audit Reports for Universe Objects, Class and Help Defintion changes via an Access Database.
Some research may be needed to identify the specific tables. This info can be found by studying the schema model provided on your CD under Freeware/repostry.htm.
Step 1...
Tung,
Samples of how to add a button to the existing toolbar are included in the BO SDK.
Typically, the buttons are added via a routine included in an established REA file (add-in file). You must determine the indexes used by the existing toolbars to determine what the next available index...
Hi,
The add-ins mentioned are included in the Business Objects Software Development Kit (BOSDK) which unfortunately, must be acquired as a separate product. The kit includes the BusinessObjects Object Model with explanations of the objects accessible for programming in their VBA environment...
Are you calling a sub or function from within the document?
If not and the call is to a routine in an add-in (rea file) then you must have a reference to the rea that you are using.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.