|
|
|
|
|
- Sharing elements between WINDEV, WEBDEV and WINDEV Mobile
Sharing elements with a WINDEV application
Sharing elements between WINDEV, WEBDEV and WINDEV Mobile A WEBDEV website can share elements with a WINDEV application or a WINDEV Mobile application. The elements that can be shared are as follows: | | Analysis | The analysis found in a WINDEV project or in a WINDEV Mobile project can be shared with a WEBDEV project. | Classes | The classes found in a WINDEV project or in WINDEV Mobile project can be shared with a WEBDEV project. Please note: only WEBDEV-compatible code should be used in the shared class. | Queries | - The queries found in a WINDEV project or in WINDEV Mobile project can be shared with a WEBDEV project.
- The queries found in a WINDEV project or in WINDEV Mobile project can be loaded in a WEBDEV project.
These queries are read-only queries. They can be run and the associated SQL code can be viewed. You cannot view the graph of the query.
| Reports | - The reports found in a WINDEV project can be shared with a WEBDEV project.
- The reports found in a WINDEV project cannot be shared with a WINDEV project.
| Sets of procedures | The sets of procedures found in a WINDEV project or in a WINDEV Mobile project can be shared with a WEBDEV project. Please note: only WEBDEV-compatible code should be used in the shared procedure collection. | Remark: Windows from a WINDEV application can be imported directly into a WEBDEV project.. For more details, see Importing a WINDEV window.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|