> For the complete documentation index, see [llms.txt](https://doc.velneo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.velneo.com/30/velneo-vdevelop/proyectos-objetos-y-editores/editores/asistente-de-formulas/verificador-de-formulas.md).

# Verificador de fórmulas

Se trata de una utilidad del [asistente para edición de fórmulas ](/30/velneo-vdevelop/proyectos-objetos-y-editores/editores/asistente-de-formulas.md)que permite verificar si la sintaxis de una fórmula es correcta. Para verificar la sintaxis de una fórmula pulsaremos la tecla F9. Si la fórmula contiene algún error de sintaxis, éste será mostrado en la barra de estado de la ventana del asistente, tal y como se muestra en la captura de pantalla siguiente:

![](/files/-M7D7A4a8SvDmBoeirBj)

Remarcar que los errores que detecta son errores de sintaxis, no errores lógicos.

Al pulsar este comando también se mostrará, bajo el propio botón, un tooltip con el resultado de la fórmula establecida:

![](/files/-M7D7A4o5MkYRbLrCw2K)

Si al aceptar una fórmula el sistema detecta algún error, éste mostrará una ventana advirtiéndolo:

![](/files/-M7D7A4rVknZ8MMR47rF)

Si pulsamos el botón “Continuar editando” volveremos al editor de fórmulas.

Si pulsamos el botón “Aceptar”, se aceptará la fórmula y se cerrará el asistente.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.velneo.com/30/velneo-vdevelop/proyectos-objetos-y-editores/editores/asistente-de-formulas/verificador-de-formulas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
