PDA

Click to See Complete Forum and Search --> : stdDataformat


Feb 2nd, 2000, 11:53 AM
How do I use this object? I know it can be used for the dataformat property of the datagrid but how do i declare it or assign a format to it or whatever...

thanks...

Forest Dragon
Feb 4th, 2000, 03:42 PM
Here's one sample:

Dim NewFormat As StdFormat

Set NewFormat=New StdFormat
NewFormat.Format="$0.00"
Set Text1.DataFormat=NewFormat