cancel
Showing results for 
Search instead for 
Did you mean: 

UI-Folder not highlighted

Former Member

Hi everybody

I use 5 folders on a form in SAP B1 2004A and all works fine except the highlighting. no folder is highlighted if I click on it (but the content changes like expected). Do I have to do something special for the highlighting?

thanks for help

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello

Try to bind the Folders' object to a UserDataSource

Regards, Avi

Former Member
0 Kudos

i had a userdatasource, but thank you for telling me the right direction.

the problem was the difference between 'true' in VC++ and VB. in the VB-examples, I have to put 'True' in .SetBound(..) but in VC++ it doesn't work with 'true', there I have to use '-1' instead. strange thing