Posts by Uberdam Cavaletti • 1 point
3 posts
-
0
votes0
answers206
viewsQ: show more Abels(xticks) on x-axis in Pandas/Pyplot charts
Hello I have this data in a CSV file (here only two lines were written, but the real file has several). Ano;Mes;Valor;Qtde;Tipo 2013;01;3982168388.81;562405;C 2014;01;4332471647.33;570833;C When I…
-
-1
votes2
answers186
viewsA: Create field only in Dataset with default value
You can create fields on ClientDataset in Runtime, then you go to the properties of that field and inform that this field does not go to the bank, that is, when the ClientDataset generates the…
-
-1
votes1
answer103
viewsA: Execsql does not allow the field not to be changed
Make use of the component Query, Datasource and ClientDataset. There in the clientdataset you mark which fields are part of the update, which fields have been changed, which are the keys and also…