Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about Calendar OCX
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00080502
Message ID:
00080860
Vues:
34
>>I have a form in which I am using the Calendar OCX supplied with VFP.
>>
>>On the form the user selects a billing start date and then a billing end date. I want the calendar to display the 'default' end date that is specified in this code in a command button:
>>
>>DO CASE
>>
>> CASE month(thisform.calendar.value) = 1
>> thisform.calendar.value = thisform.startdate + 30
>> ** the start date is stored in thisform.startdate
>>
>> CASE month(thisform.calendar.value) = 2
>> thisform.calendar.value = thisform.startdate + 27
>>
>> CASE month(thisform.calendar.value) = 3
>> thisform.calendar.value = thisform.startdate + 30
>>
>> .... and so on until December
>>
>> ENDCASE
>> thisform.refresh()
>>
>>The calendar does not refresh to display the new 'default' value.
>>
>>Any ideas as to what I'm missing here? Or, is there an easier way to do this?
>>
>>thanks, AL
>
>Depends on which version of VFP. A different version of the Calendar OCX came with VFP5. This version handles each part of the date separately -- a property for the Month, Day and Year. Download the CalendarX.zip file from the Files/VCX section to see how I coded to handle this version.


thanks Mark,

I use VFP 5.0a. I'll have a look at your solution.
thanks again,

AL
Al Williams

Anola MB, CANADA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform