VP RESUME COMPUTING
VP RESUME COMPUTING ( vpAreaName : Text )
Parâmetro | Tipo | Descrição | ||
---|---|---|---|---|
vpAreaName | Text | -> | Nome de objeto formulário área 4D View Pro |
Descrição
The VP RESUME COMPUTING
command restarts the calculation of formulas in vpAreaName.
O comando reativa o serviço de cálculo de 4D View Pro. Any formulas impacted by changes made while calculations were suspended are updated, and formulas added after VP RESUME COMPUTING
is executed are calculated.
Em vpAreaName, passe o nome da área 4D View Pro. Se passar um nome que não existe, é devolvido um erro.
O serviço de cálculo de 4D View Pro mantém um contador de ações de sugastar/retomar. Therefore, each execution of
VP RESUME COMPUTING
must be balanced by a corresponding execution of the VP SUSPEND COMPUTING command.
Exemplo
Veja o exemplo em [VP SUSPEND COMPUTING] (vp-suspend-computing.md).