cancel
Showing results for 
Search instead for 
Did you mean: 

problem in date navigator

Former Member
0 Kudos

Hi experts,

I have created a wdjava application where i am getting the values from the RFC and i am setting the color to the calender and setting the intime and outtime of the employee for the particular month.

    

My requirement is to when the user points to the anydate its should show the intime and outtime of the employee.

can any tell me on what i have i to do get the details of employee as a tooltip??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Issue got resolved after setting the attribute to Marking element in the date navigator.

Answers (4)

Answers (4)

former_member197472
Active Participant
0 Kudos

If you are using calender month view you can set/get details to entry of day..

Useful field for you will be 'addditional text'/'Subject'

My suggestion will be check out properties of 'Entry' in 'Calender Month View'

Former Member
0 Kudos

Hi Mahesh,

You are having a property called tooltip of UI.

It can be bound to a context.

Bind it to the context where you are storing intime and outime

former_member191643
Active Contributor
0 Kudos

Just display both in a label which is bound to the context where you have stored the values from RFC when clicked on that particular date. Bind the same context attribute where you get the values from RFC.

Former Member
0 Kudos

Hi Experts,

Any help............

Regards,

Mahesh

0 Kudos

Try binding the same context attribute which you have bound to the date navigator to its tooltip as well.