Questions tagged as 'delphi'

0
answers

Livebindings delphi berlin - Catching

I migrated my application to firemonkey which was running in Delphi-xe8 to Delphi Berlin , everything works perfectly, except that when I view Bindings designer and select any query or listview the projec...
asked by 08.11.2016 / 14:54
2
answers

Encrypted password verification

I'm having a hard time checking the login with Delphi with encrypted password in the MySQL database, I can do the registration and encrypt the password in the database through Delphi with the StoredProcedure that I cr...
asked by 05.11.2016 / 00:43
0
answers

Get data from a PivotTable in Excel

I'm trying to read from an excel sheet and I'm creating a PivotTable programmatically and it's working fine, however I'm having trouble picking up this filtered data because it does not return all of the items that have been filtered with more t...
asked by 07.10.2016 / 21:19
0
answers

PLP SIGEP StreamReader Error

I'm integrating the Webservice SIGEP with PLP closing. I'm having a problem while posting the PLP closing XML. I get the error:    STREAMREADER ERROR All other functions work properly. I have already tried everything and the XML is o...
asked by 26.09.2016 / 16:21
0
answers

delphi trlReport with Group does not load the first record

I have the return from sql: |dt_producao| |20/09/2016 | |20/09/2016 | |20/09/2016 | |21/09/2016 | |21/09/2016 | |22/09/2016 | |24/09/2016 | I'm trying to create a report that links to me: |dt_producao| |20/09/2016 | |21/09/2016 | |22/09/...
asked by 29.09.2016 / 22:01
0
answers

Access denied when deleting Registry (even in regedit)

I'm trying to delete a Windows registry using Delphi but without success (even with Regedit itself I can not). Code I'm using: Function DeleteKeyAPI(hRoot: HKEY; sPath: String; IsReg64: BOOL): BOOL; Var iRet: Integer; Begin If IsReg64 T...
asked by 28.08.2016 / 12:12
1
answer

Suggestion SQL generator in embedded system

I have an embedded system that stays in the client, but I need to develop a SQL generator that is free access to the consultants and invisible to the client, ie with a shortcut key it opens the SQL generator, but by path of the doubts the client...
asked by 17.08.2016 / 22:48
0
answers

Canvas Draw TBitmap Multiple Images

I would like to capture several images and "put" all of them in one without having to save them first, I capture 6 images placed one above the other according to the position on the screen and saved in a single image, Any idea? I'm using Delphi...
asked by 08.08.2016 / 23:07
0
answers

Chat with two types of client

I want to chat in Delphi. In a standard project where the two tips would be using a Delphi, quiet application (SocketServer and ClientSocket). But my question is as follows: One end will be using a Delphi project and the other will be using a We...
asked by 30.08.2016 / 16:23
2
answers

Cut a piece of the image using mouse

Hello, I have the following situation, in a FORM I have any image, I need to select a part of the image by clicking the MOUSE, and as soon as I release the mouse button, that part I selected is SAVE! > I found a question similar to mine, but I...
asked by 07.11.2015 / 14:19