ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Project editor / Import/Export
  • Overview
  • How to proceed : Importing projects
  • How to proceed : Importing elements
  • Importing WINDEV Mobile elements (windows, reports, ...) into a WINDEV project
  • Notes
  • Project handling codes shared between WINDEV, WINDEV Mobile and WEBDEV
  • Dependency of the files
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
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, etc.) can be opened in WINDEV Mobile. Likewise, a WINDEV Mobile project can be opened in WINDEV.
A WINDEV (or WINDEV Mobile) project and all its elements compatible with WEBDEV (analysis, classes, sets of procedures, queries, ...) can be imported into a new WEBDEV project.
Likewise, a WEBDEV project can be imported into a new WINDEV project. For more details, see Importing a WEBDEV project and its elements.
How to proceed : Importing projects
How to proceed : Importing elements
WINDEV

Importing WINDEV Mobile elements (windows, reports, ...) into a WINDEV project

To import WINDEV Mobile elements (windows, reports, ...) into a WINDEV project:
  1. Open the WINDEV project where the import must be performed.
  2. On the "Project" tab, in the "Project" group, expand "Import" and select "WINDEV or WINDEV Mobile elements". The import wizard starts.
  3. Select the WINDEV Mobile project that contains the elements to import or directly select the WINDEV Mobile files to import. Go to the next step.
  4. Select the elements to import.
  5. If the WINDEV Mobile project contains elements that can be shared with WINDEV (classes, sets of procedures, reports, queries), the import wizard allows you to:
    • share these elements. These elements will not be copied into the WINDEV project but they will be accessible from the project.
    • copy these elements to the WINDEV project. These elements will evolve independently in each project.
  6. Validate. The import is automatically performed.
Notes

Project handling codes shared between WINDEV, WINDEV Mobile and WEBDEV

If the projects share classes or sets of procedures, the elements found in the source project are handled directly. A single source code is used.
You may have adapt the code so that it runs on different platforms. For example, it is recommended to use the InXXXmode functions (InAndroidMode, IniOSMode, etc.) and/or the <IF ExecutionTarget=...> statement to differentiate code that will be executed on a PC, a website or a phone.

    Dependency of the files

    The elements are imported along with their dependencies: all the files linked to the imported element are also imported. The images are automatically converted into a format supported by WINDEV, WEBDEV or WINDEV Mobile.
    Minimum version required
    • Version 9
    This page is also available for…
    Comments
    Click [Add] to post a comment

    Last update: 05/26/2022

    Send a report | Local help