Created
April 2, 2014 13:37
-
-
Save jpfreire/9934268 to your computer and use it in GitHub Desktop.
Lotus Notes Formula
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@IsNotMember("[Admin]";@UserRoles) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lista:=@Unique( | |
@Explode( | |
@Name([CN];@UserName)+";"+ | |
Nome_1+ ";" + | |
Nome_2+ ";" + | |
Nome_3 ; | |
";") | |
); | |
escolhido := @Prompt([OkCancelCombo];"Alterar item";"Escolha da lista";@Name([CN];@UserName);lista); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Command([FileSave]); | |
@Command([RefreshHideFormulas]); | |
@PostedCommand([FileCloseWindow]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment