Message 1 of 9

Not applicable
02-21-2013
01:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do I detect wich button the user pressed in the iLogic-form?
I can show it like this:
result=iLogicForm.ShowGlobal("MyForm", FormMode.Modal)
I guess that result is of type FormReturnValue - but I can't guess the qualifier (FormReturnValue.OK / FormReturnValue.OkBtn / ?)
Solved! Go to Solution.