Posts by Alex Schmitt • 367 points
16 posts
-
4
votes1
answer1442
viewsQ: Report display error (Fastreport) in Multi-language software
I have the following error in displaying a report made in Fastreport. This error started to occur after doing the Internationalization of my software using the native features of Delphi XE7…
-
3
votes1
answer834
viewsQ: Mobile application using IR emitter with Delphi XE5 or higher
I would like to know if there is the possibility of developing a mobile application in Delphi XE5 or higher, where it could send Infrared (IR) signal to any receiver, for example a TV.
-
4
votes1
answer876
viewsQ: Encapsulate Tclientsocket connections in Multithreads
I have a variable number X of electronic equipment (Weather stations) in my local network, each equipment provides a Serversocket connection with an IP and a specific Port, I have an application…
-
2
votes1
answer475
viewsA: Personality is not avaliable
The solution was to uninstall "Advanced System Care" Software that was improperly "Cleaning" some Delphi records, generating the error.
delphianswered Alex Schmitt 367 -
2
votes1
answer475
viewsQ: Personality is not avaliable
For the second time in these last days, after restarting the computer I get the following error message when trying to open the project on Delphi X5 that I have been working for many months: The…
delphiasked Alex Schmitt 367 -
2
votes2
answers1103
viewsA: Delphi Application Server Routine with UNIGUI
I don’t know if it’s a good practice, but I was able to solve putting all the components dynamically created inside the Servermodule, and it worked.
-
0
votes2
answers1103
viewsQ: Delphi Application Server Routine with UNIGUI
I have an application developed with UNIGUI components for Delphi XE5 and would like to know how to run a routine on the application server, without necessarily being in the browser interface. One…
-
2
votes2
answers436
viewsA: Error compiling in Delphi XE5 UPD2
Problem solved. Kaspersky Pure 3 antivirus was blocking some instance of the compiler, this problem started to occur without any configuration in Antivirus, probably after some automatic update of…
-
3
votes2
answers436
viewsQ: Error compiling in Delphi XE5 UPD2
I’m having the following error when compiling on Delphi XE5, does anyone know what it might be? started after an unsuccessful attempt to install XE6.…
-
1
votes2
answers2020
viewsA: RAD Studio XE6 does not connect to any database!
In fact you need to go to the "Firedac Links" component tab, and put the component into your project, corresponding to the bank you are trying to use. For example, I use Postgresql and put next to…
-
3
votes2
answers1243
viewsA: Error assigning dynamic values to the Unidac Tuniconnection component
I was able to solve the problem using Firedac. Used components of: Tfdguixwaitcursor, Tfdphyspgdriverlink and Tfdconnection. Uses: System.Inifiles procedure TfrmMain.FormCreate(Sender: TObject); var…
-
2
votes2
answers1243
viewsQ: Error assigning dynamic values to the Unidac Tuniconnection component
Using Unidac components for Delphi XE5, I found an error when assigning dynamic values to the Tuniconnection component, responsible for connecting to the database. Error message appears after…
-
1
votes1
answer226
viewsQ: Extend Tclientsocket Delphi class
I would like to know how to extend the Tclientsocket class in Delphi, to put new features without losing the old ones, with examples. Hug.
-
3
votes1
answer476
viewsQ: Create Priority Queues in Delphi XE5
I would like to know how to create rows of objects with priority in Delphi, we know that the concept of queue is what first comes out first, I know there is already this function ready in Delphi,…
-
2
votes4
answers2318
viewsA: Table load of a different seat
You can create a Trigger in your database, so that every time data is entered in a table, given the appropriate conditions, it will also be inserted in the other, all this who manages is the…
sql-serveranswered Alex Schmitt 367 -
0
votes4
answers853
viewsA: Click event only works the first time
Try using firefox’s Firebug, it probably only works once because it is raising an exception that can probably be in PHP.