In this example we'll show a connection between an application of Control and the Calendar. This feature can be used for a particular user to view your timetable where their activities are scheduled.
Step 1: We will create a calendar, link: (See here how to create a calendar application)
Step 3: Let's use our field to receive the value of a global variable. In the WHERE CLAUSE of the SQL of the Calendar Application we can do the following condition:
Where [var_login] is our global variable and users it's our field.
Step 4: We will create a control application:
We select the connection used:
Inform the application name created:
Step 5: Let's create the field that will serve to inform the specific user
We Inform the application name created
Here we defined the field datatype to "Text". We can also change the field label
Step 6: Let's create a new link Between the application
Now we will go pass our parameter field created in Control, linked to the global variable created in Calendar.
And now we can execute our control. Whenever inform a user control, the calendar will appear only with their activities.