Questions tagged as 'delphi'

0
answers

Tax coupon is cutting through the medate - Report builder

I'm having trouble printing a non-fiscal Coupon by Report Builder, not printing all the items in the order, I'm inserting 52 products, and cutting into sequence product 36 . Code: dmRelatorios.cdsOrc.Active := False; dmRelatorios.cdsOrc...
asked by 20.02.2015 / 13:15
1
answer

Retrieve XML TXMLDocument at runtime (Delphi XE3)

I'm trying to retrieve the XML data but I can not, the TXMLDocument is being created dynamically and probably is missing some configuration, because when I'm using it visually in the project I can extract the data. function TNFSe.getNumeroRPS(...
asked by 11.07.2014 / 16:51
1
answer

Master Detail Fast Reports

I have a report in Fast Report of notes and duplicates / tickets. At date I have 2 DbxQuery , note and tickets. In the tickets I put the master as notes, and I used as filter in the tickets the parameter nunota (number of the note) poin...
asked by 17.06.2014 / 19:01
0
answers

TFDSQliteBackup android delphi xe7

I am trying to make backup of my Android application, application made in Delphi. I am using the TFDSQliteBackup component with the following code, it executes and creates the file, but the file is blank does anyone know how to proceed...
asked by 21.11.2014 / 17:28
1
answer

How do I group by grouping by more than one field?

I'm making a report in FastReport that returns it demonstrates the following fields: codigo cliente nome cliente data do atendimento codigo atendente nome Atendente codigo atendimento motivo do atendimento And it was necessary t...
asked by 28.11.2014 / 11:57
2
answers

How do I get the serial number (not the IMEI) of iOS and Android devices?

How to get the serial number of a mobile device? I need the solution in delphi, firemonkey that works on both Android and iOS.     
asked by 03.02.2015 / 12:41
1
answer

Avoid image blinking when timer is used

I have a background image in my application, but it gives the impression of blinking due to the use of Ttimer that the application has. I tried to change the interval of Ttimer but the problem persists. Any tips on how to sol...
asked by 03.02.2015 / 19:35
1
answer

Problem when inserting into a SQLITE table using RAD STUDIO XE6

Good afternoon, I am having a problem in my code, I use Rad Studio XE6 connected to an SQLITE base, when I insert values with point in the table the following error occurs for example = 'near' 6.75 ": syntax error 'being 6.75 the value, when I p...
asked by 09.09.2014 / 20:43
2
answers

Generate Sequence Records with ClientDataSet (MultiUser)

I have the following scenario: Orders table with Company, OrderNumber which are primary key. Other fields such as Customer, Value, ect ... I have a SQLQuery, a DataSetProvider and a ClientDataSet connected pointing to this table. In the On...
asked by 12.11.2014 / 19:43
2
answers

Printing of labels jumping from 2 to 2

I'm generating an application that reads txt , and generates labels to be printed at the time I'm using an argox with the code below I get and print the tags: var x: string; var y,i : integer; begin begin for i := 0 to count do beg...
asked by 16.12.2015 / 14:53