HASAN-1993
Member
- Local time
- Today, 08:22
- Joined
- Jan 22, 2021
- Messages
- 89
How Can I Call Function On The Same Form
.OnAction = "UnitePrice"
.OnAction = "=UnitePrice"
.OnAction = "=UnitePrice()"
.OnAction = "MainForm.UnitePrice()"
All of these did not work
It only works from the main module page
.OnAction = "UnitePrice"
.OnAction = "=UnitePrice"
.OnAction = "=UnitePrice()"
.OnAction = "MainForm.UnitePrice()"
All of these did not work
It only works from the main module page