PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Restoring Dashboard initial configuration
Restoring Dashboard initial configuration
Iniciado por guest, 20,jul. 2015 13:33 - 5 respuestas
Publicado el 20,julio 2015 - 13:33
Hi folks,

I am trying to create my own version of the AAF 'Restore initial configuration' for a dashboard, reason I am not using the AAF menu option is I want to execute a bit of bespoke code directly after the restore.

Can anyone advise how in code I do the restore initial configuration bit?
Publicado el 20,julio 2015 - 13:49
I don't know if this helps but take a look at Re-initializing the parameters automatically saved in the help.

http://doc.windev.com/en-US/…
Publicado el 20,julio 2015 - 15:56
The only way I've been able to figure out how to do it is by using DashSaveConfiguration() and DashLoadConfiguration().

http://doc.windev.com/en-US/…
Publicado el 20,julio 2015 - 17:52
Paulo,

Thanks very much I will investigate.
Publicado el 20,julio 2015 - 17:53
Curtis,

Thanks, I will give that a try also.
Publicado el 21,julio 2015 - 02:25
Try : DashLoadConfiguration

DW