Skip to content

Instantly share code, notes, and snippets.

@jpfreire
Created April 2, 2014 13:37
Show Gist options
  • Save jpfreire/9934268 to your computer and use it in GitHub Desktop.
Save jpfreire/9934268 to your computer and use it in GitHub Desktop.
Lotus Notes Formula
@IsNotMember("[Admin]";@UserRoles)
lista:=@Unique(
@Explode(
@Name([CN];@UserName)+";"+
Nome_1+ ";" +
Nome_2+ ";" +
Nome_3 ;
";")
);
escolhido := @Prompt([OkCancelCombo];"Alterar item";"Escolha da lista";@Name([CN];@UserName);lista);
@Command([FileSave]);
@Command([RefreshHideFormulas]);
@PostedCommand([FileCloseWindow])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment