Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8594

Problem with Folder

$
0
0

Hi Experts:

 

Working with SAP Bussines One 9.0 ( 9.02.002 ) add a Folder to a SAP window "service calls", ITEM_PRESSED In the event i show a panel with the ítem i want to show .
The problem is that the Folder is not selected .

Here i leave part of the code to add the Folder
            oForm.Items.Add ( "Folder " , BoFormItemTypes.it_FOLDER )

            oForm.Items.Item ( "Folder "). oForm.Items.Item Top = ( "146" ) . Top
            oForm.Items.Item ( "Folder "). oForm.Items.Item = Left ( " 234000005 ").oForm.Items.Item + Left ( " 234000005 "). Width
            oForm.Items.Item ( "Folder "). LinkTo = " 13"
            oForm.Items.Item ( "Folder "). AffectsFormMode = False
            Me.oForm.Items.Item ( "Folder "). SetAutoManagedAttribute ( BoAutoManagedAttr.ama_Editable , 1, BoModeVisualBehavior.mvb_True )
            oMyFolder = oForm.Items.Item ( "Folder "). Specific
            oMyFolder.Caption =  " Datos Rep."
            oMyFolder.GroupWith ( " 234000005 " )

The event :
Case BoEventTypes.et_ITEM_PRESSED
              Case "Folder "
                                oForma.PaneLevel = 10
              End Select


Selecting a folder of SAP

 

Imagen.jpg
 
 

 

Selecting my folder. the panel is
changing but the folder is not selected

 

Image 2.jpg

 

 

 

 

 

I hope you can help

thanks

 

 



Viewing all articles
Browse latest Browse all 8594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>