PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → grDraw on chart doesn't work in a windows terminal server session
grDraw on chart doesn't work in a windows terminal server session
Débuté par Sebastian Arnold, 29 oct. 2014 22:48 - Aucune réponse
Membre enregistré
102 messages
Popularité : +2 (2 votes)
Posté le 29 octobre 2014 - 22:48
I have a WinDev 19 program that rebuilds a chart every 10 minutes. The rebuild procedure runs in a thread.

It seems like this doesn't work in a windows terminal server session. This is the story:

The rebuild works on a typical windows computer and also on my development environment.

While trying to find an error I just built a button the runs the rebuild proc. This worked fine on my developer pc but - guess what - it didn't work in the terminal server session!

I use grDraw for rebuilding and the chart is based on an array. The data for the array comes from a sql query that runs on a HFSQL server in client/server mode.

Do I miss something? Is this a known problem? Any ideas?

TIA
Sebastian