![]() ![]() |
GoFiler Legato Script Reference
Legato v 1.6b Application v 6.0c
|
Table of Contents | < < Previous | Next >> |
Chapter Eighteen — DataView Integration (continued)
Overview
The DataViewRefreshView function increases the edit unsaved change count for a window and updated the ribbon and tabs.
Syntax/Parameters
Syntax
int = DataViewRefreshView ( handle hView, [dword flags] );
Parameters
hView
A handle to either a Data View Object or to a window that employs Data View.
flags
An optional dword specifying flags for the refresh process. The default is DV_REFRESH_NO_RECALC (TRUE 0x00000001) which will force a repaint.
Return Value
Returns an int as ERROR_NONE or a formatted error code on failure. Use the GetLastError function to retrieve error information.
Remarks
When operating outside of a Data View Object (as a view handle), this function forces all the paint positions and calculated values to be recomputed.
The flags parameters can be as follows:
DV_REFRESH_REPAINT 0x00000001 Refresh Repaint when Done
DV_REFRESH_NO_RECALC 0x00000002 Marks as Dirty, No Calculation
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Page revised 2025-04-28
Table of Contents | < < Previous | Next >> |
© 2012-2025 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. Novaworks, GoFiler™ and Legato™ are registered trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.