-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Accueil > Community > FPScript > Detect the activate folder on a Fpscript > Reply To: Detect the activate folder on a Fpscript
October 1, 2009 at 6:52 pm
#8769
Bernhard Kantz
Participant
Please use the FPScript function ActivatedFolder instead of ActiveFolder.
ActiveFolder returns the active (selected) folder. ActivatedFolder returns the activated (red) folder.
Example:
StringMid(ActivatedFolder.name, 8, 4)