ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / OLE control
  • Item characteristics
  • Updating the item with the data from the OLE control
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Binding an OLE control to an item
Item characteristics
An OLE control can be bound to an item in a data file, query, etc. "Sound, image and binary" items can be bound to OLE controls. The stored information corresponds to the file name.
Updating the item with the data from the OLE control
Case 1: window fields are associated with fields in a data file (Binding)
All the items in the data file (or a related file) that are bound to a control in the window will be updated by ScreenToFile.
Case 2: the fields in the window are not associated with fields in a data file
The value of each control must be assigned to each item using the following syntax:
<Data file>.<Item> = <Control name>
See also
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 12/02/2024

Send a report | Local help