PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Copy all queries from webdev project a to windev project b
Copy all queries from webdev project a to windev project b
Iniciado por guest, 30,abr. 2015 11:14 - 3 respuestas
Publicado el 30,abril 2015 - 11:14
Hello,

I am building a backoffice for a webdev site.

I need about 90 pct off the same queries.

Is there an easy way to compy them all from one project to another

When I simply copy the query file it is not automatically added in the project explorer.

Greetings,

Willy Hermans
Publicado el 30,abril 2015 - 13:13
Willy,

Try this?
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://help.windev.com/en-US/?2030041">http://help.windev.com/en-US/&hellip;</a>
Publicado el 30,abril 2015 - 14:12
Hi Willy,

The only step missing is that you must add the files in the "project elements": <a class="ExternalLink" rel="nofollow" target="_blank" href="http://help.windev.com/en-US/?2030033">http://help.windev.com/en-US/&hellip;</a>

After that step you will be in business.

The other solution if you want to keep the files in sync is to use the SCM and share the files between both projects.

Best regards,
Alexandre Leclerc
Publicado el 30,abril 2015 - 14:16
Hi Willy,

Just open your WebDev project in WinDev and identify the objects to be in the WD configuration you're building...
That way your WB and WD solution can use the same common business rules (e.g. business classes), queries, etc...
That's the way to build Multi platform solutions in WX but it requires an architecture that has a minimal seperation between the UI and the business layer.

Cheers,

Peter H.