ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
DocUpdateFormula (Function)
In french: DocMiseAJourFormule
Updates the formulas in a document. This formula can be in:
  • a Document variable,
  • WINDEV a Word Processing control,
  • a docFragment variable.
Example
MyDocument is Document
...
 
DocUpdateFormula(MyDocument)
Syntax

Updating the formulas of a Document variable Hide the details

DocUpdateFormula(<Document>)
<Document>: Document variable
Name of the Document variable to be used.
WINDEV

Updating the formulas of a Word Processing control Hide the details

DocUpdateFormula(<Word Processing control>)
<Word Processing control>: Control name
Name of the Word Processing control to use.

Updating the formulas of a docFragment variable Hide the details

DocUpdateFormula(<Fragment>)
<Fragment>: docFragment variable
Name of the docFragment variable that contains the formulas.
Component: wd290mdl.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/31/2022

Send a report | Local help