|
Subject:
|
Formatting data in MsFlexGrid - How ?
|
|
Posted By:
|
mike123abc
|
Post Date:
|
11/20/2003 5:50:51 AM
|
Hi,
Can anyone tell me how to format inputs in MSFlexGrid using format characters/strings (e.g. string "1234ABC" -> string "123.4.ABC" etc.) ?
Thanks
Mike
|
|
Reply By:
|
Bill Crawley
|
Reply Date:
|
12/10/2003 4:35:40 AM
|
Unfortunatly you will have to create your own 'mask' routine before passing the Chasracters, otherwise create your own control with a combination of the MSFLexGrid and the mask control.
|
|
Reply By:
|
soccers_guy10
|
Reply Date:
|
1/8/2004 10:20:57 PM
|
Just use "mask text box" in cell of MSFlexgrid. Editing text in Mesk Text Box and Update in MSFlexgrid.
|