Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Re: getting problem in Grid


Message #1 by jarret_freedman@r... on Mon, 26 Aug 2002 22:19:01
you have to make the FormatNumber function in the general portion of the 
page and make it FormatNumber(strinput,2)

then, in the grid, go to properties and find the field that you want to 
format. lets say that your field's name is "product"..
you would restate the field to read =FormatNumber([product]) in the drid 
dtc under the data tab. the header doesn't matter. 

  Return to Index