Enterprise
-
more than a month ago
RAD server apache installation
AcceptedHello, I'm trying to deploy Rad Server 10.2 under apache on linux. I installed Interbase xe7 and register my Rad server licence. When running EMSDevServerCommand it works correctly I can can access default ressources and a custom ressources. ... -
more than a month ago
Datasnap Rest Server Callback Disconnected after 1 menit
AcceptedHi, I've setup a Rest Server as apache module, and successfuly connect the server using Rest Client Connection. But i want to add Callback capability. Here is the code procedure TCSClass_RestClient.PrepareCallback; var sUniqueID : string; ... -
more than a month ago
DataSnap Service Application Template Doesn't Build
AcceptedWhen I follow the File...New...Other...DataSnap template to create Service Application, include Authentication/Authorization - TCP/IP - Server Methods Class with Sample Methods, default Port settings, and using TDSServerModule for the ancestor type, ... -
more than a month ago
Can I open tWebBrowser with file://Test.htm ?
AcceptedHi I should be able to open tWebBrowser with file://Test.htm, shouldn't I? But when ever I try, I am told the file does not exist. But it does. If I try to open it with a file created by myself, containing only a simple link, it works. But if this ... -
more than a month ago
Firemonkey tWebBrowser can never see my files
AcceptedHi When ever I try to start WebBrowser with a file, I get a message that the file cannot be found. I tried checking if the file exists and then read the files by webbrowser - but I get a "File Exists" followed by a "File not found". I try to open t... -
more than a month ago
Files and maps are invisible on filemanagers - but I can find them using tDirectory.getFiles
AcceptedHi When I save files, they are not visible to any filemanager I have been able to lay my hands on. But they are there, I can read them and write to them and see them using tDirectory.getFiles. I checked the attributes, but they are just faNormal, fa... -
more than a month ago
Where did SysSelect.poll go?
AcceptedI just recently purchased Delphi 10.2 Tokyo Enterprise mostly due to the reintroduction of Linux support...finally, with the idea that I could stop using Delphi 6/Kylix 3 to do Windows/Linux development. I do quite a bit of client/server development... -
more than a month ago
Cannot install EMS Package
AcceptedI can create and run a sample EMS package from the IDE, and the RAD Server (EMS) Development Server loads the BPL file. However, if I follow the instruction to add this to the emsserver.ini file as follows : [Server.Packages];# This section is for e... -
more than a month ago
Date for C++ Linux server ?
AcceptedBonjour, I'm working with Embarcadero C++ Builder Enterprise Tokyo 10.2. I'm waiting for C++ Linux server. Do you know the date of publication ? Best regards Gabriel... -
more than a month ago
Metrics and Audits
AcceptedI'm using 10.2 Tokyo Enterprise. I've enabled Model Support for my project, and I can see the resulting diagram. Looking through the documentation and viewing a couple videos on Embarcadero's YouTube page, I see that I should be able to view Metric... -
more than a month ago
I cannot set Delphi 10.2.2 editor colors.
AcceptedI used : Tools->Options->Editor options->Color then Color SpeedSetting->Dark Tab Delphi. On example screen is OK but after OK and return to source nothing is changed (Elements colors do not change). In Delphi Xe5 everything works ! ... -
more than a month ago
JSon, streams and strings
AcceptedI have an object (TFoo = class, MyFoo) the has a string field (public FRICHEDIT) to store the contents of a TStringStream.DataString. I have a TMS FNC TRichEditor where I can save the contents to a steam, in this case a MyStringStream: TStringStream... -
more than a month ago
Access Violation fmx250.bpl
AcceptedI have Delphi Tokyo Enterprise and get the error message "access violation ... fmx250.bpl" when developing cross devices application.Delphi is completely new installed under Windows 7. Is there a solution?... -
more than a month ago
TNetHTTPClient - using certificates
AcceptedI am not sure where to go to get some examples on how to use this component using certificates. It is getting really hard to learn new things if I don't have examples of "HOW TO". Anyone? Anyone?... -
more than a month ago
Delphi killer
AcceptedHi all, I am unable to use my Delphi Enterprice Tokyo any more! I experience a seamingly unsolvable problem in that essential packages from the '..19/bin' folder are resized to 0 kbyte. Full stop! I run Windows 10 Professional on an i5-8Gb laptop ... -
more than a month ago
EMS/RAD Server (Developer) - Initial Setup Login issue
I'm trying to setup/configure the developer RAD Server environment in order to play with/research the Hospitality Survey App Template. I went through the EMS Setup Wizard and as far as I can tell everything got setup. I started the EMS Console and ... -
more than a month ago
TFDJSONInterceptor DataSetsToJSONObject How to read result without RadStudio but with PHP
Hello, I'm writing a rest datasnap server with (c++builder 10.2) and some methods that return a JSon Dataset. In the methods I have a code similar as the below: TJSONObject* TServerMethods1::RetrieveData(parameters) { MyFDQuery->Close(); MyFDQuery->S... -
more than a month ago
delphi 10.2 deploy to device success,but make .ipa got error(shining2.archive is malformed)
I have blank project ,only has a button on the form. It deploy to device success(release+development), but make .ipa got error(release+application store) ----------------------------------------------------------------------------------------... -
more than a month ago
delphi 10.2 deploy to device success,but make .ipa got error(shining2.archive is malformed)
I have blank project ,only has a button on the form. It deploy to device success(release+development), but make .ipa got error(release+application store) ------------------------------------------------------------------------------------------- [... -
more than a month ago
Intraweb
Hi I have intraweb problem when I can't connect to my helloword aplication when I run on server. All ports are opened. ...