Hi
I want to show a user O365 information in a screen.
I would like that if the user click in a icon show in the middle of the screen appers a FormView with some information about the user.
The user name t's in a combobox
I know thats it's very simple but i can not continue...
I have a FormView in the middle of the screen ,this hide/show with i click in the icon ,in their propierties i have
Datasource: Office365Users (error....)
Item: Office365Users.SearchUser({searchTerm: ComboBox4.SearchText}) (error...)
Also i have tyed with no error:
Datasource: Office365Users.SearchUser({searchTerm: ComboBox4.SearchText})
Item: <nothing>
With no error, but if i try add fields in propierties add fiels... i can because it's dissabled
Does anybody can help me?
Thanks for all...