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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy all code 1

Status
Not open for further replies.

jimboy56

Technical User
Jul 21, 2003
3
GB
Hi,

I would like to add some code to copy a table after a refresh is done (at the moment I refresh report, Edit>Copy All)

Is this possible?

Jimboy
 
Jimboy,

This is the code to execute Copy All from SDK.

Code:
Application.CmdBars(2).Controls.Item("&Edit").Controls.Item("Cop&y All").Execute

Just put the code after the Document Refresh.

HTH
Sri
 
Thanks, thats great.

Is there a site with more Business Objects code?
 
jimboy,

Glad to be of assistance :).

Your first resource should be BO Documentation. Catch hold off BO Documentation. Also check out BO TechSupport. Also Check out It has different sections for Designer, Supervisor, SDK, CodeSamples etc.. Its really good. Worth pinging it.

Sri
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top