Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

maskedEdit control

Status
Not open for further replies.

kimtp

Programmer
Jun 15, 2002
310
US
Am using a maskededit control and have set the mask to a date function ("##/##/####"). Am trying to populate the box from a database by passing the data like this:

mMem is an instantiated class member

mMem.Date = {databasename}!Date

on the user side:

mskDate = mmem.Date

If the field is empty a run time error 380 "invalid property value" is generated. If data is filled in no error.

Any help would be appreciated.

thanx.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top