Questions tagged as 'delphi'

1
answer

ShellExecute without Security Warning

How to run an application with ShellExecute and prevent Windows from issuing the "Security Warning"? Is there any parameter that can be sent to prevent the warning? I have tried to apply some in searches that I did on the web but none...
asked by 08.08.2016 / 13:52
1
answer

Move all files with a .prj extension to a folder

I wonder if the following situation is possible: There are several folders inside one another ... and within them there are files with the extension .prj . Is it possible to read all the folders, find the files .prj , and paste...
asked by 02.08.2016 / 15:30
1
answer

Error trying to update ClientDataSet Fields in Delphi 7

I'm migrating an application from Delphi 7 which was previously in FireBird and now I'm connecting to the PostgreSQL database, but there was a variable error with the help of the Stack staff, I discovered that it could be th...
asked by 27.10.2016 / 18:06
2
answers

Error message when closing application

I have this code that I use on a login screen, which when the user uses the correct password, it directs to the main screen, so everything okay, it works perfectly, but when I fecho the application it displays a message of the code.   ...
asked by 20.05.2016 / 16:28
2
answers

How to capture the click event of a row of dbgrid?

I would like to know how to get the click event of any line, returned from the DB in GridView . For example, GridView shows me 3 lines, I want to click on one of these lines and perform a certain action.     
asked by 13.10.2016 / 17:03
1
answer

Android Delphi XE8 Home screen

Good morning, I would like to know if you can remove the initial screen (flame icon followed by the black screen) that appears in the applications developed in Delphi XE8. Thank you.     
asked by 02.05.2016 / 15:45
1
answer

Notification Bar Assume app background color using Delphi

How to make the notification bar assume a predetermined color such as whatsup, gmail, etc. I use the Delphi Firemonkey programming IDE. In my apps the bar always takes on the color black, follow the example.     
asked by 27.12.2015 / 14:36
1
answer

How to register a DLL in the system?

I have a DLL that I can not log into the system. If I take the original DLL, it is registered, but if I get the one that was generated on the company's machine, it registers. I do not know if I have to do anything. To register on the syste...
asked by 16.02.2016 / 12:37
1
answer

Get MultiSelect content from Listbox and play in a Memo on the same line

I need to play content with one or more selections from TListbox to TMemo . Turned on MultiSelect to True, I'm using: ListBox.Items[ListBox.ItemIndex] Only with a selection it list normal, I need it to list if I check...
asked by 22.12.2015 / 15:24
2
answers

Login screen acting incoherent

I installed a login screen where the user must enter login and password with the following code: procedure TFMLogin.Img_confClick(Sender: TObject); var verif: boolean; begin FMHome.ADOLogin.SQL.add('Select * from "login" where "usuario" = :us...
asked by 27.11.2015 / 19:05