- Overview
- How to?
- Importing a WINDEV window into a WEBDEV site
- Importing the WINDEV elements into the WEBDEV page
Importing a WINDEV window into a WEBDEV site
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: Importing a WINDEV window into a WEBDEV site To import a WINDEV window into a WEBDEV site: - Open the WEBDEV project into which the WINDEV window must be imported.
- On the "Project" tab, in the "Project" group, expand "Import" and select "WINDEV or WINDEV Mobile elements".
- 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.
|
|
|
|