cancel
Showing results for 
Search instead for 
Did you mean: 

SBO - Boxes of Dialogue to open file - Urgent Please

Former Member
0 Kudos

Description of requirements: I need to add a routine of imports in SBO, and I use a dialog to select the file in the directory.

Business needs: Select the file to be imported

Examples: The user will push the button inserted and will appear a dialog for him choose the file.

The current solution: There is no solution.

The proposed solution: I need some explanation or an example of where this is the dialog, in the form of SBO.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

there are 2 solutions for this:

1. use standard .net file select dialog, but there should be problem with showing the dialog form behind sbo application

2. create in some user table filed as

.Type = SAPbobsCOM.BoFieldTypes.db_Memo

.SubType = SAPbobsCOM.BoFldSubTypes.st_Link

and when you want to see sbo file dialog, emulate dbl click on this field, dialog for file selection will be shown and select the file. The file will be copied to defined attachment foldet and in filed in user table youll be have the name of selected file.

hope it helps

Petr

Answers (0)