I have gallery1.selected for the edit form's item property which has worked for me in the past. Any suggestions? Thanks!
Now, when I click on theViewbutton in the gallery on screen 2, it also navigates to screen 3 to display the details of the selected item. To return, I have the sameCancelbutton. The same cancel button needs to work for both screen 1 and screen 2. This means that when I come from ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
If you have a gallery control that is filled with large data. And you are using the TextInput control’s value to filter the gallery as soon as users start typing any value into the TextInput control. If DelayOutput is set to false, as soon as the user types the first letter, it will...
Select the TextBox TextDay by clicking on the first item of the main gallery. Then set this formula:Copy TextDay.OnSelect = If( Month(DateAdd(_firstDayInView,ThisItem.Value,Days))<>Month(_firstDayOfMonth), 0, _selectedCount > 0 && DateAdd(_firstDayInView,ThisItem.Value,Days) >= ...
perfect when user select to view one previous entered item. Form Personal info show all fields, when click on Job History, we set Visible property for Personal info form on False and set Visible property of Job History form on True and with this function in I...
Form Personal info show all fields, when click on Job History, we set Visible property for Personal info form on False and set Visible property of Job History form on True and with this function in Items property of form/gallery Filter(JobPosition, ContactID =...
The gallery template will need a TextBox to show the day number (1 – 31), and a Circle behind the text to show if that day is special (holidays will show a purple circle; selected days will show a blue circle). We will add other controls as we go....