ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / WEBDEV specific features / Page types
  • Overview
  • How to?
  • Importing a WINDEV window into a WEBDEV site
  • Importing the WINDEV elements into the WEBDEV page
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
Overview
The Windows windows developed with WINDEV (version 7.5 and later) can be imported into a WEBDEV site. The windows will be automatically converted into WEBDEV pages. The controls and the code of the window are retrieved.
Importing WINDEV windows allows you to save a great amount of time when migrating a Windows application into an Internet or Intranet site.
Caution: The pages resulting from the import may look a little different from the initial windows. Sometimes, their interface and they code must be revised.
Remarks:
How to?

Importing a WINDEV window into a WEBDEV site

To import a WINDEV window into a WEBDEV site:
  1. Open the WEBDEV project into which the WINDEV window must be imported.
  2. On the "Project" tab, in the "Project" group, expand "Import" and select "WINDEV or WINDEV Mobile elements".
  3. Select the WINDEV window to import (".WDW" file). The WINDEV window is automatically converted into a WEBDEV page.

Importing the WINDEV elements into the WEBDEV page

The following elements are not imported into the created WEBDEV page:
  • WINDEV controls that do not exist in WEBDEV (Slider control, Progress Bar control, etc.).
  • WLanguage functions, properties, keywords not available in WEBDEV (OpenWindow function, MyWindow keyword, etc.).
  • WINDEV skin templates. If the imported window is associated with a skin template, only the images associated with the page and its controls will be imported.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help