This topic is locked

integer or not?

3/17/2008 12:38:22 PM
ASPRunnerPro General questions
D
dunga author

strange things happened, I have a simple table where user Id is autonumber.

but b.403 generates it as a 1.00, not 1.

Sergey Kornilov admin 3/17/2008

Dunga,
autonumbers are generated by your database.

ASPRunnerPro do not generate new numbers.

D
dunga author 3/17/2008

no no, i know, what you are saying is correct.
what i meant was: in the b.401 I used SAME database and the displayed look of my autonumbers was as INTEGER( i.e. without any zeros, after the dot)
what has happened with the 403 build is that when the application was generated then the ID values were DISPLAYED in the following format:
1.00

2.00

3.00
instead of

1

2

3
I am sorry if it was not clear from the beginning.

Sergey Kornilov admin 3/17/2008

Check "View as" type of this field. I think "View as" type should be set to blank for this field.