I'm having slight problems with mentioned. Whenever user enters a certain value it varies for +/-5 (my scale is in twips):Can this be fixed and if so, how?VB Code:
With MSFlexGrid1 .ColWidth(.Col) = 200 'results in [U]195[/U] 'or... .ColWidth(.Col) = 1000 'results in 100[U]5[/U] End With
It actually doesn't bother me (cause it's not even noticable) but it may bother the user. If he enters some value and he decides to change it later on it won't be the same. This may cause some doubts in my app...
And here's another problem. I have set the minimum to be 200. It's fine when user enters 200 but if he wants to change it then it's suddenly 195... That doesn't seem right...





Reply With Quote