cancel
Showing results for 
Search instead for 
Did you mean: 

UI: controls we dream of...

Former Member
0 Kudos

... and are missing in SAP Business One.

Hi all,

every now and then, I would like to use a control which exists in VB .Net and I am thrown back on the few controls available in current SBO.

If everybody could post the controls he would like to have most, maybe SAP can include some of them in a future version. (Please)

Kind of like a wishlist.

Please include the control you would like to have most.

Thanks Lutz Morrien

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

- popup menu (right click on matrix)

- functionality of matrix fully available

- hourglass

I think those are my main pains right now.

Regards,

Jacques

Former Member
0 Kudos

Thinking about it,

I would love a panel control which acts like a container for other controls. (i.e. setting panel.visible=false will set all contained controls to false)

That one would help a lot.

Cheers Lutz Morrien

Former Member
0 Kudos

OpenFileDialog and TreeView are must haves as well,

Mark

Former Member
0 Kudos

I'd like a date picker.

And I definitely agree with Lita on a stronger matrix. Filling a matrix without a database connection takes forever. It also would make sense if the matrix could contain objects (collection) instead of simple types.

Lutz Morrien

Former Member
0 Kudos

I wish for a "webbrowser control".

Former Member
0 Kudos

I wish for OpenFileDialog, TreeView and stronger matrix

Former Member
0 Kudos

Of course, an improved form editor. Or perhaps an utility like Screen Code Generator for VS.Net.

I think is the worst side of programing with SBO SDK.

Talking about controls, I totally agree with Mark.

Regards,

Ibai Peñ

Former Member
0 Kudos

I would like to see the ability to "dock" controls, so that you can control how the controls are placed when a form is resized. Also it would be nice if the rectangle control had the ability to resize when the form resizes, as currently you need to write code to cater for this. Another nice feature would be to allow user defined UID's for columns in a matrix using the Screen Painter, currently all columns have the UID "col0", "col1" etc.. and this is a headache when you have a form containing several matrixes.

Former Member
0 Kudos

Lita, regarding the column names...

if you create an xml file with the screen painter, you can replace the existing column names with the one's you would like to use.

In worst case, save form as xml and then replace names.

HTH Lutz Morrien

Former Member
0 Kudos

Hi all

It's possible to continue make wishes about matrix for a long time. F.e. it's necessary to have possibility for groupping a number columns under one title ( or, at least, a many-row titles for columns). It's important for screeen reports. And more events, like : AddLine,DeleteLine etc.

Best regards,

Mark

Message was edited by: Mark Gulyansky

Former Member
0 Kudos

Hi Lutz,

Yeah I could manually change the column UID's in the XML file, but this is rather painful when you have a form with several matrixes and as you know, during development & testing forms can be changed quite a few times - one of my forms has 7 matrixes! Hopefully this will be fixed in the next release of SBO.