TMS Components are a collection of visual and non-visual components and tools for Delphi and C++ Builder targeting Windows, macOS, iOS, Android and Linux. The code is developed, maintained and licensed by TMS Software of Belgium.
Questions tagged [tms]
131 questions
0
votes
0 answers
TMS TAdvRichEditor only saves content entered manually and not programmatically
I am using a TAdvRichEidtor in order to create a chart. Drawing the chart and adding text works perfectly using:
...
advRichEditor1.Canvas.TextOut(5,5,'TEST');
advRichEditor1.Canvas.Moveto(10,10);
advRichEditor1.Canvas.Lineto(20,20);
...
However…

Jsk
- 159
- 1
- 13
0
votes
0 answers
GA4 - Double Counting because user_id tracking
Since we implemented the user_id tracking, we have a double counting issue in GA4.
Screenshot
I see that UA and GA4 are triggered twice in the network tab
I focus on GA4, one request is triggered without the user_id and user_properties, the second…

ValFlow
- 1
- 1
0
votes
0 answers
Learning TMSSoftware TWebRadServerClientDataset connected to a RADServer and I can see how to GET, PUT and POST, but how can I GETITEM?
WebRadServerClientDataset.RadServerURL := 'https://test.teamdme.com:8080/emsserver/EMSServer.dll';
WebRadServerClientDataset.TableName := 'survey';
WebRadServerClientDataset.KeyFieldName := 'call_no';
…
0
votes
1 answer
Using TMS WEB Core and JSON
Starting from a VCL project to TMS WEB Core, I can no longer use "System.JSON".
Having declared :
LJsonValue: TJsonValue;
LJsonArray: TJsonArray;
LJSonString: TJsonString;
How to translate VCL line
LJsonValue :=…

L0pez
- 11
- 3
0
votes
2 answers
How to install TMS Component Pack 6.0 in Delphi XE2?
What has to be change in order to install them succesfully in DelphiXE2

Tom Princkle
- 1
- 1
- 1
0
votes
0 answers
How to use GetGeoCoding in delphi
The idea is to get the coordinates of an address and be able to use these coordinates in the code that follows. This should all happen in one function. Now, converting the address to coordinates is not the problem. this just works. Only when I…

aaron versfeld
- 85
- 7
0
votes
0 answers
TadvGridFilterPanel on TadvStringGrid filters dates wrong
I've got a TAdvStringGrid connected to a TAdvGridFilterPanel. The grid contains several columns of which 4 are dates. The locale of my PC is 'nl-NL' (Dutch). Date format in The Netherlands is 'dd-mm-yyyy'. When I filter dates it doesn't filter…

Paul Sinnema
- 2,534
- 2
- 20
- 33
0
votes
0 answers
TMS VCL Chart - Get the X value
I discover TMS VCL Chart and delphi.
In the TMS doc there is an example of code to retrieve the values of the points displayed on the "MouseMouve".
I adapted this code to retrieve the value of X, the one displayed on the axis (1,2,3,... by default)…

sp506
- 1
0
votes
2 answers
With TMS TDBAdvGrid, how to color lines with different colors depending on cell values?
All is in the title.
How can we also make an officehint customisable for each row. Mean when mousemove on a row, display the information of this record (from a db query).
Thanks

Gwenael
- 137
- 1
- 2
- 7
0
votes
1 answer
How to capture TMS customized events in sap-spartacus storefront
I'm currently developing an TMS custom events to my spartacus storefront project.
But I'm reading docs and I dont understanding how to create custom events.
I've created my own collector, and its working fine.
I'm trying to create a CustomPdpEvent,…
0
votes
1 answer
TMS TPlannerMonthView: get selected item text
I'm new to Delphi and I'm trying to get the name from the item that I have selected in the Planner. The text for the item is set after using PlannerMonthView1.CreateItem like this:
DbDate := FrmMain.FDTable1.FindField('NOT_DATE').AsFloat;
…

Daniel1999
- 21
- 4
0
votes
1 answer
can't compile code using struct tms
#if defined(HAVE_TIMES)
#include
static double cycles_diff(struct tms *a,struct tms *b)
{
clock_t aa = a->tms_utime +
a->tms_stime +
a->tms_cutime +
a->tms_cstime;
…

isaha
- 1
- 1
0
votes
1 answer
Help required in new version of flexcel for Delphi 2007
I am using flexcel component to generate Excel files from Delphi 2007. Now we switched to the latest version of this component because the old one was not compatible with Excel 2010.
Now I'm facing an issue when we set the format of each cell to a…

Dev
- 629
- 2
- 9
- 23
0
votes
1 answer
Automation of Oracle cloud application (like OTM,CPQ, WHM etc)
Can we automate any of these application using open source (like Test project or selenium, Javascript or cypress)
• WMS (Warehouse Management)
• TMS (Transportation Management)
• Leasing
• EPM (Enterprise Performance Management)
• CPQ (Configure…
0
votes
1 answer
Installing Task Management System without Social Office portlet
I want to install TMS (Task Management System) from SO (Social Office) to my Liferay so that I would not install the SO first. So, it would be used as a portlet or so and I don't have to take the full amount of the other SO stuff. I have found out…

mico
- 12,730
- 12
- 59
- 99