Menu
  • HOME
  • TAGS

check if dbPlanner (TMS) item exists before copying

delphi,delphi-xe7,tms

A very simple way to check if an item is selected is to check Assigned(dbPlanner2.Items.Selected). If this condition resolves to false you should exit the procedure....

TMS Component Pack in new XE8 Trial install?

delphi,trial,tms,delphi-xe8

The pack is quite old. That's the problem. You need to get a version that supports XE8. I expect that you can obtain that from the vendor's website....

pass statusbar text to dxAlertWindowManager1

delphi,devexpress,tms

Simply replace 'AdvOfficeStatusBar1.Panels[0].Text' with AdvOfficeStatusBar1.Panels[0].Text The former is a string literal, the latter is the expression that yields the status bar text....