Class Notes
Class Notes
- Radio Button - used to proivde multiple choices to the user and the user can
select only one choice from all the choices avaiable
- CheckBox - used to provide multiple choices to the user and the user can select
one or more thant one option
- DropdownButton - used to proivde a list of values to the user and the user can
select one value from the list
Navigation:
syntax: Navigate(Details)
syntax: Concatenate(String1,String2,String3,....)
i. using '&'
ii. Concatenate()
* Radio Button - used to provide list of choices to the user and allow the user to
select once choice from the set of choices available
items = ["Male","Female"]
ex: rdbtnGender.Selected.Value
set the Default property of the text box with radiobutton selected value
red- RGBA(255, 0, 0, 1)
green - RGBA(54, 176, 75, 1)
Orange- RGBA(255, 191, 0, 1)
syntax: if(condition1,st1,condition2,st2,condition3,st3,....)
If(rdbtnSignal.Selected.Value="Red",RGBA(255, 0, 0,
1),rdbtnSignal.Selected.Value="Green",RGBA(54, 176, 75,
1),rdbtnSignal.Selected.Value="Orange",RGBA(255, 191, 0, 1))
* Radio Button - used to provide list of choices to the user and allow the user to
select once choice from the set of choices available
* DropDown = It is used to provide a list of values to the user and allow the user
to select one value from the list of values avaiable
correct credentials
username = admin
password = powerApps
cascading dropdowns
to establish some kind of relation between the drop down controls
* checkbox : it is used to provide multiple options to the user so that the user
can select more than one option
Vertical gallery
data table
Notify("success",NotificationType.Success,1000)
If(TextInput1.Text<>TextInput2.Text, Notify("Error",NotificationType.Error,1000))
Notify("Warning",NotificationType.Warning,1000)
-----
Forms
- used to view, modify or enter data
type of forms:
1. Display forms - used to view the data
2. Edit forms - used to modify or enter new data