I have two screen,
I want to click the "+" in the Grid Screen , then the default value of the status in Screen1 is "In approve".
How should I write the code
Done.
Thanks
Hi @FENGYANG ,
Please try:
Set the combo box's DefautSelecteditems property to
If(
Form1.Mode=FormMode.New,
{Value:"In approve"},
Parent.Default
)
Best Regards,
Bof
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional