I have got an Form, lets call it Form1. It gets that Data from Query1|Dynaset(inconsistent)| and the Form looks as follows:
1st Dataset: Calculated Data | Data to type in
2nd Dataset: Calculated Data | Data to type in
3rd ...
and so on.
In the calculated Data part of each Dataset, there is a field (Field1
) that displays a key number for the Dataset. Its a number value that is retrieved from Query1.
For some kind of reason Field1 has sometimes the value
1E + 04
I noticed that the values which arent affected, are of order E+03. And it obviously displays 1E+04 because the highest value of Order E+4 is 14777, so all numbers of order E4 must be written as 1E + 04.
But I still dont know how to get rid of it.
Maybe someone can help me out?
1st Dataset: Calculated Data | Data to type in
2nd Dataset: Calculated Data | Data to type in
3rd ...
and so on.
In the calculated Data part of each Dataset, there is a field (Field1
For some kind of reason Field1 has sometimes the value
1E + 04
I noticed that the values which arent affected, are of order E+03. And it obviously displays 1E+04 because the highest value of Order E+4 is 14777, so all numbers of order E4 must be written as 1E + 04.
But I still dont know how to get rid of it.
Maybe someone can help me out?
Last edited: