Perguntas frequentes
Perguntas frequentes para auto-ajuda.
Por favor, dê uma olhada rápida nas perguntas comuns (e respostas) na lista padrão. Se você não encontrar o que está procurando, comece selecionando sua versão Ability Office e, em seguida, reduza-a inserindo o texto de pesquisa e/ou categoria.
Artigo da base de conhecimento 128
Emailing from a database formSuppose you have a field that contains email addresses for a list of contacts and you want a simple way to create an email from a database form.
The easiest way is to add a new field to the table of type Calculated:
- Open the table and select Format/Table
- Add a new field (e.g. call it emailto) and set type to Calculated
- Click Format and then Formula
- Enter: =hyperlink(concat("mailto:", email), email) where email is the name of your field containing the email address
- Save and select View/Form for clickable link
An example of such a database is here: EMAILFORM.ADB