Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bring back a list of prompts

Status
Not open for further replies.

vagasv1

Programmer
Jan 18, 2007
3
US
Hi, I am using Business Objects Java API. I want to find the names of the prompts and return them to a JSP.

I have been able to logon the the BOIX Server and return a list of reports. What I want to do now is to return a list of prompt for a report ID.

I have been looking on the internet and found this query

String query = "Select SI_PROMPTS From CI_INFOOBJECTS Where SI_ID='" + id +"'";

but it only returns the name of the report

Can anyone help thanks
 
You'll find useful explanations of this in the boenet_sdk.chm file that ships with the release media.

This file is in the com_docs.zip file under the docs folder of the release media.
 
I have same issue, but I couldn't find boenet_sdk.chm file instead BOE_SDK.chm.

where can I download this file. thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top