- Overview
- How to proceed : Importing projects
- How to proceed : Importing elements
- Importing WINDEV elements (windows, reports, ...) into a WINDEV Mobile project
- Notes
- Project handling codes shared between WINDEV, WINDEV Mobile and WEBDEV
- Dependency of the files
Importing a WINDEV/WINDEV Mobile project and its elements
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 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.
This page is also available for…
|
|
|
|