Jump to content

marius kramer

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by marius kramer

  1. Hi, does anyone know something about problems with a large number of connected clients? I've never tested it with more than 5 connections. regards
  2. hi, I'm trying to add series in a chart by the result of an query. But it will not work. I tried something like that while not dm.qTemp.Eof do begin TmpSeries := tUniLineSeries.Create(Ch_Quoten); TmpSeries.Name := 'Series' + dm.qTempKennung.AsString; TmpSeries.Title := 'LC' + dm.qTempKennung.AsString; Ch_Quoten.SeriesList.Add(TmpSeries); dm.qTemp.Next; end; Can anyone tell me, what I have to do, to make this work? Regards Marius
×
×
  • Create New...