Showing posts with label InfoPath 2010. Show all posts
Showing posts with label InfoPath 2010. Show all posts

Monday, May 7, 2012

Como enviar email à pessoa seleccionada no Form

Como podemos retornar o nome da pessoa do campo Pessoa/Grupo de um Formulário InfoPath ?

Solução: 
  1. Promover o campo no InfoPath
  2. Seleccionar AccountID, em vez de DisplayName.
  3. Em seguida, verifique se a Função está no primeiro.
    1. Se o campo albergar várias pessoas, seleciona intercalar.





Wednesday, November 2, 2011

Form error Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus

Problem: When openning the InfoPath Form, we get a javascript error "Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus".

If we check the code in javascript it check if toolbar is visible.
"if(e.v3RichTextControlOnFormInIE)"

Solution: Add toolbar on Form, so when you editing an RichText, you have the toolbar in top of the page without errors! Looks like it's a bug, when you don't add Form toolbar...

1- Go to Form Options
2- Browser Show InfoPath commands/ Mostrar comandos do InfoPath no Friso
3- Ok
4- Create a new form and check if error disappear.

Worked for me ;-) Hope it works for you.

Monday, August 22, 2011

Can't open old/moved/copied forms - Permission problem Sharepoint

Problem: When opening a Form you get a message like this "A form template (.xsn) file can not be accessed. You may not have the required permissions to open the file."


Resolution: Can be permissions of course ... Otherwise can be a missing template.
If you deleted the template you have to restore or republish in order to open the Form.

;))

Friday, February 18, 2011

O InfoPath não conseguiu publicar porque ...

Erro quando queremos publicar pela 2º vez um formulário no InfoPath 2010:

O InfoPath não conseguiu publicar porque o tipo de conteúdo predefinido na biblioteca de documentos não se baseia no tipo de conteúdo de formulário.



Resolução:

1- Ir ao Site Definitions/Definições do Site
2- Site Features/Funcionalidades do site
3- Activate/Activar Team Collaboration Lists/Lista de Colaboração de Equipa

Hope it helps ;)