Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. articles. downloads. faq. members. files. rss.
 From: Steve Dingle
  Where is Steve Dingle?
 Weybridge
 United Kingdom
 Steve Dingle
 To: Marcia Akins
  Where is Marcia Akins?
 Akorn
 Ohio - United States
 Marcia Akins
Subject: RE: Numeric textbox class for grid
Thread ID: 181665 Message ID: 182089 # Views: 1 # Ratings: 0
Version: Visual FoxPro 9 SP2 Category: Grids
Date: Monday, July 7, 2008 3:07:00 PM         
   



> Hmmm. I am using this class in productions apps. Just a SWAG here - do not set the column's Sparse propert to .F. Instead, set its InputMask to '9,999,999' or whatever...
>

Thanks Marcia that was the combination I needed. Setting...

Sparse = .T.
Control.InputMask = "999,999.99"
Column.InputMask = "999,999.99"


Only change the Control's inputmask in the .Gotfocus.

That probably the only combination I didn't try and makes most sense.

Thanks and toodles,
Steve Dingle
www.dsbusinesssolutions.co.uk

ENTIRE THREAD

Numeric textbox class for grid Posted by Steve Dingle @ 7/4/2008 4:05:36 PM
RE: Numeric textbox class for grid Posted by Cetin Basoz @ 7/4/2008 5:52:31 PM
RE: Numeric textbox class for grid Posted by Steve Dingle @ 7/4/2008 8:44:11 PM
RE: Numeric textbox class for grid Posted by Frank Cazabon @ 7/4/2008 10:57:35 PM
RE: Numeric textbox class for grid Posted by Steve Dingle @ 7/5/2008 2:37:16 PM
RE: Numeric textbox class for grid Posted by Frank Cazabon @ 7/5/2008 10:11:59 PM
RE: Numeric textbox class for grid Posted by Marcia Akins @ 7/5/2008 2:44:35 PM
RE: Numeric textbox class for grid Posted by Steve Dingle @ 7/5/2008 2:50:42 PM
RE: Numeric textbox class for grid Posted by Steve Dingle @ 7/6/2008 6:02:10 PM
RE: Numeric textbox class for grid Posted by Marcia Akins @ 7/7/2008 2:49:56 PM
RE: Numeric textbox class for grid Posted by Steve Dingle @ 7/7/2008 3:07:00 PM