<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>4 Jan 2016 18:19:00 Z</lastBuildDate><pubDate>4 Jan 2016 15:58:00 Z</pubDate><description>Hi&#13;
&#13;
I was trying out the dashboard features and I looked at that at the great video's that our amarican friends post ( uncle pete).&#13;
So I started and It workes easy but then I got an odd error.&#13;
I want to save the dashboard settings in my db so I can load up several dashboards.&#13;
Uncle pete mentions the saving so I went on creating a table witch holds a settings string.&#13;
&#13;
I Did that with a simple procedure:&#13;
&#13;
PROCEDURE oplaan_dashboard(sDashboardnaam is string, sBuffer is Buffer)&#13;
IF HReadSeekFirst(Dashboard,Dashboard.Dashboardnaam,sDashboardnaam) THEN&#13;
&#13;
Dashboard.Dashboardnaam = sDashboardnaam&#13;
Dashboard.DashInstellingen = sBuffer&#13;
HModify(Dashboard)&#13;
&#13;
END&#13;
&#13;
The odd thing is it will notsave the buffer? The "Dashboard.DashInstellingen " is defined as a string in my analysis.&#13;
&#13;
If I debug then alle goes fine accept for this the Dashboard.DashInstellingen takes one character.&#13;
I made it a big string in the analyses 10000.&#13;
&#13;
Anybody an Idea why this goed wrong&#13;
&#13;
&#13;
Link to the great video&#13;
&#13;
regards&#13;
Allard</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55722-dashboard/read.awp</link><title>dashboard in wd 20</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55722-dashboard-55727/read.awp</comments><pubDate>4 Jan 2016 18:19:00 Z</pubDate><description>Hi,&#13;
&#13;
Yes you are right. did change that.&#13;
&#13;
The solotion for anyone who is interested:&#13;
&#13;
The config not in a buffer but in a …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55722-dashboard-55727/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55722-dashboard-55727/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55722-dashboard/read.awp">dashboard in wd 20</source><title>Re: dashboard in wd 20</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55722-dashboard-55724/read.awp</comments><pubDate>4 Jan 2016 16:16:00 Z</pubDate><description>Hi Allard,&#13;
&#13;
Why are you using a buffer and not a string?&#13;
&#13;
&#13;
&#13;
Shouldn't it be :&#13;
IF HReadSeekFirst(Dashboard,Dashboardnaam,s…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55722-dashboard-55724/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55722-dashboard-55724/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55722-dashboard/read.awp">dashboard in wd 20</source><title>Re: dashboard in wd 20</title></item></channel></rss>
