DateTime combo

  • Thread starter Thread starter Jared
  • Start date Start date
J

Jared

Hi,

I want to hide the text of a date time combobox when no record is loaded.

The best I can do so far is to show only a single format character "_" by
using custome format string.

Is there an more effective way to do this?
 
Jared,

I prefer make it invisible

Just my thought,

Cor
 
Jared said:
I want to hide the text of a date time combobox when no record is loaded.

The best I can do so far is to show only a single format character "_" by
using custome format string.

Is there an more effective way to do this?

I don't think there is a way to do that because the control doesn't directly
support null values. What you can do is assigning a space as format string,
which will cause the control to appear "empty".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top