V
vek
Access 2007, using MoveSize to position a Popup form. Works properly until
the value of one of the Variants (in this case varLeft) exceeds 31,680 twips.
I suspected that this was due to an Integer limit of approx. 32000. However,
I have loaded the Variant value with both LongInteger (vartype 3) and Double
(varType 5) and get the same overflow error. The MoveSize works correctly on
all values below 31,680.
the value of one of the Variants (in this case varLeft) exceeds 31,680 twips.
I suspected that this was due to an Integer limit of approx. 32000. However,
I have loaded the Variant value with both LongInteger (vartype 3) and Double
(varType 5) and get the same overflow error. The MoveSize works correctly on
all values below 31,680.