- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Why you use the action builder?
What would you like to create?
You cold use the following - the subform is visible if the textfield is empty - not empty the subform is hidden:
if(PathToTextfield.NameTextobject.rawValue == null)
{
PathToSubform.NameSubform.presence = "visible";
}else
{
PathToSubform.NameSubform.presence = "hidden";
}
You could copy this script in the EXIT-event of your textfield.
You will find the scripteditor about "windows" | "scripteditor"
Then you select the event (Anzeigen = event (this is a german LCD screenshot))
Hope it will helps you,
Mandy
Views
Replies
0 Likes
Total Likes