PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → eBusiness Example AWP Context Issue with Basket
eBusiness Example AWP Context Issue with Basket
Iniciado por Marcos, 05,jul. 2021 16:07 - No hay respuesta
Publicado el 05,julio 2021 - 16:07
I loaded the eBusiness example and noticed an issue with the Basket data not being persistent.

1. I add an item to the basket, it appears in the LINK_MDL_Basket control with price.
2. The popup appears allow you to view basket or continue shopping.
3. No matter which option is selected, the next page appears and the basket shows empty.

The code has not been modified and the AWP context are:

ConfigureAWPContext(ctxDisk, ctxIDCookieURL)
DeclareAWPContext(gStBasket)

I wondered if the AWP contexts do not work in Test Mode. I have tried code with simple types and they work but wondered if there was an issue complex structures like the gStBasket?

Thanks,
Marcos