PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB19 install update of 1 page
WB19 install update of 1 page
Iniciado por guest, 22,ene. 2015 21:01 - 1 respuesta
Publicado el 22,enero 2015 - 21:01
Hi,
I resolved a little bug in one of my sites and instead of reinstalling the whole site, I tried to replace just one page called customer_login.awl

I already noticed that WB generates some (or all?) of the images again with different names. I also copied these images to the RES map.

The new page is shown correctly now, but does not respond to any clicks, like pressing the login-button.
Do I still miss a file to copy? I don't see any related file to this page.

Or is the main library (mysite.wdl in my case) also necesarry. I thought it only holds all global procedures and classes and stuff like that. Not the local procedures of a page.

I can of course reinstall the whole site, but in this case I have 3 versions installed under different names (for different customers). That took me quite some time to figure it out and I don;t want to loose all that!
Publicado el 23,enero 2015 - 11:23
Hello Arie

what type of site ?

My understanding is that you can publish one page by itself only if it is a STANDALONE awp page... IN that case, all of ITS code is included in the file (and I did it successfully many times)

Any other case (not standalone awp, or non awp) and you also need the wdl...

What I don't know is if you can repubmish a wdl without all the other pages (haven't tried, as I code mostly in awp)

Best regards