Posts by Magno Costa • 63 points
7 posts
-
0
votes0
answers131
viewsQ: Object for Jsonvalue via Datasnap
Ola, I have the following object: TResult = Class private FStatus : TStatus; FMensagem: string; FEntidade: string; FLista : TFDJSONDataSets; //tentei esse FLista2 : TFDMemTable; //segunda tentativa…
-
1
votes1
answer144
viewsQ: Error while converting SQL - Datasnap Rest
I have a problem: I have a datasnap/Rest server, in the same I have the following method: Function TServerMethods.getComandoSQL(ASQL: string): TFDJSONDataSets; begin qryComando.Active := False;…
-
1
votes3
answers1121
viewsA: Format line with itextsharp
Like this: public void impF(ref StringBuilder ret, int pos, string Texto, bool pulaLinha, float fs = 7.0F, int estilo = 0) { if (pulaLinha) { string x = ret + l(Texto, " ", pos - linha.Length) +…
-
1
votes3
answers1121
viewsQ: Format line with itextsharp
How can I build a line with different itextsharp formatting? I tried that way: Paragraph paragrafo = new Paragraph(Texto, new Font(Font.FontFamily.COURIER, tamanho, estilo)); doc.Add(paragrafo); But…
-
3
votes1
answer142
viewsQ: Performance Itextsharp
I’m doing the reports using iTextsharp and the result has been acceptable, but working with many records has become slow. Currently I do so: I capture the database data (storing in a DataTable); In…
-
0
votes1
answer56
viewsA: Gridpanel Checkboxselectionmodel - Sum selection (ext.net)
I managed to solve with the help of the stack in English, follows an example with the solution to help those who have the same doubt: <%@ Page Language="C#" %> <%@ Register…
-
-1
votes1
answer56
viewsQ: Gridpanel Checkboxselectionmodel - Sum selection (ext.net)
How can I add a particular column q this selected, via java-script? I am using ext.net. <script> var sumCheck= function () { var resultSum; /* todo loop selectedrows resultSum +=…