well with out seeing your code I can't know exactly what your problem is. So, try this
sync on
sync rate 60
backdrop on
color backdrop 0
objNum= whatever number you want your object to be
make object sphere objNum, 20
color object objNum, rgb(200,75,150)
do
sync
loop
end
by the way if you are using a wait key command that could be causing your problem. If I remember correctly the system has to sync twice before all the data is displayed on the screen. Hope this helps.
Also, I have no idea what that number means. It may be the limit of an integer in DBpro