-
Topic
-
Hi Advansys Support,
I’m new in Formativ-Programming, but I programmed a lot in VB and VBA.
I’ve created a form (with Form Designer) and on this form a created several checkboxes and two buttons. When I click on the Ok-button I want to check which checkboxes are set to True.
In VisualBasic i’m used to do this with a For-Each-Next loop, like:
For Each object on thisForm
…
NextIs it possible to access the objects on a form (created with Form Designer) this way.
Thanks,
Hans
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.