ActiveX inside Folder - bug?

When I will add SAPbouiCOM.BoFormItemTypes.it_ACTIVE_X item to form and set  .frompane and .topane property to show it only on specific folder, the activex is visible in all folders, but not on the one where .frompane and .topane is set.
The next problem with ActiveX compoennts is, that when this component is added to system form, after changing datas (formdataload) this component became invisible for few seccond and after that will be again visible (when i will move with cursor over it, it will be visible imediately).
I think its bug in SBO, could somebody who played with activex confirm it to me?
thanks

Hi Vitor,
you direct me to test it with the activex trreview from sdk samples. I added to BP form one folder and inside this folder i added this treeview.
The problem with folders:
- to BP form I added one folder and to this folder I added ActiveX as
Dim oform As SAPbouiCOM.Form
            oform = SBO_Application.Forms.GetFormByTypeAndCount(pval.FormType, pval.FormTypeCount)
            Dim oitem As SAPbouiCOM.Item
            Dim oitem2 As SAPbouiCOM.Item
            oitem = oform.Items.Add("pane", SAPbouiCOM.BoFormItemTypes.it_FOLDER)
            oitem.FromPane = 55
            oitem.ToPane = 55
            Dim ofolder As SAPbouiCOM.Folder
            ofolder = oitem.Specific
            ofolder.GroupWith("9")
            oitem2 = oform.Items.Item("9")
            oitem.Top = oitem2.Top
            oitem.Left = oitem2.Left + oitem2.Width + 5
            oitem.Width = oitem2.Width
            oitem = oform.Items.Add("Tree1", SAPbouiCOM.BoFormItemTypes.it_ACTIVE_X)
            oitem.Left = 20
            oitem.Top = oitem2.Top + 20
            oitem.Width = 200
            oitem.Height = 200
            oitem.FromPane = 55
            oitem.ToPane = 55
            Dim acxtree As Object
            acxtree = oitem.Specific
            acxtree.ClassID = "MSComctlLib.TreeCtrl.2"
And the result is, that its not working (same behaviour as my activex) - activex is on all panes except the folder with pane 55. It works exactly in opposit way than rest of non activex items. So i think its a bug in sdk.
Problem with invisible component after form data load event:
I added treeview to BP form (on header area with nos etting from and to pane) as:
oitem2 = oform.Items.Item("128")
            oitem = oform.Items.Add("Tree1", SAPbouiCOM.BoFormItemTypes.it_ACTIVE_X)
            oitem.Left = oitem2.Left + oitem2.Width + 5
            oitem.Top = oitem2.Top
            oitem.Width = 80
            oitem.Height = 50
            Dim acxtree As Object
            acxtree = oitem.Specific
            acxtree.ClassID = "MSComctlLib.TreeCtrl.2"
The result is, that after form data load the component will be invisible and will be visible again after few seccond. So I think its a bug in SDK too.
So I think that ActiveX component are very good, but in relation to SBO only when they are used in new user form without panes (and not UDO, because component became invisible).

