Questions tagged as 'delphi'

1
answer

DBGRID does not output result

I have a table that has data registered in SQLServer , but in the application they do not appear in dbgrid . DATASOURCdo dbgrid -> UDM.DSPecas_ordem_servico When you open the form: procedure TFMHome.lbl_BuscosClick(Sender:...
asked by 24.11.2015 / 15:50
1
answer

How to change the icon of the compiled file in Delphi?

I've developed an auto build for my projects, everything works fine. However, in this application builder the user can choose the icon to be used, but I do not know how to do it. I've done a quick search, but no success. Thank you.     
asked by 08.07.2015 / 15:40
1
answer

How to download from Delphi?

Hello, I created an application in Delphi , but it needs to download some files that I have on a website, but I have no idea how to do this, please help me. Ten of thanks for reading my question!     
asked by 06.06.2015 / 20:10
2
answers

ClientDataSet 'Insufficient memory for this operation'

I'm trying to give active to ClientDataSet and it's returning the following error:    edbclient Insufficient memory for this operation Does anyone know how to solve it?     
asked by 30.03.2015 / 20:55
1
answer

Change "Step" in Quickreport printing progress

I'm developing a carton printing system, so I'm sending out extensive print files, somewhere around 25000 pages per view. Due to this large number of pages, the printing progress of Quickreport takes 2 minutes to advance the 5% step. How...
asked by 15.08.2015 / 22:52
3
answers

Search in SqlServer with Query

I have the following problem: I would like the person to type the number of ribbons in an edit and that value would be compared to the values in the database and when they are the same. present them in the report: SQL.add('Select * from "contr...
asked by 21.10.2015 / 16:52
1
answer

Edit records of a clientdataset of fields coming from a join

I have a simple example, but in three layers, with sqldataset + datasetprovider + clientdataset. I do not load any fields in the sqldataset. In the datasetprovider I leave the updatemode in upwherekeyonly. In the datasetprovider I leave allow...
asked by 24.02.2015 / 07:06
1
answer

How to send / receive data using Sendmessage or Postmessage API?

I need to send several data to another process, the detail and the two processes are dlls, and I have customized my message. The message I get sends and receives it but when trying to treat the data coming from WParam of the violated acce...
asked by 05.02.2015 / 00:53
1
answer

Is it possible to work with attribute tables of spatial objects in Delphi and dbExpress?

I have a spatial database in MySQL where the geometry and attributes of spatial objects are stored. I tried to create a basic form, as basic as possible using SQLConnection , Provider , Dataset , ClientDataset and dbware , to edit the obj...
asked by 25.01.2015 / 17:21
1
answer

Creating real-time TEdit and OnEnter action

Lately I've been developing a mobile app, and I need to create a real-time%% with the predefined action function. So far I can create, but without the TEdit action function. Here is the code: procedure CriarEdit; var tipo:TForm;...
asked by 27.10.2014 / 23:22