How do I get the TDBDatePicker to show empty dates? When I change rows in
the TDBBrowse the date in the date picker only updates if there is a date
in the date field. If the date field has any empty date the date picker
shows the date from the last record with a valid date. This is very misleading
because it should be showing the value for the current record.
Secondly how to I get the dataset not to included deleted records? So that
the linked TDBBrowse only shows non-deleted records.
Thanks
Simon
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Newbie Questions
-
- Mensajes: 30
- Registrado: Dom Mar 08, 2009 3:24 am
Newbie Questions
Simon,
"Simon White" <simonwhite@dciphercomputing.com> schrieb im Newsbeitrag
news:4ad52642$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> How do I get the TDBDatePicker to show empty dates? When I change rows in
> the TDBBrowse the date in the date picker only updates if there is a date
> in the date field. If the date field has any empty date the date picker
> shows the date from the last record with a valid date. This is very
> misleading
> because it should be showing the value for the current record.
use TDBDateEdit instead TDBDatePicker
> Secondly how to I get the dataset not to included deleted records? So
> that
> the linked TDBBrowse only shows non-deleted records.
write
SET DELETED ON
into your code
Regards
Ingo
>
> Thanks
> Simon
"Simon White" <simonwhite@dciphercomputing.com> schrieb im Newsbeitrag
news:4ad52642$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> How do I get the TDBDatePicker to show empty dates? When I change rows in
> the TDBBrowse the date in the date picker only updates if there is a date
> in the date field. If the date field has any empty date the date picker
> shows the date from the last record with a valid date. This is very
> misleading
> because it should be showing the value for the current record.
use TDBDateEdit instead TDBDatePicker
> Secondly how to I get the dataset not to included deleted records? So
> that
> the linked TDBBrowse only shows non-deleted records.
write
SET DELETED ON
into your code
Regards
Ingo
>
> Thanks
> Simon
-
- Mensajes: 30
- Registrado: Dom Mar 08, 2009 3:24 am
Newbie Questions
Hi
What is the difference between TBDateEdit and TBDatePicker? Why does one
show blank dates and the other not?
Thanks,
Simon
"Ingo JH" <support@mandantwin.com> wrote:
>Simon,
>
>"Simon White" <simonwhite@dciphercomputing.com> schrieb im Newsbeitrag
>news:4ad52642$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>
>> How do I get the TDBDatePicker to show empty dates? When I change rows
in
>> the TDBBrowse the date in the date picker only updates if there is a date
>> in the date field. If the date field has any empty date the date picker
>> shows the date from the last record with a valid date. This is very
>> misleading
>> because it should be showing the value for the current record.
>
>use TDBDateEdit instead TDBDatePicker
>
>> Secondly how to I get the dataset not to included deleted records? So
>> that
>> the linked TDBBrowse only shows non-deleted records.
>write
>SET DELETED ON
>into your code
>
>Regards
>
>Ingo
>
>>
>> Thanks
>> Simon
>
What is the difference between TBDateEdit and TBDatePicker? Why does one
show blank dates and the other not?
Thanks,
Simon
"Ingo JH" <support@mandantwin.com> wrote:
>Simon,
>
>"Simon White" <simonwhite@dciphercomputing.com> schrieb im Newsbeitrag
>news:4ad52642$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>
>> How do I get the TDBDatePicker to show empty dates? When I change rows
in
>> the TDBBrowse the date in the date picker only updates if there is a date
>> in the date field. If the date field has any empty date the date picker
>> shows the date from the last record with a valid date. This is very
>> misleading
>> because it should be showing the value for the current record.
>
>use TDBDateEdit instead TDBDatePicker
>
>> Secondly how to I get the dataset not to included deleted records? So
>> that
>> the linked TDBBrowse only shows non-deleted records.
>write
>SET DELETED ON
>into your code
>
>Regards
>
>Ingo
>
>>
>> Thanks
>> Simon
>
Newbie Questions
Simon,
datepicker control allows to select a valid date. Please take a look at this
site
http://msdn.microsoft.com/en-us/library ... dows.contr ols.datepicker(VS.95).aspx
Regards
Ingo
"Simon White" <simonwhite@dciphercomputing.com> schrieb im Newsbeitrag
news:4ad7213f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> Hi
>
> What is the difference between TBDateEdit and TBDatePicker? Why does one
> show blank dates and the other not?
>
> Thanks,
> Simon
>
>
> "Ingo JH" <support@mandantwin.com> wrote:
>>Simon,
>>
>>"Simon White" <simonwhite@dciphercomputing.com> schrieb im Newsbeitrag
>>news:4ad52642$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>
>>> How do I get the TDBDatePicker to show empty dates? When I change rows
> in
>>> the TDBBrowse the date in the date picker only updates if there is a
>>> date
>>> in the date field. If the date field has any empty date the date picker
>>> shows the date from the last record with a valid date. This is very
>>> misleading
>>> because it should be showing the value for the current record.
>>
>>use TDBDateEdit instead TDBDatePicker
>>
>>> Secondly how to I get the dataset not to included deleted records? So
>
>>> that
>>> the linked TDBBrowse only shows non-deleted records.
>>write
>>SET DELETED ON
>>into your code
>>
>>Regards
>>
>>Ingo
>>
>>>
>>> Thanks
>>> Simon
>>
>
datepicker control allows to select a valid date. Please take a look at this
site
http://msdn.microsoft.com/en-us/library ... dows.contr ols.datepicker(VS.95).aspx
Regards
Ingo
"Simon White" <simonwhite@dciphercomputing.com> schrieb im Newsbeitrag
news:4ad7213f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> Hi
>
> What is the difference between TBDateEdit and TBDatePicker? Why does one
> show blank dates and the other not?
>
> Thanks,
> Simon
>
>
> "Ingo JH" <support@mandantwin.com> wrote:
>>Simon,
>>
>>"Simon White" <simonwhite@dciphercomputing.com> schrieb im Newsbeitrag
>>news:4ad52642$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>
>>> How do I get the TDBDatePicker to show empty dates? When I change rows
> in
>>> the TDBBrowse the date in the date picker only updates if there is a
>>> date
>>> in the date field. If the date field has any empty date the date picker
>>> shows the date from the last record with a valid date. This is very
>>> misleading
>>> because it should be showing the value for the current record.
>>
>>use TDBDateEdit instead TDBDatePicker
>>
>>> Secondly how to I get the dataset not to included deleted records? So
>
>>> that
>>> the linked TDBBrowse only shows non-deleted records.
>>write
>>SET DELETED ON
>>into your code
>>
>>Regards
>>
>>Ingo
>>
>>>
>>> Thanks
>>> Simon
>>
>