Posts by Balrog • 117 points
9 posts
-
0
votes1
answer61
viewsA: Tcxgrid with sub level, show column to expand levels at last position
To keep a record if it comes to be useful, according to Devexpress support the current version does not support this functionality. follows their reply.…
-
1
votes1
answer61
viewsQ: Tcxgrid with sub level, show column to expand levels at last position
Hello! I’m a beginner with Cxgrid, I need to do a sub-level grid, but I wanted the column that allows expanding the levels (+) to be in the last position of the columns of the grid. I do not know if…
-
1
votes0
answers685
viewsQ: Webservice Delphi XE5 Authentication
I used WSDL importer to import the WSDL of webservice, but I am having difficulties in authenticating the query, when importing informed user and password, for the WSDL importer, and also tried to…
-
4
votes1
answer2899
viewsQ: Calculation of dates in Firebird
I am created a report to demonstrate the period of removal of employees, for that I need to calculate the days, months and years that the same stayed away, and I’m having a problem, in Firebird use…
-
0
votes1
answer519
viewsQ: Web-service without fixed IP
I’m studying to create an Android app to consume a webservice, for example an app on Android and one on a micro which reads information sent by the Android app. Is there any solution to this…
-
1
votes1
answer295
viewsQ: Purposeful Cartesian product
I need to create a purposeful Cartesian product, for a report on Fast Ports that is to multiply my data by a given number EX: select cli.cdclifor, CLI.nmCliFor from cadclifor cli where cli.cdclifor…
-
1
votes1
answer1427
viewsA: Master Detail Fast Reports
After having abandoned for a while this issue I managed to resolve, as it had a query which picked up data from 12 tables like, note, items, sizes, color, employee, cfop client, billing etc, I…
-
1
votes1
answer1427
viewsQ: Master Detail Fast Reports
I have a report in Fast Report of notes and duplicates / boletos. On date I have 2 DbxQuery, note and boletos. In the boletos I put the master as notes, and used as a filter in the boletos the…
-
2
votes1
answer98
viewsQ: Null Pointer with Location Manager
I have the following code which returns NullPointerException on the line: lat = location.getLatitude(); private GoogleMap mMap; private String provider; private LocationManager locationManager;…