Questions tagged [tms]

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.

131 questions
0
votes
1 answer

ChangingTMS DBAdvgrid cell value at runtime

I have field data named "WAIT" it between 0 and 1 , I want to display it by text value not by its real numeric value , e.g 'Wait','No wait' .
0
votes
0 answers

TGrid not Working with iOS simulator — it just run briefly and gone after installation

Why all datagrid like as follows are failing in iOS Simulator without any error message. It just run and gone after installation. I could not find any documentation related to this failures. TGrid TMSFMXGrid TeeGrid But its running perfectly fine…
RickyBelmont
  • 619
  • 4
  • 11
0
votes
0 answers

On enter how to stop adding new row in TMSFMXEdit?

I'm using TMSFMX tools to develop mobile app where TMSFMXEdit tool is by default multi-line means on enter new row gets generated in it and I don't want to allow user to add new row on enter or on pest. I want to keep it single row only. Can…
0
votes
1 answer

Delphi 7 - TMS Intraweb DB-aware Grid ComboBox

I have an Intraweb application which is using the TTIWDBAdvWebGrid component. Two columns of the grid are comboboxes (editor is set to edCombo) - look at the picture below What I want is that when one of the comboboxes is changed the other changed…
RBA
  • 12,337
  • 16
  • 79
  • 126
0
votes
2 answers

Does anyone know how to use AdvMultiInputQueryDialog1 on delphi?

Does anyone know how to use AdvMultiInputQueryDialog1 ? Because i want to customize this before execute like label Align and Edit text Align i used like like code below AdvMultiInputQueryDialog1.QueryValues.Clear; …
0
votes
1 answer

The elegant way to read Customer ID from URI in TMS Sparkle?

i'm developing a rest API with TMS Sparkle and i would like to know the elegant way to read the customer {ID} from this request : http://localhost/v1/customers/{ID} I could just do reverse read in the final characters until i find a "/" character,…
Rebelss
  • 364
  • 1
  • 5
  • 15
0
votes
0 answers

E2285 No match found for 'TScrCustomMemo :: FindTextInMemo (UnicodeString, TFindOptionEx)' in C++ Builder 10.3

I am using a TAdvMemo/TScrMemo in a form in C++ Builer 10.3. I am simply tring to implement the search/findtext method of the TAdvMemo/TScrMemo. But, I am getting the following error : [bcc32 error] Unit2.cpp (159): E2285 No match found for…
inapathtolearn
  • 65
  • 2
  • 10
0
votes
1 answer

How to configure mapcache to cache tile from a tms service

I have a mapserver with mapcache on a server. I know how to configure mapcache to cache tile from a wms service. But I can't find anywhere how to configure mapcache to cache tile from a TMS service (openstreetmap…
Ebe1
  • 3
  • 1
0
votes
1 answer

Polygons disappear after drawing in TMS Layered openlayers map

I am very new to Openlayers and I am trying out TMS layer for tiled images generated using gdal2tiles. Basic things like panning/zooming works fine and now I am trying to add editingToolbar and draw some polygons on the map. As soon as I draw the…
user731918
  • 133
  • 6
0
votes
1 answer

Event to fire in DTM after async API

I am new to Adobe Analytics and DTM. On my website, an asynchronous API is creating a div on the page dynamically. This DIV has a special CSS class, let's say "wantedClass". I want to create 2 rules : A rule that fires once the DIV appears on the…
HelpASisterOut
  • 3,085
  • 16
  • 45
  • 89
0
votes
0 answers

Cannot sort data in grid when clicking on header

I am displaying data in TMS's TDBAdvGrid. In TMS's version 3 when clicking on the grid's header the data would be sorted in ascending or descending order of the clicked grid's column. In version 6 the same code doesn't sort the data anymore; nothing…
0
votes
0 answers

Error when running a TFlexCelReport that exports to Excel

I am trying to export to Excel some data using TMS's TFlexCelReport in Delphi 10.2 and getting an error which I cannot figure out how to fix. In an earlier version of Delphi (2007) and TMS it worked fine. The data is being retrieved from the…
0
votes
1 answer

delphi use case on AdvBadgeGlowButton1 caption

How can you use a case statement depending on the badge caption ? Tried : procedure TForm2.Button1Click(Sender: TObject); begin case AdvBadgeGlowButton1.Caption of 'Test' : showmessage('Test') end; '' : showmessage('Empty') end; but am…
user763539
  • 3,509
  • 6
  • 44
  • 103
0
votes
1 answer

Delphi 7 - TMS Intraweb DB-aware Grid

I'm making a web application by using Delphi 7 and TMS suite for Intraweb. I have several client dataset components and I use a TTIWDBAdvWebGrid for showing the data. TTIWDBAdvWebGrid is a data-aware component, but when I modify some values in grid,…
RBA
  • 12,337
  • 16
  • 79
  • 126
0
votes
0 answers

Delphi Android : I can not bind TMSFMXGrid to a BindSourceDB1

I have setup a connection with UniConnection1 to a SQL Server. All the settings are right and a connection can be established. BindSourceDB1 is linked to my stored procedure which is set to execute after establishing a connection. However I can…
user763539
  • 3,509
  • 6
  • 44
  • 103
1 2 3
8 9