Jul 21, 2003 #1 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
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
Jul 21, 2003 1 #2 Sridharan Technical User Dec 3, 2001 523 IN 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 Upvote 0 Downvote
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
Jul 22, 2003 Thread starter #3 jimboy56 Technical User Jul 21, 2003 3 GB Thanks, thats great. Is there a site with more Business Objects code? Upvote 0 Downvote
Jul 22, 2003 #4 Sridharan Technical User Dec 3, 2001 523 IN 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 http://busobj.forumtopics.com. It has different sections for Designer, Supervisor, SDK, CodeSamples etc.. Its really good. Worth pinging it. Sri Upvote 0 Downvote
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 http://busobj.forumtopics.com. It has different sections for Designer, Supervisor, SDK, CodeSamples etc.. Its really good. Worth pinging it. Sri