PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → CDonversion From Windev to Webdev
CDonversion From Windev to Webdev
Débuté par Rahul, 05 jan. 2009 08:09 - 1 réponse
Posté le 05 janvier 2009 - 08:09
Hi we are currently developing a windev 12 application in which there are basically a few forms and an analysis file through which the forms insert data .
i just wanted to know whether i can directly convert the application to webdev as we are intrested in purchasing webdev 12.
Posté le 05 janvier 2009 - 14:29
Hi Rahul...
There IS a tool to do that in WebDev, but basically, the answer is NO... You can reuse all the code itself, but yo will have to redo the whole UI part anyway:
- the behavior of a web site is not the same as a window app (no modal windows by example)
- some of the fields available in windev are not available on the web
- several of the fields type available in both have limitations on the web side that you do not have in windev
So the business logic code, data access code and so on are good to go, anything that has to do with the UI needs rewriting
best regards
Fabrice Harari
[url=http://fabriceharari.com]WinDev, WebDev, WinDev Mobile Video Courses[/url]