Results 1 to 2 of 2

Thread: stdDataformat

  1. #1
    Guest

    Post

    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...

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Post

    Here's one sample:

    Dim NewFormat As StdFormat

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width