Similar Messages

  • To find total number of files inside folder

    Hai,
       In knowledge management is there any option to find total number of files inside folder...
        I also want to see the recently uploaded and modified documents in a seperate iview...
        Iam using NW2004s SP8..
        Very urgent..
        Waiting for a positive reply..
        Thanks&regards,
         Kiruthika.S

    Hi Kiruthika,
    1. You only need the configarchive if you don't want create all the KM configuration objects mentioned in the guide manually. So, just create the objects mentioned there and you don't need the configarchive
    Also, the scenario works also on 2004s.
    2. Please check this thread on how to show the total number of files inside a folder:
    https://forums.sdn.sap.com/thread.jspa?threadID=19610
    3. It would be nice if you would consider rewarding the time people like Saravanan spend to investigate and answer your question by assigning points via the colored stars.
    Best regards,
    Robert

  • Constant folding bug

    Constant folding does not show when a VI is opened in the Project Explorer. To recreate this bug make sure the show constant folding is set. Create a new VI through the project explorer with some constants. Save the vi. Open the VI without going through the Project explorer, and the constant folding shows. Then close the VI and open it through the Project explorer, the constant folding will not show.

    chrisger wrote:
    the documentation says:
    "With constant folding, the compiler stores constant values when it compiles VIs instead of calculating them at run time"
    If I understand you right, you're  just pointing out an issue with documentation. I agree that the description is maybe a bit too brief:
    The full help text is:
    Constant Folding
    LabVIEW uses constant folding to optimize the performance of VIs. With constant folding, the compiler stores constant values when it compiles VIs instead of calculating them at run time. When constants are wired to structures, the compiler calculates the output values of the structures and stores them so they are available at run time.
    You can show constant folding on the block diagram by selecting Tools»Options, selecting Block Diagram from the Category list, and placing checkmarks in the Show constant folding of wires and Show constant folding of structures checkboxes. When you place a checkmark in the Show constant folding of wires checkbox, hash marks appear on the wires attached to constants that are constant folded. When you place a checkmark in the Show constant folding of structures checkbox, gray hash marks appear inside structures that are wired to constants. The hash marks might not appear until after you run the VI."
    One confusion might be the definition of "compile time" vs. "Run time". As Jeff stated above there is also the case where inputs to a structure (loop, etc) are treated as constants within that structure. Obviously, this must happen at run time whenever that structure is launched from within the code. It is just semantics.
    Showing constant folding in this case is also a good learning tool to new users unfamiliar with dataflow. It immediately shows that during the execution of the loop changes in the input will not be seen. If the control is places inside the loop, the folding disappears.
    The only thing we need is another sentence in the help.
    LabVIEW Champion . Do more with less code and in less time .

  • Populating Smart Folder - Bug?

    There seems to have been a change in the way smart folders are populated in Snow Leopard. I like to keep a smart folder called "All Today". It is a great troubleshooting tool. For example, there is currently a Snow Leopard bug in using your mouse to select Expose "Show Desktop". With this smart folder, I can change the Expose settings and quickly see that com.apple.symbolichotkeys.plist is the possible problem file.
    Unfortunately, Snow Leopard is not populating an realtime smart folder very elegantly. One has to open the smart folder, show search criteria, and toggle search locations to properly populate the folder.
    For example, here is an "All Today" search criteria:
    Create a new Smart Folder w/ search conditions as follows:
    Kind = Any
    System Files = Are Included
    (Option+) ANY of the following are TRUE
    - Last Opened Date = Today
    - Last Modified Date = Today
    Save the folder
    Close finder and open the folder. You will see that the folder is not properly populated. Now, open "Show Search Criteria" and toggle Search location at the top. Now correctly populated. It is a nuisance to have to drop down the menu to show the search criteria and then toggle. This was not the case in Leopard.
    Can anyone think of a work around?

    Hi all,
    I've a similar issue. If you create a smart folder with time based criteria it won't get populated correctly.
    Say you have a criteria "last opened" in "one week"
    It works as soon as you create the folder but if you open a file after the smart folder was created the new file won't be seen in the smart folder.
    Cheers,
    Marco

  • Import folder bug

    Hi
    I am importing to Pictures/2010/date of shot
    If viewed in explorer everything is fine. It created the correct subfolders and moved the pictures into it.
    However, in the folder structure in the Library panel the new folders are located at the root of the folder structure, and they obviously cant be moved because they actually are already there.
    Is this bug still not corrected or am I missing something?
    How do I get to show the Library the correct folder structure without always having to delete, resync ...?
    Franz

    You can drag each of the top four folders into the 2010 folder with 88 items.
    LR will then move them on the hard drive.
    You will see something like this (Click image) and all you have to do is click move to confirm.

  • Looking for app: show # of files inside folder

    Does anyone know of an app that will show the number of files contained inside a folder on the desktop? I'm looking for something along the lines of the new-mail indicator for the Mail dock icon.
    Thanks!

    Click on the Desktop and open View Options (Command + J). Then check 'Show item info'.
    All the folders on the desktop will then have "xx items" in tiny writing under them, images will have their dimensions, drives their capacities etc etc.
    Useful
    Matt

  • Reading All Files inside folder codeBase, Applet!

    I have an applet, placed in a Jar file.. everything is ok,,
    I have a resource folder outside the Jar, which has some files.
    how can I read what is inside the resource folder, which is located outisde the Jar, without having their addresses before hand!!
    in short, I would like the applet to open the resource folder, get an array of all files in the folder, and then reads them.
    I tried encapsulating the getCodeBase().toURI() with a File Object.
    But when I call the file.list() it throws an AccessControlException
    thank you.

    Here is a simple example of using ftp to obtain file list using Jakarta common net package.
    // ftp - related imports
    import org.apache.commons.net.ftp.FTPClient;
    import org.apache.commons.net.ftp.FTPReply;
    // main method
              FTPClient ftpClient = null;
              try {
                   ftpClient = new FTPClient();
                   ftpClient.connect("REMOTE_HOST", "remote port, use 21 in common case");
                   System.out.print(ftpClient.getReplyString());
                   int reply = ftpClient.getReplyCode();
                   if(!FTPReply.isPositiveCompletion(reply)) {
              ftpClient.disconnect();
              System.err.println("FTP server refused connection.");
              System.exit(1);
                   boolean isLoggedIn = ftpClient.login("your login", "your pass");
                   ftpClient.changeWorkingDirectory("/your remote dir/");
                   String[] fNames = ftpClient.listNames();
                   for (int i = 0; i < fNames.length; i++) {
                        System.out.println(fNames);
                   ftpClient.logout();
              } catch (IOException e) {
                   e.printStackTrace();
              } finally {
                   if(ftpClient.isConnected()) {
                        try {
                             ftpClient.disconnect();
                        } catch(IOException ioe) {
                             ioe.printStackTrace();
    System.exit(0);

  • Find item id inside folder

    Hi,
    How do I find item id inside one folder in content area is there a view ?

    Docster wrote:
    Hi All,
    I'm a relative newbie to Apex. I'm trying to access a page in my app.
    I have 4 main pages.
    Widgets - primary page
    Widget References - child page
    Widget Contacts - child page
    Widget Categories - child page
    Each page alone works fine. From my Widgets page, I can access the Widget References page fine.
    When I try to access the other two child pages, I get this error:
    ERR-1002 Unable to find item ID for item " P17_WIDGET_TITLE_H" in application "12345".The error message shows that it's trying to find an item with a leading space: " P17_WIDGET_TITLE_H".
    Unexpected error, unable to find item name at application or page level.
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: WWV_FLOW.FIND_ITEM_ID_ERR
    error_backtrace:
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x35b404e98 717 package body APEX_040100.WWV_FLOW_ERROR
    0x35b404e98 1064 package body APEX_040100.WWV_FLOW_ERROR
    0x358dd9de0 760 package body APEX_040100.WWV_FLOW
    0x358dd9de0 4830 package body APEX_040100.WWV_FLOW
    0x358dd9de0 7201 package body APEX_040100.WWV_FLOW
    0x358dfd130 249 procedure APEX_040100.F
    0x35ae40ce8 33 anonymous block
    When I run the query:
    select * from apex_application_page_items
    where application_id = 12345
    and page_id = 17
    and item_name = 'P17_WIDGET_TITLE_H'
    I get an ID.No leading space: 'P17_WIDGET_TITLE_H'
    I have deleted the item and recreated it with every letter of the alphabet and still get the same error.
    Oh, and the item is clearly visible on the page.
    Do I have a poltergeist?No, it looks like you have a space in your links that shouldn't be there. You don't say how the pages are linked, but however they are, remove excess spaces from them.

  • Can't see pdf files inside folder when logged in to my profile

    When logged into my computer, I can see all the pdf's inside a certain folder just fine. but when i log into an intern computer within our network I cannot see those files. the folder just appears empty. The intern however, when logged in as herself on that same intern computer can see the pdf's just fine. any ideas as to why i can't see them on that second computer?

    Hi Ryan,
    This is not an Acrobat related issue, it is related to your local user profile, I will recommend you to contact your network administrator so that he can help you to create a shared user profile on the network.
    Regards,
    Aadesh

  • Oxygene Import folder bug re-appears with DVDSP 4

    I thought this was a thing of the past but it has re-appeared again but this time, the original workaround will not work. See this post for that:
    http://discussions.apple.com/thread.jspa?threadID=1276701&tstart=0
    This time around, the fix referenced above not only doesn't get rid of the folders, but removes the DVDSP menu bar at the top of the screen, requiring a keyboard command quit.
    The original problem is this: When launching DVDSP, two identical folders titles "MultiMediaImporter.oxygene" appear in the dock, and continue to bounce for about 25 seconds. They cannot be closed or removed from the dock as long as DVDSP is running. There seems to be no effect of functioning in the app, it is simply annoying. In my case, I have a full dock as it is, and adding two more folders pushes everything off screen.
    This is the latest version of FCS with all updates. I've done the usual pref trashing and etc.

    I had been searching for a solution for this for a long time - This worked like a charm!!
    To reiterate:
    Problem: upon launching DVD Studio Pro two generic folder icons representing multimediaimporter.oxygene also 'launch'.
    Solution:
    Start DVD Studio Pro. Right-click on one of the 'multimediaimporter.oxygene' folders in the Dock and select 'Show in Finder'. Quit DVD Studio Pro now. Back in Finder navigate to the 'Contents' folder of 'multimediaimporter.oxygene' and back-up the existing 'Info.plist' by selecting File > Duplicate in Finder. Now open 'Info.plist' in TextEdit. After the 5th line ("<dict">) add two lines:
    <key>NSUIElement</key>
    <string>1</string>
    You can also add a tab at the beginning of the line for formatting . Save the changes and relaunch DVD Studio Pro for all you authoring needs.
    NOTE go to the 'Contents' folder that is inside the 'multimediaimporter.oxygene' folder (not the 'Contents' folder that the 'multimediaimporter.oxygene' is in.

  • 30EA1 - SQL-Developer 3.0.02 Connection Folder Bug

    hi,
    there are several treads concerning the poor "connection folder" (no sub-folders, folder-structure not in connection export,...) functionality...
    Today i found an new annoying "feature". If you rename a connection within a folder and restart SQL Developer, you will find the connection outside at the bottom of the folders. If you rename all connections within a folder, the folder disappears after restart.
    Its essential to reimplement the connection pane. The storage of the folder-structure outside "connections.xml" in "product-preferences.xml" will always be unmanageable!

    Bug 9734466: RENAME CONNECTION MOVES IT OUT OF THE CURRENT FOLDER
    see also Rename Connection
    I will add reference to this post in the bug.
    Brian Jeffries
    SQL Developer Team

  • Bug Report Facility on OS X, Downloads Folder Bug?

    Hi. I think there should be a reporting system in OS X built-in. They should maybe convert the Report bug on Safari into a suggestions and bugs reporting facility because Safari is usually the most common app that's open all the time. It's inconvenient to do so to go to Apple's suggetions and bugs reporting page in their website.
    Also, when you go to the Downloads folder and put it on Arrange by Kind, some of the files on each category are not grouped properly (.dmg for example), they're separated. It also doesn't delete right away when you use Cmd-Delete, you have to do it more than once sometimes.
    I hope the next update will have fixed most of the quirks.
    Thank you in advance.
    Gbu,
    Alvin

    You can also report bugs via
    BugReporter
    <http://bugreporter.apple.com>
    Free ADC (Apple Developer Connection) account needed for BugReporter.
    Anyone can get a free account at:
    <http://developer.apple.com/programs/register/>
    And/Or
    Mac OS X Feedback<http://www.apple.com/feedback/macosx.html>

  • Can not find files inside folder using enterprise keywords.

    I'm using a document library web part. The using Enterprise Keywords. I have a "Health Insurance" keywords that I added to 8 documents. These document are inside a folder call Benefits. I went to web part editor and clicked on "Edit the current
    view" Then I changed the filter to "Enterprise Keywords is equal to Health Insurance" Lastly I went to the Folders section and selected "Show items inside folders".
    After I click "OK", I'm presented with an empty documents web part.
    What can I do to get the files to show up?
    Thanks
    James T.F

    Hi James,
    Thanks for posting your issue, I am sure that issue is your filter that you have created with "Enterprise
    Keywords" because as per my understand you are able to see the documents with your
    current view of the webpart.
    Please check the filter settings and criteria properly. You should be able to see the expected results
    in Web part.
    I hope this is helpful to you. If this works, Please mark it as Answered. 
    Regards, 
    Dharmendra Singh (MCPD-EA | MCTS) 
    Blog :
    http://sharepoint-community.net/profile/DharmendraSingh

  • Is the Burn  Folder bugged

    I always back up my files to DVD using the Burn folder.
    Recently every disk has been a failure, it only backs up an alias of the files. so if I back up a folder called 'pictures' for instance, the result is just a 1mb alias of the same name on the DVD.
    Is their a bug in a recent software update I have downloaded ?
    I downloaded an old application called Burn and this works fine.
    Anyone else found this please ?

    You keep referring to "the" Burn Folder as if it is a unique object with a required location. You (or your family member) can create as many burn folders as you want, and they can be wherever you put them. If this particular burn folder is on the Desktop, it may well have been created there. You can move it wherever you want it (including the trash, if you and your family are finished with it)

  • Dreamweaver CS4 Search Folder Bug (?)

    Just curious if anyone else has this issue:
    When doing a search and wanting to only focus on a specific folder within the root, I have to go one folder deeper to have Dreamweaver select the folder I actually want.
    For example, if I want to search files within /root/main/ I have to actually select /root/main/subfolder/ to have Dreamweaver actually search the "main" folder.
    Is this a bug or just how the search folder works?
    Dreamweaver CS4 (10.0 build 4117) for Windows 7

    It's a well-known issue. See http://forums.adobe.com/thread/478327.

Maybe you are looking for

  • Can I get pages to work with .csv files?

    I'm trying to use the pages mail merge feature! I have data in a CSV file and I'm on a mac using Pages. This is what I've discovered so far; Pages needs a .Numbers file to pull data from for the mail merge feature. So I take my CSV file, open it with

  • ESS Error Structure field Region not found

    Hello everyone, In Netweaver I installed the ESS/MSS and i'm getting the following error, when I go to "Travel and Expenses" -> "Create Travel Plan" com.sap.tc.webdynpro.progmodel.context.ContextConfigurationException: DataNodeInfo(FcTrpPlan.PlanBook

  • Problem with Start or Stop of Portal Service from outside the portal

    Hi , Can we manage(start and stop) the portal sevice, which is implemented by IService from out side the portal like Visual Administrator or any other. Please let me know if any solution for this. Thanks in advance Tatayya M

  • Webi OpenDocument "Opening Document"

    We are trying to run our report from our custom front end application.  We are using the OpenDoc syntax.  I am able to open the document successfully in the Web Intelligence Rich Client.  But, when I call it from the front end, I get the login screen

  • Multiple iPod Nano's one computer?

    I have 3 Nano's in my houshold and each owner has different music interests. What is the best way to manage all 3 using one computer? Dell   Windows XP