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:...
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.
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!
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?
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...
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...
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...
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...
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...
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;...