kiske
03-06-2003, 07:07 AM
Hi,
I wish to edit a cell in vsflexgrid 7, with a currency value... now I've set the output with this : myGrid.ColFormat(4) = "$#,###.00"
it shows the values correctly... the problem is in editing, in fact if I set the editmask property to "####.##" I get the result "____.__" wich is not very useful because I must assign the digits exactly at the left of the dot. In other words I can't simply type the value continuosly pressing the dot key when necessary....
Because I know my english is pretty bad, I'll try to help with some samples... ;)
- I start the editing in this situation: ( "|" is the cursor)
__|__.__
- If I wish to type in the value 5,32 I can't simply type 5 than the dot key and then 32...
Hoping someone can help....
thanks in advance....
Juri Capovilla
I wish to edit a cell in vsflexgrid 7, with a currency value... now I've set the output with this : myGrid.ColFormat(4) = "$#,###.00"
it shows the values correctly... the problem is in editing, in fact if I set the editmask property to "####.##" I get the result "____.__" wich is not very useful because I must assign the digits exactly at the left of the dot. In other words I can't simply type the value continuosly pressing the dot key when necessary....
Because I know my english is pretty bad, I'll try to help with some samples... ;)
- I start the editing in this situation: ( "|" is the cursor)
__|__.__
- If I wish to type in the value 5,32 I can't simply type 5 than the dot key and then 32...
Hoping someone can help....
thanks in advance....
Juri Capovilla